Ignore:
Timestamp:
Apr 11, 2024, 11:08:29 AM (5 weeks ago)
Author:
abarral
Message:

Fix XIOS compile
Fix mpif90 netcdf compile
Fix local netcdf compile
Fix missing rebuild

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install_amaury/arch_local/arch-local-gfortran-parallel.fcm

    r4893 r4896  
    1111%BASE_FFLAGS         -cpp -ffree-line-length-0 -fdefault-real-8 -DNC_DOUBLE
    1212%BASE_CFLAGS         -w -std=c++11 -D__XIOS_EXCEPTION  # xios
    13 %BASE_LD             -Wl,-rpath=$(dirname $(readlink -f "$(which mpif90)"))/../lib:$(nf-config --prefix)/lib -lstdc++
     13# /!\ LD must be written in Makefile syntax
     14%BASE_LD             -Wl,-rpath=$(shell dirname $(readlink -f "$(which mpif90)"))/../lib:$(shell nf-config --prefix)/lib -lstdc++
    1415%BASE_INC            -D__NONE__  # xios
    1516
     
    2425
    2526%MPI_FFLAGS          -fcray-pointer
    26 %MPI_LD              -L$(dirname $(readlink -f "$(which mpif90)"))/../lib -lmpi
     27%MPI_LD              -L$(shell dirname $(readlink -f "$(which mpif90)"))/../lib -lmpi
    2728%OMP_LD              -fopenmp
    2829%OMP_FFLAGS          -fopenmp -fcray-pointer
Note: See TracChangeset for help on using the changeset viewer.