Updated Sph1896 example to most recent titan version

This commit is contained in:
James McClure
2014-04-07 09:49:56 -04:00
parent 64b42c2dc2
commit ebf2bd2d6f
3 changed files with 16 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
1.0
1.0e-2 0.95 0.75
0.7
1.0e-2 0.95 0.8
0.7
0.0 0.0 0.0
0 1 1.05 0.95
10000 1000 1e-5
0 0 1.05 0.95
1000 20000 1e-5

View File

@@ -1,4 +1,4 @@
2 2 2
120 120 120
3 3 3
180 180 180
1896
1.0 1.0 1.0

View File

@@ -1,9 +1,9 @@
#!/bin/bash
#PBS -A GEO019
#PBS -A GEO106
#PBS -N LB-WIA-Color
#PBS -j oe
#PBS -l walltime=0:30:00,nodes=27
#PBS -l gres=widow2%widow3
#PBS -l walltime=0:20:00,nodes=27
##PBS -l gres=widow2%widow3
##PBS -q killable
#PBS -q debug
@@ -12,9 +12,14 @@ date
cd $PBS_O_WORKDIR
LBPM_WIA_INSTALL_DIR=/lustre/atlas/scratch/mcclurej/geo106/install-LBPM-WIA
#echo "PBS_O_WORKDIR: `echo $PBS_O_WORKDIR`"
source $MODULESHOME/init/bash
module swap cray-mpich2 cray-mpich2/5.6.3
#module swap cray-mpich2 cray-mpich2/5.6.3
module load cudatoolkit
export LD_LIBRARY_PATH=${CRAY_LD_LIBRARY_PATH}:${LD_LIBRARY_PATH}
export MPICH_RDMA_ENABLED_CUDA=1
aprun -n 27 -N 1 ~/LBPM-WIA/bin/Color-WIA
#aprun -n 27 -N 1 /lustre/atlas/scratch/mcclurej/geo106/LBPM-WIA/bin/lb2_Color_wia_mpi
aprun -n 27 -N 1 $LBPM_WIA_INSTALL_DIR/bin/lb2_Color_wia_mpi