14 lines
727 B
Bash
Executable File
14 lines
727 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export LD_LIBRARY_PATH=/usr/mpi/fsl_openmpi_gcc-1.4.2/lib:/opt/intel/mkl/10.2.5.035/lib/em64t:/opt/intel/Compiler/11.1/072/lib/intel64:/opt/intel/Compiler/11.1/072/ipp/em64t/sharedlib:/opt/intel/Compiler/11.1/072/tbb/intel64/cc4.1.0_libc2.4_kernel2.6.16.21/lib:/opt/intel/Compiler/11.1/072/lib/intel64:/opt/intel/Compiler/11.1/072/ipp/em64t/sharedlib:/opt/intel/Compiler/11.1/072/tbb/intel64/cc4.1.0_libc2.4_kernel2.6.16.21/lib:/usr/local/cuda/lib64
|
|
|
|
PYTHON=/fslhome/smm58/research/bin/python
|
|
SCRIPT=/fslhome/smm58/src/research/bin/minion.py
|
|
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
|