refact00.gms : Check that GAMS produces expected workfile with option sys14=1

Description

This test checks that GAMS produces expected workfile with option sys14=1.

Contributor: Lutz Westermann, March 2014


Small Model of Type : GAMS


Category : GAMS Test library


Main file : refact00.gms

$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