Last change
on this file since 2698 was
1810,
checked in by ymipsl, 5 years ago
|
XIOS test suite : script for launching test suite
YM
|
-
Property svn:executable set to
*
|
File size:
253 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | myhostname=`hostname` |
---|
4 | |
---|
5 | if [[ $myhostname = irene* ]] |
---|
6 | then |
---|
7 | export xios_machine_name=irene |
---|
8 | elif [[ $myhostname = jean-zay* ]] |
---|
9 | then |
---|
10 | export xios_machine_name=jeanzay |
---|
11 | fi |
---|
12 | |
---|
13 | source ./ENV/${xios_machine_name}.env |
---|
14 | export PATH=`pwd`/TOOLS:$PATH |
---|
Note: See
TracBrowser
for help on using the repository browser.