1: |
================================================================================ |
1: |
================================================================================ |
2: |
CASE: msub/mpirun |
2: |
CASE: msub/mpirun |
3: |
|
3: |
|
4: |
INPUT: visit -engine -norun engine_par -l msub/mpirun -np 8 -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 |
4: |
INPUT: visit -engine -norun engine_par -l msub/mpirun -np 8 -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 |
5: |
|
5: |
|
6: |
RESULTS: |
6: |
RESULTS: |
7: |
msub -v HOME=$HOME,LIBPATH=$VISITDIR/lib,LD_LIBRARY_PATH=$VISITDIR/lib/osmesa:$VISITDIR/lib/mesagl:$VISITDIR/lib:/usr/tce/packages/cuda/cuda-8.0/lib64:,VISITHOME=$VISITDIR,VISITARCHHOME=$VISITDIR/,VISITPLUGINDIR=$HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -l nodes=8:ppn=1 $LAUNCHSCRIPT |
7: |
msub -v HOME=$HOME,LIBPATH=$VISITDIR/lib,LD_LIBRARY_PATH=$VISITDIR/lib/osmesa:$VISITDIR/lib/mesagl:$VISITDIR/lib:/usr/tce/packages/cuda/cuda-8.0/lib64:,VISITHOME=$VISITDIR,VISITARCHHOME=$VISITDIR/,VISITPLUGINDIR=$HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -l nodes=8:ppn=1 $LAUNCHSCRIPT |
8: |
|
8: |
|
9: |
Contents of $LAUNCHSCRIPT: |
9: |
Contents of $LAUNCHSCRIPT: |
10: |
#!/bin/sh |
10: |
#!/bin/sh |
11: |
cd $VISIT_TEST_DIR |
11: |
cd $VISIT_TEST_DIR |
12: |
ulimit -c 0 |
12: |
ulimit -c 0 |
13: |
startx |
13: |
startx |
14: |
mpirun -arg1 -arg2 -np 8 -machinefile machine.txt $VISIT_EXE_DIR/engine_par -plugindir $HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -dv -host $HOST -port 5600 |
14: |
mpirun -arg1 -arg2 -np 8 -machinefile machine.txt $VISIT_EXE_DIR/engine_par -plugindir $HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -dv -host $HOST -port 5600 |
15: |
stopx |
15: |
stopx |
16: |
|
16: |
|
17: |
|
17: |
|
18: |
================================================================================ |
18: |
================================================================================ |
19: |
CASE: msub/mpirun -totalview engine_par |
19: |
CASE: msub/mpirun -totalview engine_par |
20: |
|
20: |
|
21: |
INPUT: visit -engine -norun engine_par -l msub/mpirun -np 8 -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -totalview engine_par |
21: |
INPUT: visit -engine -norun engine_par -l msub/mpirun -np 8 -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -totalview engine_par |
22: |
|
22: |
|
23: |
RESULTS: |
23: |
RESULTS: |
24: |
msub -v HOME=$HOME,LIBPATH=$VISITDIR/lib,LD_LIBRARY_PATH=$VISITDIR/lib/osmesa:$VISITDIR/lib/mesagl:$VISITDIR/lib:/usr/tce/packages/cuda/cuda-8.0/lib64:,VISITHOME=$VISITDIR,VISITARCHHOME=$VISITDIR/,VISITPLUGINDIR=$HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -l nodes=8:ppn=1 $LAUNCHSCRIPT |
24: |
msub -v HOME=$HOME,LIBPATH=$VISITDIR/lib,LD_LIBRARY_PATH=$VISITDIR/lib/osmesa:$VISITDIR/lib/mesagl:$VISITDIR/lib:/usr/tce/packages/cuda/cuda-8.0/lib64:,VISITHOME=$VISITDIR,VISITARCHHOME=$VISITDIR/,VISITPLUGINDIR=$HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -l nodes=8:ppn=1 $LAUNCHSCRIPT |
25: |
|
25: |
|
26: |
Contents of $LAUNCHSCRIPT: |
26: |
Contents of $LAUNCHSCRIPT: |
27: |
#!/bin/sh |
27: |
#!/bin/sh |
28: |
cd $VISIT_TEST_DIR |
28: |
cd $VISIT_TEST_DIR |
29: |
ulimit -c 0 |
29: |
ulimit -c 0 |
30: |
startx |
30: |
startx |
31: |
totalview mpirun -a -dograb -arg1 -arg2 -np 8 -machinefile machine.txt $VISIT_EXE_DIR/engine_par -plugindir $HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -dv -host $HOST -port 5600 |
31: |
totalview mpirun -a -dograb -arg1 -arg2 -np 8 -machinefile machine.txt $VISIT_EXE_DIR/engine_par -plugindir $HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -dv -host $HOST -port 5600 |
32: |
stopx |
32: |
stopx |
33: |
|
33: |
|
34: |
|
34: |
|
35: |
================================================================================ |
35: |
================================================================================ |
36: |
CASE: msub/mpirun -valgrind engine_par |
36: |
CASE: msub/mpirun -valgrind engine_par |
37: |
|
37: |
|
38: |
INPUT: visit -engine -norun engine_par -l msub/mpirun -np 8 -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -valgrind engine_par |
38: |
INPUT: visit -engine -norun engine_par -l msub/mpirun -np 8 -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -valgrind engine_par |
39: |
|
39: |
|
40: |
RESULTS: |
40: |
RESULTS: |
41: |
msub -v HOME=$HOME,LIBPATH=$VISITDIR/lib,LD_LIBRARY_PATH=$VISITDIR/lib/osmesa:$VISITDIR/lib/mesagl:$VISITDIR/lib:/usr/tce/packages/cuda/cuda-8.0/lib64:,VISITHOME=$VISITDIR,VISITARCHHOME=$VISITDIR/,VISITPLUGINDIR=$HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -l nodes=8:ppn=1 $LAUNCHSCRIPT |
41: |
msub -v HOME=$HOME,LIBPATH=$VISITDIR/lib,LD_LIBRARY_PATH=$VISITDIR/lib/osmesa:$VISITDIR/lib/mesagl:$VISITDIR/lib:/usr/tce/packages/cuda/cuda-8.0/lib64:,VISITHOME=$VISITDIR,VISITARCHHOME=$VISITDIR/,VISITPLUGINDIR=$HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -l nodes=8:ppn=1 $LAUNCHSCRIPT |
42: |
|
42: |
|
43: |
Contents of $LAUNCHSCRIPT: |
43: |
Contents of $LAUNCHSCRIPT: |
44: |
#!/bin/sh |
44: |
#!/bin/sh |
45: |
cd $VISIT_TEST_DIR |
45: |
cd $VISIT_TEST_DIR |
46: |
ulimit -c 0 |
46: |
ulimit -c 0 |
47: |
startx |
47: |
startx |
48: |
mpirun -arg1 -arg2 -np 8 -machinefile machine.txt valgrind --tool=memcheck --error-limit=no --num-callers=50 --leak-check=full --track-origins=yes --show-reachable=yes --log-file=vg_engine_par_%p.log $VISIT_EXE_DIR/engine_par -plugindir $HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -dv -host $HOST -port 5600 |
48: |
mpirun -arg1 -arg2 -np 8 -machinefile machine.txt valgrind --tool=memcheck --error-limit=no --num-callers=50 --leak-check=full --track-origins=yes --show-reachable=yes --log-file=vg_engine_par_%p.log $VISIT_EXE_DIR/engine_par -plugindir $HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -dv -host $HOST -port 5600 |
49: |
stopx |
49: |
stopx |
50: |
|
50: |
|
51: |
|
51: |
|
52: |
================================================================================ |
52: |
================================================================================ |
53: |
CASE: msub/mpirun -strace engine_par |
53: |
CASE: msub/mpirun -strace engine_par |
54: |
|
54: |
|
55: |
INPUT: visit -engine -norun engine_par -l msub/mpirun -np 8 -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -strace engine_par |
55: |
INPUT: visit -engine -norun engine_par -l msub/mpirun -np 8 -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -strace engine_par |
56: |
|
56: |
|
57: |
RESULTS: |
57: |
RESULTS: |
58: |
msub -v HOME=$HOME,LIBPATH=$VISITDIR/lib,LD_LIBRARY_PATH=$VISITDIR/lib/osmesa:$VISITDIR/lib/mesagl:$VISITDIR/lib:/usr/tce/packages/cuda/cuda-8.0/lib64:,VISITHOME=$VISITDIR,VISITARCHHOME=$VISITDIR/,VISITPLUGINDIR=$HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -l nodes=8:ppn=1 $LAUNCHSCRIPT |
58: |
msub -v HOME=$HOME,LIBPATH=$VISITDIR/lib,LD_LIBRARY_PATH=$VISITDIR/lib/osmesa:$VISITDIR/lib/mesagl:$VISITDIR/lib:/usr/tce/packages/cuda/cuda-8.0/lib64:,VISITHOME=$VISITDIR,VISITARCHHOME=$VISITDIR/,VISITPLUGINDIR=$HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -l nodes=8:ppn=1 $LAUNCHSCRIPT |
59: |
|
59: |
|
60: |
Contents of $LAUNCHSCRIPT: |
60: |
Contents of $LAUNCHSCRIPT: |
61: |
#!/bin/sh |
61: |
#!/bin/sh |
62: |
cd $VISIT_TEST_DIR |
62: |
cd $VISIT_TEST_DIR |
63: |
ulimit -c 0 |
63: |
ulimit -c 0 |
64: |
startx |
64: |
startx |
65: |
mpirun -arg1 -arg2 -np 8 -machinefile machine.txt strace -ttt -T $VISIT_EXE_DIR/engine_par -plugindir $HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -dv -host $HOST -port 5600 |
65: |
mpirun -arg1 -arg2 -np 8 -machinefile machine.txt strace -ttt -T $VISIT_EXE_DIR/engine_par -plugindir $HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -dv -host $HOST -port 5600 |
66: |
stopx |
66: |
stopx |
67: |
|
67: |
|
68: |
|
68: |
|