Changeset 280


Ignore:
Timestamp:
05/28/10 09:13:53 (14 years ago)
Author:
mmaipsl
Message:

Monitoring in StandAlone?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r263 r280  
    9191#-Q- aix6 export OMP_NUM_THREADS=1 
    9292 
     93######################################################################## 
     94 
     95#D- Flag to determine if this job in a standalone mode 
     96#D- Default : value from AA_job if any 
     97StandAlone=${StandAlone:=true} 
     98 
     99#D- Low level debug : to bypass lib test checks and stack construction 
     100#D- Default : value from AA_job if any 
     101libIGCM=${libIGCM:=::modipsl::/libIGCM} 
     102# WARNING for StandAlone used : To run this script on some machine, 
     103# you must check MirrorlibIGCM variable in sys library. 
     104# If this variable is true, you must use libIGCM_POST path instead 
     105# of your running libIGCM directory. 
     106 
    93107###################################################################### 
    94108 
Note: See TracChangeset for help on using the changeset viewer.