Changeset 683
- Timestamp:
- 12/05/06 13:53:42 (2 years ago)
- Files:
-
- 1 modified
-
trunk/tsuite/auto/run_parallel.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tsuite/auto/run_parallel.pl
r621 r683 65 65 system "gmake -i -j $ARGV[1]"; 66 66 67 # this was produced by the optimizers and is not really part of the test suite 68 # its presence will fool the checkall.pl script.... 69 unlink "optimal.in"; 70 67 71 if( $ARGV[1] > 1 ) { 68 # just in case transread was run before transpunch was complete 69 unlink "transread.out"; 70 # this will also rerun optimal.in, hence parallel mode... 72 # just in case func_trans_read was run before func_trans_punch was complete 73 unlink "func_trans_read.out"; 71 74 # try make instead if gmake doesn't exist on your system 72 75 system "gmake -i -j $ARGV[1]";
