Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Ifort with LAM-MPI

alexismor
Beginner
237 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
237 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