1: |
================================================================================ |
1: |
================================================================================ |
2: |
CASE: msub/mpiexec |
2: |
CASE: msub/mpiexec |
3: |
|
3: |
|
4: |
INPUT: visit -engine -norun engine_par -l msub/mpiexec -np 8 -slpre "echo 'slprecommand'" -slpost "echo 'slpostcommand'" -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/mpiexec -np 8 -slpre "echo 'slprecommand'" -slpost "echo 'slpostcommand'" -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:/usr/tce/packages/texlive/texlive-20220321/lib,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: |
echo 'slprecommand' |
14: |
echo 'slprecommand' |
15: |
mpiexec -arg1 -arg2 -n 8 -machinefile machine.txt $VISIT_EXE_DIR/engine_par -dv -host $HOST -port 5600 |
15: |
mpiexec -arg1 -arg2 -n 8 -machinefile machine.txt $VISIT_EXE_DIR/engine_par -dv -host $HOST -port 5600 |
16: |
echo 'slpostcommand' |
16: |
echo 'slpostcommand' |
17: |
stopx |
17: |
stopx |
18: |
|
18: |
|
19: |
|
19: |
|
20: |
================================================================================ |
20: |
================================================================================ |
21: |
CASE: msub/mpiexec -totalview engine_par |
21: |
CASE: msub/mpiexec -totalview engine_par |
22: |
|
22: |
|
23: |
INPUT: visit -engine -norun engine_par -l msub/mpiexec -np 8 -slpre "echo 'slprecommand'" -slpost "echo 'slpostcommand'" -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -totalview engine_par |
23: |
INPUT: visit -engine -norun engine_par -l msub/mpiexec -np 8 -slpre "echo 'slprecommand'" -slpost "echo 'slpostcommand'" -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -totalview engine_par |
24: |
|
24: |
|
25: |
RESULTS: |
25: |
RESULTS: |
26: |
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 |
26: |
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:/usr/tce/packages/texlive/texlive-20220321/lib,VISITHOME=$VISITDIR,VISITARCHHOME=$VISITDIR/,VISITPLUGINDIR=$HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -l nodes=8:ppn=1 $LAUNCHSCRIPT |
27: |
|
27: |
|
28: |
Contents of $LAUNCHSCRIPT: |
28: |
Contents of $LAUNCHSCRIPT: |
29: |
#!/bin/sh |
29: |
#!/bin/sh |
30: |
cd $VISIT_TEST_DIR |
30: |
cd $VISIT_TEST_DIR |
31: |
ulimit -c 0 |
31: |
ulimit -c 0 |
32: |
startx |
32: |
startx |
33: |
echo 'slprecommand' |
33: |
echo 'slprecommand' |
34: |
totalview mpiexec -a -dograb -arg1 -arg2 -n 8 -machinefile machine.txt $VISIT_EXE_DIR/engine_par -dv -host $HOST -port 5600 |
34: |
totalview mpiexec -a -dograb -arg1 -arg2 -n 8 -machinefile machine.txt $VISIT_EXE_DIR/engine_par -dv -host $HOST -port 5600 |
35: |
echo 'slpostcommand' |
35: |
echo 'slpostcommand' |
36: |
stopx |
36: |
stopx |
37: |
|
37: |
|
38: |
|
38: |
|
39: |
================================================================================ |
39: |
================================================================================ |
40: |
CASE: msub/mpiexec -valgrind engine_par |
40: |
CASE: msub/mpiexec -valgrind engine_par |
41: |
|
41: |
|
42: |
INPUT: visit -engine -norun engine_par -l msub/mpiexec -np 8 -slpre "echo 'slprecommand'" -slpost "echo 'slpostcommand'" -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -valgrind engine_par |
42: |
INPUT: visit -engine -norun engine_par -l msub/mpiexec -np 8 -slpre "echo 'slprecommand'" -slpost "echo 'slpostcommand'" -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -valgrind engine_par |
43: |
|
43: |
|
44: |
RESULTS: |
44: |
RESULTS: |
45: |
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 |
45: |
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:/usr/tce/packages/texlive/texlive-20220321/lib,VISITHOME=$VISITDIR,VISITARCHHOME=$VISITDIR/,VISITPLUGINDIR=$HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -l nodes=8:ppn=1 $LAUNCHSCRIPT |
46: |
|
46: |
|
47: |
Contents of $LAUNCHSCRIPT: |
47: |
Contents of $LAUNCHSCRIPT: |
48: |
#!/bin/sh |
48: |
#!/bin/sh |
49: |
cd $VISIT_TEST_DIR |
49: |
cd $VISIT_TEST_DIR |
50: |
ulimit -c 0 |
50: |
ulimit -c 0 |
51: |
startx |
51: |
startx |
52: |
echo 'slprecommand' |
52: |
echo 'slprecommand' |
53: |
mpiexec -arg1 -arg2 -n 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 -dv -host $HOST -port 5600 |
53: |
mpiexec -arg1 -arg2 -n 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 -dv -host $HOST -port 5600 |
54: |
echo 'slpostcommand' |
54: |
echo 'slpostcommand' |
55: |
stopx |
55: |
stopx |
56: |
|
56: |
|
57: |
|
57: |
|
58: |
================================================================================ |
58: |
================================================================================ |
59: |
CASE: msub/mpiexec -strace engine_par |
59: |
CASE: msub/mpiexec -strace engine_par |
60: |
|
60: |
|
61: |
INPUT: visit -engine -norun engine_par -l msub/mpiexec -np 8 -slpre "echo 'slprecommand'" -slpost "echo 'slpostcommand'" -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -strace engine_par |
61: |
INPUT: visit -engine -norun engine_par -l msub/mpiexec -np 8 -slpre "echo 'slprecommand'" -slpost "echo 'slpostcommand'" -sla "-arg1 -arg2" -machinefile machine.txt -hw-pre startx -hw-post stopx -host 127.0.0.1 -port 5600 -strace engine_par |
62: |
|
62: |
|
63: |
RESULTS: |
63: |
RESULTS: |
64: |
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 |
64: |
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:/usr/tce/packages/texlive/texlive-20220321/lib,VISITHOME=$VISITDIR,VISITARCHHOME=$VISITDIR/,VISITPLUGINDIR=$HOME/.visit/$VERSION/$PLATFORM/plugins:$VISITDIR/plugins -l nodes=8:ppn=1 $LAUNCHSCRIPT |
65: |
|
65: |
|
66: |
Contents of $LAUNCHSCRIPT: |
66: |
Contents of $LAUNCHSCRIPT: |
67: |
#!/bin/sh |
67: |
#!/bin/sh |
68: |
cd $VISIT_TEST_DIR |
68: |
cd $VISIT_TEST_DIR |
69: |
ulimit -c 0 |
69: |
ulimit -c 0 |
70: |
startx |
70: |
startx |
71: |
echo 'slprecommand' |
71: |
echo 'slprecommand' |
72: |
mpiexec -arg1 -arg2 -n 8 -machinefile machine.txt strace -ttt -T $VISIT_EXE_DIR/engine_par -dv -host $HOST -port 5600 |
72: |
mpiexec -arg1 -arg2 -n 8 -machinefile machine.txt strace -ttt -T $VISIT_EXE_DIR/engine_par -dv -host $HOST -port 5600 |
73: |
echo 'slpostcommand' |
73: |
echo 'slpostcommand' |
74: |
stopx |
74: |
stopx |
75: |
|
75: |
|
76: |
|
76: |
|