Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update remove gurobi modules from plexos run scripts. #719

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions applications/plexos/RunFiles/submit_enhanced.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
#SBATCH --error=%J.err

module purge
module load craype-x86-spr
module load gurobi/10.0.2 plexos/9.200R06
module load plexos/9.200R06

cd /scratch/${USER}/HPC/applications/plexos/RunFiles/

Expand Down
3 changes: 1 addition & 2 deletions applications/plexos/RunFiles/submit_job_array.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ if [ $? -eq 404 ] ; then
else
# Load the appropriate modules
module purge
module load craype-x86-spr
module load gurobi/10.0.2 plexos/9.200R06
module load plexos/9.200R06

cd /scratch/${USER}/HPC/applications/plexos/RunFiles/

Expand Down
3 changes: 1 addition & 2 deletions applications/plexos/RunFiles/submit_plexos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ else

# Load the appropriate modules
module purge
module load craype-x86-spr
module load gurobi/10.0.2 plexos/9.200R06
module load plexos/9.200R06

# Go to the correct project folder
cd /scratch/${USER}/HPC/applications/plexos/RunFiles/
Expand Down
3 changes: 1 addition & 2 deletions applications/plexos/RunFiles/submit_simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
#SBATCH --job-name="PLSimple"

module purge
module load craype-x86-spr
module load gurobi/10.0.2 plexos/9.200R06
module load plexos/9.200R06

cd /scratch/${USER}/HPC/applications/plexos/RunFiles/

Expand Down