Changeset 5048 for LMDZ6/trunk/makelmdz_fcm
- Timestamp:
- Jul 12, 2024, 4:19:11 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz_fcm
r5036 r5048 576 576 if [[ $force_compile == true ]] 577 577 then 578 578 \rm -f $LIBFGCM/grid/dimensions.h 579 579 else 580 echo "WARNING: you are probably already compiling the model somewhere else." 581 echo "Wait until the first compilation is finished before launching this one." 582 echo "If you are sure that you are not compiling elsewhere, " 583 echo "run makelmdz_fcm with option -force_compile" 584 exit 1 580 echo "WARNING: you are probably already compiling the model somewhere else." 581 echo "Wait until the first compilation is finished before launching this one." 582 echo "If you are sure that you are not compiling elsewhere, " 583 echo "If you are sure that you are not compiling elsewhere, then" 584 echo rm -f $LIBFGCM/grid/dimensions.h 585 echo "before reruning the compilation" 586 echo "or run makelmdz_fcm with option -force_compile" 587 exit 1 585 588 fi 586 589 fi 590 587 591 588 592
Note: See TracChangeset
for help on using the changeset viewer.