- Timestamp:
- Feb 17, 2022, 12:53:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/check_version.sh
r3971 r4079 46 46 version_ref is the version to be compared with. 47 47 Default "latest". 48 enfo 48 options: 49 -c sets the compiler to use 50 -j just check results, do not overwrite anything 0/1 49 51 fin 50 52 exit;; … … 229 231 ######################################################################### 230 232 cd .. 231 ./makelmdz_fcm -arch local -j 8 -rrtm true -d 48x36x39 -v false -p lmdiso -isotopes true -isoverif true gcm233 ./makelmdz_fcm -arch local -j 8 -rrtm true -d 48x36x39 -v false -p lmdiso -isotopes true -isoverif true -debug gcm 232 234 if [ -f ./bin/gcm_48x36x39_phylmdiso_seq_iso_isoverif.e ] ; then 233 235 cd $BENCH … … 247 249 if [ -f ISO/restartphy.nc ] ; then 248 250 if [ $justcheck = 0 ] ; then 249 cp SIMD/restart.nc $resubench/$BENCH/restart$suf.nc251 cp ISO/restart.nc $resubench/$BENCH/restart$suf.nc 250 252 fi 251 cmp -s SIMD/restart.nc $latest/$BENCH/restart$suf.nc253 cmp -s ISO/restart.nc $latest/$BENCH/restart$suf.nc 252 254 if [ $? = 0 ] ; then convergeI=I ; else convergeI=i ; fi 253 255 else 254 convergeI=- 256 # compiled but failed the isoverif test 257 convergeI=x 255 258 fi 256 259 else
Note: See TracChangeset
for help on using the changeset viewer.