[OMPI users] Open MPI State of the Union BOF (webinar)

2021-03-30 Thread Jeff Squyres (jsquyres) via users
Thanks to all who attended today. The slides from the presentation are now available here: https://www-lb.open-mpi.org/papers/ecp-bof-2021/ > On Mar 29, 2021, at 2:52 PM, Jeff Squyres (jsquyres) via announce > wrote: > > Gentle reminder that the Open MPI State of the Union BOF webinar

Re: [OMPI users] [External] Re: Newbie With Issues

2021-03-30 Thread bend linux4ms.net via users
Thanks, supposedly Liqid sent a fix install, we will see, especially when I start linpack on this HPC. Ben Duncan - Business Network Solutions, Inc. 336 Elton Road Jackson MS, 39212 "Never attribute to malice, that which can be adequately explained by stupidity" - Hanlon's Razor

Re: [OMPI users] [EXTERNAL] Re: Newbie With Issues

2021-03-30 Thread Prentice Bisbal via users
This should handle modifying his LD_LIBRARY_PATH correctly but doing a intel setvars.sh How are you doing 'intel setvars.sh'? I believe you need to source that rather than execute it. Also, there might be other files you need to source. I have access to 2019.u3, and in the install_root, I

Re: [OMPI users] [External] Re: Newbie With Issues

2021-03-30 Thread Prentice Bisbal via users
That error message is right in your original post, and I didn't even see it: configure:6541: icc -O2 conftest.c >&5 ld: cannot find -lstdc++ Well, that's an easy fix. I guess my eyes stopped when I got to this: configure: error: C compiler cannot create executables See `config.log' for

Re: [OMPI users] [External] Re: Newbie With Issues

2021-03-30 Thread Prentice Bisbal via users
No, icc is there: configure:6488: icc -qversion >&5 icc: command line warning #10006: ignoring unknown option '-qversion' icc: command line error: no files specified; for help type "icc -help" Those error messages are coming directly from icc. Prentice On 3/30/21 12:52 PM, Heinz, Michael

Re: [OMPI users] [External] Newbie With Issues

2021-03-30 Thread Prentice Bisbal via users
Is this your own Linux system, or a work/school system? Some security guidelines, like the CIS Security benchmarks, recommending making /tmp its own filesystem and mount it with the 'noexec' option. That can cause this error. The configure script works by seeing if it can compile and/or run

Re: [OMPI users] Newbie With Issues

2021-03-30 Thread Nathan Hjelm via users
I find it bizarre that icc is looking for a C++ library. That aside if I remember correctly intel's compilers do not provide a C++ stdlib implementation but instead rely on the one from gcc. You need to verify that libstdc++ is installed on the system. On Ubuntu/debian this can be installed

Re: [OMPI users] Newbie With Issues

2021-03-30 Thread bend linux4ms.net via users
Thanks Mr Fuckner I see those using your example. I think what the issue is probably a library issue, so will try the library path first. Ben Duncan - Business Network Solutions, Inc. 336 Elton Road Jackson MS, 39212 "Never attribute to malice, that which can be adequately explained by

Re: [OMPI users] Newbie With Issues

2021-03-30 Thread Michael Fuckner via users
Hi, Intel ships both compilers if installing intel-hpckit: [root@f33-vm ~]# icc -v icc version 2021.2.0 (gcc version 10.2.1 compatibility) [root@f33-vm ~]# icx -v Intel(R) oneAPI DPC++ Compiler 2021.2.0 (2021.2.0.20210317) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir:

Re: [OMPI users] [EXTERNAL] Re: Newbie With Issues

2021-03-30 Thread bend linux4ms.net via users
Thanks Mr. Howard. FWIW these are the new HPC By Liqid for ARL / ERDC / so I am dealing with complete (and incomplete as it were) brand new clusters. I will try your suggestion, will have to modify my xCat if that fixes it ... sigh .. Ben Duncan - Business Network Solutions, Inc. 336 Elton

Re: [OMPI users] [EXTERNAL] Re: Newbie With Issues

2021-03-30 Thread Pritchard Jr., Howard via users
Hi Ben, You're heading down the right path On our HPC systems, we use modules to handle things like setting LD_LIBRARY_PATH etc. when using Intel 21.x.y and other Intel compilers. For example, for the Intel/21.1.1 the following were added to LD_LIBRARY_PATH (edited to avoid posting

Re: [OMPI users] Newbie With Issues

2021-03-30 Thread bend linux4ms.net via users
I think I have found one of the issues. I took the check c program from openmpi and tried to compile and got the following: [root@jean-r8-sch24 benchmarks]# icc dummy.c ld: cannot find -lstdc++ [root@jean-r8-sch24 benchmarks]# cat dummy.c int main () { ; return 0; } [root@jean-r8-sch24

Re: [OMPI users] Newbie With Issues

2021-03-30 Thread bend linux4ms.net via users
Thanks Mr Heinz for responding. It maybe the case with clang, but doing a intel setvars.sh then issuing the following compile gives me the message: [root@jean-r8-sch24 openmpi-4.1.0]# icc icc: command line error: no files specified; for help type "icc -help" [root@jean-r8-sch24 openmpi-4.1.0]#

Re: [OMPI users] Newbie With Issues

2021-03-30 Thread Heinz, Michael William via users
It looks like you're trying to build Open MPI with the Intel C compiler. TBH - I think that icc isn't included with the latest release of oneAPI, I think they've switched to including clang instead. I had a similar issue to yours but I resolved it by installing a 2020 version of the Intel HPC

[OMPI users] Newbie With Issues

2021-03-30 Thread bend linux4ms.net via users
Hello group, My name is Ben Duncan. I have been tasked with installing openMPI and Intel compiler on a HPC systems. I am new to the the whole HPC and MPI environment so be patient with me. I have successfully gotten the Intel compiler (oneapi version from l_HPCKit_p_2021.1.0.2684_offline.sh