Menu

#78 F90: problem with ifort 18

v3.31+
closed-fixed
F90 (8) intel (1)
5
2019-12-19
2017-12-19
Eric Hivon
No

Starting with the "2018" release of the Intel fortran compiler (ifort 18), a new flag policy is enforced,
especially for compilation with OpenMP.
To generate Makefiles compatible with all versions of ifort, get the latest hpxconfig_functions.sh
as described in https://sourceforge.net/p/healpix/bugs/77/
and do the
./configure
process.

Discussion

  • Anonymous

    Anonymous - 2018-07-13

    It seems there is still problem with hpxconfig_functions.sh as provided by Healpix 3.40,
    in the use of icc with OpenMP

    Line 1501 in

    1500 if [ $nicc != 0 ] ; then
    1501 PRCFLAGS='-openmp' # -openmp-report0

    seems should be
    1500 if [ $nicc != 0 ] ; then
    1501 PRCFLAGS='-qopenmp' # -openmp-report0

    Dmitri Pogosyan

     
  • Eric Hivon

    Eric Hivon - 2019-12-19
    • status: open --> closed-fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB