$title Test if we can get the user and computer name in a trace file (TRACEUC,SEQ=584) * Contributer: Michael Bussieck $call gamslib -q trnsport $onEcho > TRNSPORT.trc * Trace Record Definition * GamsStep * UserName ComputerName LP $offEcho $call gams trnsport lo=2 lp soplex trace=TRNSPORT.trc * Make sure trace works (we find soplex) $call grep -i soplex TRNSPORT.trc > %system.nullfile% $if errorlevel 1 $abort 'soplex not found in trace file' $call grep -i unknown TRNSPORT.trc > %system.nullfile% $if not errorlevel 1 $abort 'unknown detected in user or computer name'