Re: [OMPI users] Issues with compilers

2021-01-22 Thread Reuti via users
Hi, what about putting the "-static-intel" into a configuration file for the Intel compiler. Besides the default configuration, one can have a local one and put the path in an environment variable IFORTCFG (there are other ones for C/C++). $ cat myconf --version $ export IFORTCFG=/home/reuti/m

Re: [OMPI users] Issues with compilers

2021-01-22 Thread Brian Dobbins via users
As a work-around, but not a 'solution', it's worth pointing out that the (new) Intel compilers are now *usable* for free - no licensing cost or login needed. (As are the MKL, Intel MPI, etc). Link: https://software.intel.com/content/www/us/en/develop/tools/oneapi/all-toolkits.html They've got Yu

Re: [OMPI users] Issues with compilers

2021-01-22 Thread Jeff Squyres (jsquyres) via users
On Jan 22, 2021, at 9:49 AM, Alvaro Payero Pinto via users wrote: > > I am trying to install Open MPI with Intel compiler suite for the Fortran > side and GNU compiler suite for the C side. For factors that don’t depend > upon me, I’m not allowed to change the C compiler suite to Intel one sin

[OMPI users] Issues with compilers

2021-01-22 Thread Alvaro Payero Pinto via users
Dear Open MPI support team, I am trying to install Open MPI with Intel compiler suite for the Fortran side and GNU compiler suite for the C side. For factors that don’t depend upon me, I’m not allowed to change the C compiler suite to Intel one since that would mean an additional license. Problem