Skip to content

adamlavely/mpihelloworldNodeName

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

mpihelloworldNodeName

A quick hello world for MPI on CPUs that prints out the node name.

For including this into a Containerfile, make sure you have MPI installed and then add this using something like

RUN git clone https://github.com/adamlavely/mpihelloworldNodeName.git

RUN cd mpihelloworldNodeName                      && \
    mpicc -o hello.out mpiHelloWorldNodeAndRank.c && \
    chmod 777 hello.out                           && \
    cp hello.out /usr/local/bin/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages