$title 'Check that GAMS produces workfile without timing info with option sys14=1' (REFACT01,SEQ=646) $onText This test checks that GAMS produces expected workfile with option sys14=1. Contributor: Lutz Westermann, March 2014 $offText $call gamslib -q trnsport $call gams trnsport.gms lo=%GAMS.lo% sys14=1 s=trnsport1 $call sleep 10 $call gams trnsport.gms lo=%GAMS.lo% sys14=1 s=trnsport2 $call diff trnsport1.g00 trnsport2.g00 $if errorlevel 1 $abort trnsport1.g00 and trnsport2.g00 differ $call gamslib -q circle $call gams circle.gms lo=%GAMS.lo% sys14=1 s=circle1 $call sleep 10 $call gams circle.gms lo=%GAMS.lo% sys14=1 s=circle2 $call diff circle1.g00 circle2.g00 $if errorlevel 1 $abort circle1.g00 and circle2.g00 differ