Changeset 4942 for BOL/LMDZ_Setup
- Timestamp:
- May 14, 2024, 9:53:13 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup/setup.sh
r4796 r4942 615 615 MAINDIR=`basename \`pwd\`` 616 616 617 # EXIT after (install and) compilation if we are on jean-zay-pp instead of jean-zay !618 hostname=`hostname`619 if [ ${hostname:0:11} = "jean-zay-pp" ] ; then620 echo "You are on jean-zay-pp, here you only can install and compile the model, not run it"621 echo "If you want to run a simulation, log in to jean-zay and launch main.sh again, without install"622 echo `date`623 exit624 fi625 626 617 ###################################################################### 627 618 # On cree sur le SCRATCHD un repertoire de travail avec le meme
Note: See TracChangeset
for help on using the changeset viewer.