source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/oasis3-mct/pyoasis/examples/4-orange/fortran/run.sh @ 5725

Last change on this file since 5725 was 5725, checked in by aclsce, 3 years ago

Added new oasis3-MCT version to be used to handle ensembles simulations with XIOS.

  • Property svn:executable set to *
File size: 361 bytes
Line 
1#!/bin/bash
2
3mkdir -p work
4
5srcdir=`pwd`
6datadir=$srcdir/data
7casename=`basename $srcdir`
8
9exe1=sender-orange
10exe2=receiver
11
12n1=6
13n2=1
14
15make || exit
16
17rundir=$srcdir/work
18
19rm -fr $rundir
20mkdir -p $rundir
21
22cp -f $srcdir/$exe1 $rundir/.
23cp -f $srcdir/$exe2 $rundir/.
24
25cp -f $datadir/namcouple $rundir/.
26
27cd $rundir
28
29${MPIRUN4PY} -np $n1 ./$exe1 : -np $n2  ./$exe2
Note: See TracBrowser for help on using the repository browser.