Changeset 4942 for BOL


Ignore:
Timestamp:
May 14, 2024, 9:53:13 AM (3 weeks ago)
Author:
asima
Message:

Allowing job submission from "jean-zay-pp" (which was not possible until some time ago) :

removing the "exit" and the associates warning message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/setup.sh

    r4796 r4942  
    615615MAINDIR=`basename \`pwd\``
    616616
    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" ] ; then
    620  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  exit
    624 fi
    625 
    626617######################################################################
    627618# On cree sur le SCRATCHD un repertoire de travail avec le meme
Note: See TracChangeset for help on using the changeset viewer.