Ignore:
Timestamp:
Mar 21, 2022, 5:00:11 PM (3 years ago)
Author:
romain.vande
Message:

LMDZ_MARS:
OMP : update the batch example for Occigen and the README associated
RV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/occigen/run_month1

    r2216 r2644  
    11#!/bin/bash
    2 #SBATCH --nodes=1
    3 #SBATCH --ntasks-per-node=24
     2#SBATCH --nodes=6                          #A
     3#SBATCH --ntasks-per-node=4                #B
     4#SBATCH --cpus-per-task=5                  #C
    45#SBATCH -J clim
    56#SBATCH --time=13:00:00
    67#SBATCH --output run_month1.%j.out
    78##SBATCH --mem=8GB
    8 #SBATCH --constraint=[HSW24|BDW28]
     9#SBATCH --constraint=[BDW28]
    910#SBATCH --exclusive
    1011
     
    3233
    3334\rm -f  error; touch error
     35
     36# environment setup for OpenMP:
     37export I_MPI_DOMAIN=auto
     38export I_MPI_PIN_RESPECT_CPUSET=0
     39#Make sure that OMP_NUM_THREADS = cpus-per-task * KMP_HW_SUBSET
     40export KMP_HW_SUBSET=1T
     41export OMP_NUM_THREADS=5                    #C
     42export OMP_STACKSIZE=400M
     43export KMP_AFFINITY=granularity=fine,compact,1,0,verbose
    3444
    3545case $true_num in
Note: See TracChangeset for help on using the changeset viewer.