Description
Run mip01 with solvelink=%solveLink.callScript%,%solveLink.callModule%,%solveLink.asyncSimulate%,%solveLink.loadLibrary%,%solveLink.threadsSimulate%
Small Model of Type : MIP
Category : GAMS Test library
Main file : sl4mip01.gms
$title 'Test for known XPRESS bug, with solvelink=1,2,4,5,7' (SL4MIP01,SEQ=445)
$onText
Run mip01 with solvelink=%solveLink.callScript%,%solveLink.callModule%,%solveLink.asyncSimulate%,%solveLink.loadLibrary%,%solveLink.threadsSimulate%
$offText
$set XX NT
$if %system.filesys% == UNIX $set XX un
$set q '"'
$if %system.filesys% == UNIX $set q "'"
$call grep -iv scrdir "%gams.scrdir%gmsprm%XX%.%gams.scrext%" | grep -iv scriptnext | grep -iv sysdir | grep -iv JobTrace > "%gams.scrdir%mypf.%gams.scrext%"
$call gams mip01.gms pf="%gams.scrdir%mypf.%gams.scrext%" i=mip01.gms solvelink=%solveLink.callScript% reslim=30
$if errorlevel 1 $abort problems with sl=%solveLink.callScript%
$call gams mip01.gms pf="%gams.scrdir%mypf.%gams.scrext%" i=mip01.gms solvelink=%solveLink.callModule% reslim=30
$if errorlevel 1 $abort problems with sl=%solveLink.callModule%
$call cat "%GAMS.sysdir%gmscmp%XX%.txt" | grep -v "^\*" | awk %q%NF>4 {if ($7>1) print $0 }%q% | grep -vi guss | cut -d" " -f1 | grep -iwq %system.MIP%
$if errorlevel 1 $goTo skipsl5
$call gams mip01.gms pf="%gams.scrdir%mypf.%gams.scrext%" i=mip01.gms solvelink=%solveLink.loadLibrary% reslim=30
$if errorlevel 1 $abort problems with sl=%solveLink.loadLibrary%
$call gams mip01.gms pf="%gams.scrdir%mypf.%gams.scrext%" i=mip01.gms solvelink=%solveLink.threadsSimulate% reslim=30
$if errorlevel 1 $abort problems with sl=%solveLink.threadsSimulate%
$label skipsl5
$call gams mip01.gms pf="%gams.scrdir%mypf.%gams.scrext%" i=mip01.gms solvelink=%solveLink.asyncSimulate% reslim=30
$if errorlevel 1 $abort problems with sl=%solveLink.asyncSimulate%