cc_staff
1,857
edits
mNo edit summary |
mNo edit summary |
||
Line 268: | Line 268: | ||
#SBATCH --time=0-00:30 # time limit (D-HH:MM) | #SBATCH --time=0-00:30 # time limit (D-HH:MM) | ||
#SBATCH --cpus-per-task=1 # number of CPUs (threads) to use | #SBATCH --cpus-per-task=1 # number of CPUs (threads) to use | ||
#SBATCH --mem=4096M | #SBATCH --mem=4096M # memory per CPU (in MB) | ||
<!--T:212--> | <!--T:212--> | ||
Line 275: | Line 275: | ||
java -Djava.library.path=$EBROOTGUROBI/lib -Xmx4g -jar my_java_file.jar | java -Djava.library.path=$EBROOTGUROBI/lib -Xmx4g -jar my_java_file.jar | ||
}} | }} | ||
== Using Gurobi with Jupyter notebooks == <!--T:200--> | == Using Gurobi with Jupyter notebooks == <!--T:200--> | ||