Changeset 1330 for trunk/libIGCM


Ignore:
Timestamp:
05/10/16 14:15:08 (8 years ago)
Author:
sdipsl
Message:
  • perform module switch dfldatadir dfldatadir/gencmip6 only when necessary
  • interactive jobs need to know the BRIDGE_MSUB_PROJECT. Follow what was done for AA_TimeSeriesChecker
Location:
trunk/libIGCM
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_RunChecker

    r1059 r1330  
    1111# 
    1212#************************************************************** 
     13# ID of your genci project. Curie only : post-processing jobs need it to run properly 
     14#-Q- curie export BRIDGE_MSUB_PROJECT=::default_project::  
    1315 
    1416#======================================================================# 
  • trunk/libIGCM/AA_clean_month

    r1185 r1330  
    1010# 
    1111#************************************************************** 
     12# ID of your genci project. Curie only : post-processing jobs need it to run properly 
     13#-Q- curie export BRIDGE_MSUB_PROJECT=::default_project:: 
    1214 
    1315#set -eu 
  • trunk/libIGCM/AA_clean_year

    r1059 r1330  
    1010# 
    1111#************************************************************** 
     12# ID of your genci project. Curie only : post-processing jobs need it to run properly 
     13#-Q- curie export BRIDGE_MSUB_PROJECT=::default_project::  
    1214 
    1315#set -eu 
  • trunk/libIGCM/AA_create_multi_se

    r1326 r1330  
    6161# 
    6262#************************************************************** 
     63# ID of your genci project. Curie only : post-processing jobs need it to run properly 
     64#-Q- curie export BRIDGE_MSUB_PROJECT=::default_project::  
    6365 
    6466#set -eu 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r1320 r1330  
    105105 
    106106# Use CMIP6 storage space when using CMIP6 cpu ressources 
    107 [ "X${PROJECT}" = "Xdevcmip6" ] && module switch dfldatadir dfldatadir/gencmip6 > /dev/null 2>&1 
     107[[ "X${PROJECT}" = "Xdevcmip6" && ! $(module list --terse 2>&1 | grep dfldatadir/gencmip6) ]] && module switch dfldatadir dfldatadir/gencmip6 
    108108 
    109109# FYI 
Note: See TracChangeset for help on using the changeset viewer.