Skip to content

Commit

Permalink
Adding test scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
CFGrote committed Dec 9, 2016
1 parent 64ca5b2 commit 28777f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_parallel_30tasks_9processes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

mpirun -np 9 ../build/bin/radiationDamageMPI --inputDir pmi --outputDir /tmp --beamFile s2e.beam --geomFile s2e.geom --configFile /dev/null --pmiStartID 1 --pmiEndID 3 --numSlices 100 --sliceInterval 10 --numDP 10
2 changes: 2 additions & 0 deletions test/test_serial_10tasks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
../build/bin/radiationDamageMPI --inputDir pmi --outputDir /tmp --beamFile s2e.beam --geomFile s2e.geom --configFile /dev/null --pmiStartID 1 --pmiEndID 1 --numSlices 100 --sliceInterval 10 --numDP 10
2 changes: 2 additions & 0 deletions test/test_serial_1task.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
../build/bin/radiationDamageMPI --inputDir pmi --outputDir /tmp --beamFile s2e.beam --geomFile s2e.geom --configFile /dev/null --pmiStartID 1 --pmiEndID 1 --numSlices 100 --sliceInterval 10

0 comments on commit 28777f1

Please sign in to comment.