FWIW: I just added (last night) a pair of new MCA params for this purpose: plm_rsh_pass_path <foo> prepends the designated path to the remote shell's PATH prior to executing orted plm_rsh_pass_libpath <foo> same thing for LD_LIBRARY_PATH
I believe that will resolve the problem for Andy regardless of compiler used. In the master now, waiting for someone to verify it before adding to 1.8.5. Sadly, I am away from any cluster for the rest of this week, so I'd welcome anyone having a chance to test it. On Thu, Apr 16, 2015 at 2:57 AM, Thomas Jahns <ja...@dkrz.de> wrote: > Hello, > > On Apr 15, 2015, at 02:11 , Gilles Gouaillardet wrote: > > what about reconfiguring Open MPI with > LDFLAGS="-Wl,-rpath,/opt/intel/15.0/composer_xe_2015.2.164/compiler/lib/mic" > ? > > IIRC, an other option is : LDFLAGS="-static-intel" > > > let me first state that I have no experience developing for MIC. But > regarding the Intel runtime libraries, the only sane option in my opinion > is to use the icc.cfg/ifort.cfg/icpc.cfg files that get put in the same > directory as the corresponding compiler binaries and add a line like > > -Wl,-rpath,/path/to/composerxe/lib/intel?? > > to that file. > > Regards, Thomas > -- > Thomas Jahns > DKRZ GmbH, Department: Application software > > Deutsches Klimarechenzentrum > Bundesstraße 45a > D-20146 Hamburg > > Phone: +49-40-460094-151 > Fax: +49-40-460094-270 > Email: Thomas Jahns <ja...@dkrz.de> > > > > > _______________________________________________ > users mailing list > us...@open-mpi.org > Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users > Link to this post: > http://www.open-mpi.org/community/lists/users/2015/04/26745.php >