Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

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

Paulius_V_1
Beginner
1,822 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
1,822 Views

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

0 Kudos
Reply