Skip to content

AnyDSL/mpi-bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Impala MPI bindings

So far this is only rudimentary. If you have need of more bindings, please add them and contribute any nicer wrappers you build.

Build and run

Make sure impala and clang are on the PATH.

Change the MPIStatus struct in src/mpi.impala if you're not using OpenMPI.

mkdir build
cd build
cmake .. -DAnyDSL_runtime_DIR:PATH="<add path to anydsl runtime here>/build/share/anydsl/cmake"
make

mpirun -n 2 src/main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published