Ignore:
Timestamp:
Jun 19, 2025, 1:27:30 PM (6 weeks ago)
Author:
yann meurdesoif
Message:

Manage isnan non standard fortran intrinsic function with wrapper that switch to ieee_is_nan when preprocessing key CPP_USE_IEEE_IS_NAN is set.

This is mandatory for nvdia compiler that is not accept the isnan function. Due to not well understood side effect with MPI initialization on irene, for now we offer the 2 possibility, and by default, CPP_USE_IEEE_IS_NAN is set only for nvidia compilers.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/arch/arch-IRENE_NVIDIA_ACC.fcm

    r5391 r5718  
    77%MAKE                gmake
    88%FPP_FLAGS           -P -traditional
    9 %FPP_DEF             NC_DOUBLE FFT_MKL
     9%FPP_DEF             NC_DOUBLE FFT_MKL CPP_USE_IEEE_IS_NAN
    1010%BASE_FFLAGS         -i4 -r8 -acc=gpu -gpu=cc70
    1111%PROD_FFLAGS         -gopt -traceback -fast -gpu=fastmath
Note: See TracChangeset for help on using the changeset viewer.