source: XIOS/dev/dev_trunk_omp/xios_test_suite/load_env @ 1844

Last change on this file since 1844 was 1844, checked in by yushan, 4 years ago

dev_trunk_omp : add xios_test_suite folder

  • Property svn:executable set to *
File size: 253 bytes
Line 
1#!/bin/bash
2
3myhostname=`hostname`
4
5if [[ $myhostname = irene* ]]
6then
7  export xios_machine_name=irene
8elif [[ $myhostname = jean-zay* ]]
9then
10  export xios_machine_name=jeanzay
11fi
12
13source ./ENV/${xios_machine_name}.env
14export PATH=`pwd`/TOOLS:$PATH 
Note: See TracBrowser for help on using the repository browser.