Changeset 3869 for trunk/LMDZ.COMMON/libf/evolution/deftank/PEMrun.job
- Timestamp:
- Jul 28, 2025, 4:56:58 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/PEMrun.job
r3861 r3869 1 1 #!/bin/bash 2 # SBATCH --job-name=jobPEM12 ### Partition to use 3 3 #SBATCH --account=cin0391 4 4 #SBATCH --constraint=GENOA … … 8 8 #SBATCH --cpus-per-task=1 9 9 #SBATCH --threads-per-core=1 # --hint=nomultithread 10 ### Job information 11 #SBATCH --job-name=jobPEM1 10 12 #SBATCH --output=jobPEM_%j.out 11 13 #SBATCH --time=24:00:00 … … 24 26 exeReshape="reshape_XIOS_output_64x48x32_phymars_seq.e" 25 27 26 # Argument for the PEM execution ( for SLURM: "$SLURM_JOB_ID" | for PBD/TORQUE: "$PBS_JOBID"| "" when the script is not run as a job):27 arg_pem="-- jobid $SLURM_JOB_ID"28 # Argument for the PEM execution ("--auto-exit" for SLURM and PBS/TORQUE | "" when the script is not run as a job): 29 arg_pem="--auto-exit" 28 30 ######################################################################## 29 31
Note: See TracChangeset
for help on using the changeset viewer.