Ignore:
Timestamp:
Aug 22, 2024, 12:02:47 PM (3 months ago)
Author:
jbclement
Message:

PEM:
Adaptation of the job submission script to get enough memory for the job without asking the exclusive mode.
JBC

Location:
trunk/LMDZ.COMMON/libf/evolution
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r3403 r3416  
    404404== 09/08/2024 == JBC
    405405Addition 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
     408Adaptation 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  
    1111###SBATCH --exclusive
    1212#SBATCH --output=jobPCM_%j.out
    13 #SBATCH --time=12:00:00
     13#SBATCH --time=10:00:00
    1414
    1515# A few parameters that might need to be changed depending on your setup
  • trunk/LMDZ.COMMON/libf/evolution/deftank/PEMrun.job

    r3403 r3416  
    55#SBATCH --constraint=GENOA
    66### 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
    108###SBATCH --exclusive
    119#SBATCH --output=jobPEM_%j.out
    1210#SBATCH --time=24:00:00
     11#SBATCH --mem=29000M
    1312
    1413# A few parameters that might need to be changed depending on your setup
     
    3534
    3635# Running the PEM
     36read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt
    3737echo "Run PEM $iPEM is starting."
    38 read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt
    3938cp run_PEM.def run.def
    4039./$exePEM $SLURM_JOB_ID > out_runPEM${iPEM} 2>&1
Note: See TracChangeset for help on using the changeset viewer.