Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Running consecutive programs through Intel MPI (env script followed by executable)

Paulius_V_1
Beginner
945 Views

Hello. 

I am using intel MPI and I want to mpirun two consecutive executables. The first one is a script that gets MPI RANK and sets up the enviroment based on that (needed for Xeon Phi offloading) and the next one is the actual executable. How do I do this?

This is where I found most of the info but this doesn't work for me : https://wickie.hlrs.de/platforms/index.php/Intel_MPI

 

Thank you. 

0 Kudos
1 Reply
Paulius_V_1
Beginner
945 Views

Figured it out. Made a mpi config script and passed it to mpirun.

0 Kudos
Reply