-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from balmorelcommunity/HPC_threads_dev
New cplex options file for HPC runs, including documentation update
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
* Option file 2 for CPLEX solver for HPC runs. For possible options, see the GAMS Solver Manual. | ||
* To use with CPLEX, set '$Setglobal USEOPTIONFILE 2' in balgams.opt. | ||
* Do not change this file, it is predefined. | ||
* To use other options with CPLEX, make and/or use some other file, see USEOPTIONFILE in balgams.opt. | ||
* "LPmethod 4": Barrier method | ||
* If memory tight, set the Threads parameter to 1. | ||
* advind is set to 0 by default since for large problems a better performance has been experienced. If 0, the optimization will not use the previous solution to try to find the next run faster. | ||
|
||
LPmethod 4 | ||
advind 0 | ||
predual -1 |