Skip to content

Commit

Permalink
Merge pull request #37309 from AliinCern/ROOT_MPI_HOST_CUDA
Browse files Browse the repository at this point in the history
mpiCudaGeneric is a program transfer data from a machine to another with GPU using MPI and CUDA.
  • Loading branch information
cmsbuild authored Apr 18, 2022
2 parents 0f79044 + 12a0524 commit 506a205
Show file tree
Hide file tree
Showing 2 changed files with 1,341 additions and 1 deletion.
7 changes: 6 additions & 1 deletion HeterogeneousCore/CUDACore/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<use name="HeterogeneousCore/CUDACore"/>
<use name="catch2"/>
<use name="cuda"/>
<use name="fmt"/>
</bin>

<bin file="testStreamEvent.cu" name="testHeterogeneousCoreCUDACoreStreamEvent">
Expand All @@ -22,6 +21,12 @@
<flags TEST_RUNNER_CMD="cudaTimeMeasurement -a10 -t100 -s10000 -q -p12345"/>
</bin>

<bin name="mpiCudaGeneric" file="mpiCudaGeneric.cu">
<use name="openmpi"/>
<use name="cuda"/>
<use name="HeterogeneousCore/CUDAUtilities"/>
<flags TEST_RUNNER_CMD="cmsenv_mpirun -np 2 mpiCudaGeneric -t100 -a10 -s200000 -p123"/>
</bin>

</iftool>

Loading

0 comments on commit 506a205

Please sign in to comment.