cc_staff
1,857
edits
mNo edit summary |
mNo edit summary |
||
Line 74: | Line 74: | ||
<!--T:73--> | <!--T:73--> | ||
This is an example job script for | This is an example job script for a [https://www.gurobi.com/wp-content/plugins/hd_documentations/documentation/9.5/quickstart_linux.pdf | Simple Model] written in the [https://www.gurobi.com/documentation/8.1/refman/lp_format.html LP format]. | ||
{{File | {{File | ||
|name=script-lp_coins.sh | |name=script-lp_coins.sh | ||
Line 93: | Line 93: | ||
<!--T:79--> | <!--T:79--> | ||
gurobi_cl Threads=$SLURM_CPUS_ON_NODE | rm -f coins.sol | ||
gurobi_cl Threads=$SLURM_CPUS_ON_NODE ResultFile=coins.sol ${GUROBI_HOME}/examples/data/coins.lp | |||
}} | }} | ||