Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.

Ifort with LAM-MPI

alexismor
Beginner
460 Views
Hi everyone,

I was wondering if there was a way to use mpiifort along with LAM/MPI deamons instead of MPD ones. The problem with using MPD is that I don't have the right version of python installed on all the nodes of my cluster, and I really can't do very much about this since I'm not the system administrator for this cluster.

Thanks,

Alexis
0 Kudos
1 Reply
TimP
Honored Contributor III
460 Views
You certainly can use lam mpi with ifort, but not with mpiifort. Most likely, you will need to build lam with ifort and install it across the cluster. This would seem to be possibly as much trouble as reconciling the python versions across the cluster.
0 Kudos
Reply