made the minion submit script more legible

This commit is contained in:
Stephen Mardson McQuay 2011-05-26 10:12:33 -06:00
parent a1527b25c8
commit 7392098ca8
1 changed files with 5 additions and 3 deletions

View File

@ -4,8 +4,10 @@ export LD_LIBRARY_PATH=/usr/mpi/fsl_openmpi_gcc-1.4.2/lib:/opt/intel/mkl/10.2.5.
PYTHON=/fslhome/smm58/research/bin/python
SCRIPT=/fslhome/smm58/src/research/bin/minion.py
OPTIONS='-v -p 6667'
SERVER=bigmemssh
INPUT=/fslhome/smm58/compute/gmsh/gmsh.3D.1.msh
OPTIONS=''
SERVER=bigmemssh.fsl.byu.edu
# approximately 1e6 tets is gmsh.3D.2.msh
INPUT=/fslhome/smm58/compute/gmsh/gmsh.3D.2.msh
$PYTHON $SCRIPT $OPTIONS $SERVER $INPUT