From 5c867958b9003f23645b2bf8ee03e933e3fb0809 Mon Sep 17 00:00:00 2001 From: Douglas Guptill <douglas.guptill@dal.ca> Date: Mon, 25 May 2009 13:47:06 +0000 Subject: [PATCH] run script --- douar.run | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 douar.run diff --git a/douar.run b/douar.run new file mode 100644 index 00000000..3d1e6fa6 --- /dev/null +++ b/douar.run @@ -0,0 +1,27 @@ +#!/bin/sh +# +# run douar, on the p690 +# +# Author: Douglas Guptill +# 2009-05-25: new + +# For poe, set NLSPATH. +if test "x${NLSPATH}" = x ; then + export NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat + echo "setting NLSPATH=${NLSPATH}" +fi + +# The PGPLOT routines need this. +export PGPLOT_DIR=/home/beaumnt1/software/pgplot-5.2.2 +# WSMP needs to know where its license file is. +export WSMPLICPATH=/home/beaumnt1/software/wsmp/wsmp.lic +# define the binary of douar +BIN=/home/beaumnt1/software/douar/douar +# How many processes to run? +PROCS=16 +# Here is the run command +COM="poe ${BIN} -procs ${PROCS} -hostfile ${HOME}/host.list -euilib ip" +# start douar! +nohup ${COM} & + + -- GitLab