Changes between Version 39 and Version 40 of Public/User_Guide/Batch_system


Ignore:
Timestamp:
Jul 28, 2020, 5:34:58 PM (4 years ago)
Author:
Zia Ul Huda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Batch_system

    v39 v40  
    425425}}}
    426426
    427 Note the {{{delay}}} values for the second and third job in the script are equal. **The {{{delay}}} value for the 4th job ({{{-J third}}}) is relative to the start of the first job and not from the start of middle 2 jobs. So it will start after 2 minutes of the start time of the middle jobs.** Also, note the usage of the environment variable {{{SLURM_JOB_NAME}}} in the script to decide which command to run in which job. The example execution leads to the following:
     427Note the {{{delay}}} values for the second and third job in the script are equal.
     428**Attention** The {{{delay}}} value for the 4th job ({{{-J third}}}) is relative to the start of the first job and not from the start of middle 2 jobs. So it will start after 2 minutes of the start time of the middle jobs. Also, note the usage of the environment variable {{{SLURM_JOB_NAME}}} in the script to decide which command to run in which job. The example execution leads to the following:
    428429
    429430The example execution leads to the following: