source: CPL/oasis3-mct/branches/OASIS3-MCT_5.0_branch/pyoasis/examples/10-grid/python/run.sh @ 6331

Last change on this file since 6331 was 6331, checked in by aclsce, 17 months ago

Moved oasis-mct_5.0 in oasis3-mct/branches directory.

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