Changeset 3416 for trunk/LMDZ.COMMON/libf/evolution
- Timestamp:
- Aug 22, 2024, 12:02:47 PM (3 months ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3403 r3416 404 404 == 09/08/2024 == JBC 405 405 Addition in the launching script of the possibility to submit a job with PBS/TORQUE + Modification to make the time limit detection in "pem.F90" work with PBS/TORQUE + Update of the headers of .job files. 406 407 == 22/08/2024 == JBC 408 Adaptation of the job submission script to get enough memory for the job without asking the exclusive mode. -
trunk/LMDZ.COMMON/libf/evolution/deftank/PCMrun.job
r3403 r3416 11 11 ###SBATCH --exclusive 12 12 #SBATCH --output=jobPCM_%j.out 13 #SBATCH --time=1 2:00:0013 #SBATCH --time=10:00:00 14 14 15 15 # A few parameters that might need to be changed depending on your setup -
trunk/LMDZ.COMMON/libf/evolution/deftank/PEMrun.job
r3403 r3416 5 5 #SBATCH --constraint=GENOA 6 6 ### Number of Nodes to use 7 #SBATCH --nodes=1 8 #SBATCH --ntasks-per-node=1 9 #SBATCH --cpus-per-task=1 7 #SBATCH --ntasks=1 10 8 ###SBATCH --exclusive 11 9 #SBATCH --output=jobPEM_%j.out 12 10 #SBATCH --time=24:00:00 11 #SBATCH --mem=29000M 13 12 14 13 # A few parameters that might need to be changed depending on your setup … … 35 34 36 35 # Running the PEM 36 read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt 37 37 echo "Run PEM $iPEM is starting." 38 read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt39 38 cp run_PEM.def run.def 40 39 ./$exePEM $SLURM_JOB_ID > out_runPEM${iPEM} 2>&1
Note: See TracChangeset
for help on using the changeset viewer.