Changeset 1802 for LMDZ5/trunk/makelmdz_fcm
- Timestamp:
- Jul 19, 2013, 4:03:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/makelmdz_fcm
r1789 r1802 29 29 LIBPREFIX="" 30 30 cosp=false 31 job=1 32 full='' 31 33 32 34 LMDGCM=`/bin/pwd` … … 79 81 [-filtre NOMFILTRE] : use filtre from libf/NOMFILTRE (default: filtrez) 80 82 [-link LINKS] : additional links with other libraries 83 [-j n] : active parallel compiling on ntask 84 [-full] : full recompiling 81 85 [-fcm_path path] : path to the fcm tool (default: tools/fcm/bin) 82 86 [-ext_src path] : path to an additional set of routines to compile with the model … … 147 151 "-ext_src") 148 152 EXT_SRC=$2 ; shift ; shift ;; 153 "-j") 154 job=$2 ; shift ; shift ;; 155 "-full") 156 full="-full" ; shift ;; 149 157 150 158 "-arch") … … 468 476 469 477 rm -f $LIBOGCM/${arch}${SUFF_NAME}/.config/fcm.bld.lock 470 ./build_gcm ${fcm_path} 478 ./build_gcm ${fcm_path} -j $job $full 471 479 472 480 rm -rf tmp_src
Note: See TracChangeset
for help on using the changeset viewer.