Changeset 3573
- Timestamp:
- Nov 28, 2018 1:03:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrun
r3570 r3573 27 27 # ----------------- 28 28 # $Id$ 29 # bugfixes: don't check the .palm.iofiles in restart runs + wrong cd-command 30 # removed, 31 # r3570 reverted 32 # 33 # 3570 2018-11-27 17:44:21Z kanani 29 34 # Rename job-id by run_id 30 35 # … … 431 436 432 437 # CHECK VERSION MISMATCH 433 if [[ $running_in_batch_mode != true ]] 438 # RESTART RUNS DON'T REQUIRE A CHECK, BECAUSE THEY USE A COPY OF THAT 439 # FILE WHICH HAS ALREADY BEEN CHECKED WITHIN THE INITAL PALMRUN CALL 440 if [[ $running_in_batch_mode != true && $restart_run != true ]] 434 441 then 435 442 if [[ $(head -n1 $fileconnection_file) != $(head -n1 .palm.iofiles) ]] … … 2787 2794 # START THE RESTART JOB ON THE LOCAL HOST 2788 2795 eval $prc | tee palmrun_restart.log # THE ' MUST BE EVALUATED 2789 cd - > /dev/null2790 2796 2791 2797 fi … … 3018 3024 3019 3025 # SUBMIT THE JOB 3020 printf " *** submit the job (output of submit command, e.g. the run_id, may follow) \n" 3026 printf " *** submit the job (output of submit command, \" 3027 printf " e.g. the job-id given by the batch-system, may follow) \n" 3021 3028 if [[ $do_trace = true ]] 3022 3029 then
Note: See TracChangeset
for help on using the changeset viewer.