Skip to content

Commit

Permalink
Merge pull request #35450 from AliinCern/mpitest
Browse files Browse the repository at this point in the history
Add an MPI test program
  • Loading branch information
cmsbuild authored Oct 23, 2021
2 parents 1315b6a + f4299e6 commit 717c100
Show file tree
Hide file tree
Showing 2 changed files with 810 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HeterogeneousCore/MPICore/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<bin name="testMPI" file="testMPI.cc">
<use name="openmpi"/>
<flags TEST_RUNNER_CMD="mpirun -np 4 testMPI -s 1000 -r 12345 -n 10"/>
</bin>
Loading

0 comments on commit 717c100

Please sign in to comment.