Changeset 2065 for trunk/tsuite
- Timestamp:
- 05/14/08 07:55:08 (8 months ago)
- Location:
- trunk/tsuite
- Files:
-
- 2 modified
-
auto/run_parallel.pl (modified) (1 diff)
-
slow/run_parallel.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tsuite/auto/run_parallel.pl
r2063 r2065 76 76 } 77 77 78 if( $nproc > 0 && ! -e $exe ) {79 print "No executable is found at ==$exe==\n";80 print "A correct path to the cloudy binary must be supplied as the first parameter to this script.\n";81 exit;82 }83 84 78 # clean up first 85 79 if( -e "./clean_tsuite.pl" ) { -
trunk/tsuite/slow/run_parallel.pl
r2063 r2065 74 74 } 75 75 76 if( $nproc > 0 && ! -e $exe ) {77 print "No executable is found at ==$exe==\n";78 print "A correct path to the cloudy binary must be supplied as the first parameter to this script.\n";79 exit;80 }81 82 76 # clean up first 83 77 if( -e "./clean_tsuite.pl" ) {
