Changeset 1385 for trunk/libIGCM


Ignore:
Timestamp:
03/24/17 14:00:22 (7 years ago)
Author:
mafoipsl
Message:

On curie, use advised method for MPMD/MPI/OpenMP execution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r1382 r1385  
    12941294      done 
    12951295 
    1296       # export system variables required with MPMD/MPI/OpenMP ccc_mprun method 
    1297  
    1298       export BRIDGE_HETEROGENEOUS_MPMD=1 
    1299       export OMPI_MCA_ess=pmi                  # Necessaire pour bullxmpi 
     1296      ## variable added to stop after 60s instead of 600s by default.  
     1297      ## This is used when no error comes from executables and when something stopped an executable without notice.  
     1298      export SLURM_WAIT=60 
     1299 
     1300      ## module advised by TGCC (instead of 2 variables) 
     1301      module load feature/bridge/heterogenous_mpmd 
    13001302 
    13011303    fi 
Note: See TracChangeset for help on using the changeset viewer.