Changeset 1331


Ignore:
Timestamp:
05/10/16 14:18:04 (8 years ago)
Author:
sdipsl
Message:
  • hotfix
  • 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:
tags/libIGCM_v2.8.1
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v2.8.1/AA_RunChecker

    r1059 r1331  
    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#======================================================================# 
  • tags/libIGCM_v2.8.1/AA_clean_month

    r1185 r1331  
    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 
  • tags/libIGCM_v2.8.1/AA_clean_year

    r1059 r1331  
    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 
  • tags/libIGCM_v2.8.1/AA_create_multi_se

    r1314 r1331  
    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 
  • tags/libIGCM_v2.8.1/libIGCM_sys/libIGCM_sys_curie.ksh

    r1321 r1331  
    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.