Re: [OMPI users] Newbie With Issues

2021-04-01 Thread John Hearns via users
Hello Ben, nice to meet you! You refer to Liqid, which is interesting. I would say you should take a step back and consider using Easybuild or Spack https://easybuild.io/ https://spack.readthedocs.io/en/latest/ The bit of time spent getting to know these tools will be repaid many times over.

Re: [OMPI users] Newbie With Issues

2021-03-30 Thread Nathan Hjelm via users
quately explained by stupidity" - Hanlon's Razor From: users on behalf of bend linux4ms.net via users Sent: Tuesday, March 30, 2021 12:00 PM To: Open MPI Users Cc: bend linux4ms.net Subject: Re: [OMPI users] Newbie With Issues Thanks Mr Heinz

Re: [OMPI users] Newbie With Issues

2021-03-30 Thread bend linux4ms.net via users
idity" - Hanlon's Razor From: Michael Fuckner Sent: Tuesday, March 30, 2021 1:01 PM To: Open MPI Users Cc: bend linux4ms.net Subject: Re: [OMPI users] Newbie With Issues Hi, Intel ships both compilers if installing intel-hpckit: [root@f33-vm

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: /opt/in

Re: [OMPI users] Newbie With Issues

2021-03-30 Thread bend linux4ms.net via users
via users Sent: Tuesday, March 30, 2021 12:00 PM To: Open MPI Users Cc: bend linux4ms.net Subject: Re: [OMPI users] Newbie With Issues 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-r

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]# i

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 so