Changeset 3701
- Timestamp:
- Jun 8, 2020, 5:23:17 PM (4 years ago)
- Location:
- BOL/Multi_atlas
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/Utils/atlas0.sh
r3696 r3701 1 1 # Definitions en fonction de la machine 2 2 # CICLAD 3 hostname=`hostname` 3 4 if [ ${hostname:0:5} = cicla ] ; then 4 5 ######################################################################################################## -
BOL/Multi_atlas/atlas/atlas.sh
r3697 r3701 14 14 login=aidelkad 15 15 DODSDIR=/prodigfs/ipslfs/dods 16 hostname=`hostname` 16 17 # Definitions en fonction de la machine 17 18 # CICLAD … … 30 31 MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu 31 32 DIRATLAS=$DODSDIR/$login/lmdz/atlas 32 ########################################################################################################33 33 ATLAS_DIR=$DODSDIR/$login/lmdz/atlas/Atlas$$ 34 34 if [ ! -d $DODSDIR/$login/lmdz/atlas/Atlas$$ ] ; then mkdir -p $DODSDIR/$login/lmdz/atlas/Atlas$$ ; fi 35 ########################################################################################################## 35 36 fi 36 37 local=`pwd -P` -
BOL/Multi_atlas/multi_atlas.sh
r3697 r3701 136 136 done 137 137 138 echo VOTRE MULTI -ATLAS EST DISPONIBLE SUR :$HTML/ACCUEIl.html138 echo VOTRE MULTIATLAS EST DISPONIBLE SUR $HTML/ACCUEIl.html
Note: See TracChangeset
for help on using the changeset viewer.