Changeset 2507
- Timestamp:
- 2010-12-23T11:49:42+01:00 (14 years ago)
- Location:
- branches/nemo_v3_3_beta/NEMOGCM/SETTE
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/nemo_v3_3_beta/NEMOGCM/SETTE/all_functions.sh
r2500 r2507 60 60 # 61 61 # * creation 62 #- 63 # 62 64 63 65 -
branches/nemo_v3_3_beta/NEMOGCM/SETTE/fcm_job.sh
r2494 r2507 41 41 # :: 42 42 # 43 # $ ./fcm_job.sh INPUT_FILE_CONFIG_NAME NUMBER_PROC 43 # $ ./fcm_job.sh INPUT_FILE_CONFIG_NAME NUMBER_PROC 44 # 45 # run a job of config GYRE with 1 processor 46 # $ ./fcm_job.sh input_GYRE.cfg 1 47 # 48 # run a job of config ORCA2_LIM_PISCES with 8 processors 49 # $ ./fcm_job.sh input_ORCA2_LIM_PISCES.cfg 8 44 50 # 45 51 # … … 53 59 # ========== 54 60 # 55 # $Id : fcm_job.sh 2158 2010-10-20 17:30:03Z sflod$61 # $Id$ 56 62 # 57 63 # … … 62 68 # 63 69 # SET INPUT 64 # --get the input tarfile if needed70 # get the input tarfile if needed 65 71 tar_file=$(sed -ne "1,1p" $1) 66 72 if [ "$(cat $1 | grep -c ".tar" )" -ne 0 ] ; then
Note: See TracChangeset
for help on using the changeset viewer.