Re: [OMPI users] Building Open-MPI with Intel C

2021-04-07 Thread Heinz, Michael William via users
) via users Sent: Wednesday, April 7, 2021 10:28 AM To: John Hearns Cc: Jeff Squyres (jsquyres) ; Open MPI User's List Subject: Re: [OMPI users] Building Open-MPI with Intel C :-) For the web archives: Mike confirmed to me off-list that the non-interactive login setup was, indeed, the issue

Re: [OMPI users] Building Open-MPI with Intel C

2021-04-07 Thread Jeff Squyres (jsquyres) via users
:-) For the web archives: Mike confirmed to me off-list that the non-interactive login setup was, indeed, the issue, and he's now good to go. On Apr 7, 2021, at 10:09 AM, John Hearns mailto:hear...@gmail.com>> wrote: Jeff, you know as well as I do that EVERYTHING is in the path at Cornelis N

Re: [OMPI users] Building Open-MPI with Intel C

2021-04-07 Thread John Hearns via users
Jeff, you know as well as I do that EVERYTHING is in the path at Cornelis Networks. On Wed, 7 Apr 2021 at 14:59, Jeff Squyres (jsquyres) wrote: > Check the output from ldd in a non-interactive login: your LD_LIBRARY_PATH > probably doesn't include the location of the Intel runtime. > > E.g. > >

Re: [OMPI users] Building Open-MPI with Intel C

2021-04-07 Thread Jeff Squyres (jsquyres) via users
Check the output from ldd in a non-interactive login: your LD_LIBRARY_PATH probably doesn't include the location of the Intel runtime. E.g. ssh othernode ldd /path/to/orted Your shell startup files may well differentiate between interactive and non-interactive logins (i.e., it may set PATH

Re: [OMPI users] Building Open-MPI with Intel C

2021-04-07 Thread John Hearns via users
Manually log into one of your nodes. Load the modules you use in a batch job. Run 'ldd' on your executable. Start at the bottom and work upwards... By the way, have you looked at using Easybuild? Would be good to have your input there maybe. On Wed, 7 Apr 2021 at 01:01, Heinz, Michael William vi

Re: [OMPI users] Building Open-MPI with Intel C

2021-04-07 Thread Heinz, Michael William via users
Giles, I’ll double check - but the intel runtime is installed on all machines in the fabric. - Michael Heinz michael.william.he...@cornelisnetworks.com On Apr 7, 2021, at 2:42 AM, Gilles Gouaillardet via users mailto:users@lists.open-mpi.o

Re: [OMPI users] Building Open-MPI with Intel C

2021-04-06 Thread Gilles Gouaillardet via users
Michael, orted is able to find its dependencies to the Intel runtime on the host where you sourced the environment. However, it is unlikely able to do it on a remote host For example ssh ... ldd `which opted` will likely fail. An option is to use -rpath (and add the path to the Intel runtime). II

[OMPI users] Building Open-MPI with Intel C

2021-04-06 Thread Heinz, Michael William via users
I'm having a heck of a time building OMPI with Intel C. Compilation goes fine, installation goes fine, compiling test apps (the OSU benchmarks) goes fine... but when I go to actually run an MPI app I get: [awbp025:~/work/osu-icc](N/A)$ /usr/mpi/icc/openmpi-icc/bin/mpirun -np 2 -H awbp025,awbp02