Ignore:
Timestamp:
Apr 15, 2024, 11:18:38 AM (5 weeks ago)
Author:
abarral
Message:

change bundled veget version
fix veget version update
unbundle XIOS
split init and install arch
fix ORCHIDEE XIOS library forwarding
fix local netcdf compil
fix Makefile linking

File:
1 edited

Legend:

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

    r4896 r4900  
    1212%BASE_CFLAGS         -w -std=c++11 -D__XIOS_EXCEPTION  # xios
    1313# /!\ 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++
     14%BASE_LD             -Wl,-rpath=$(shell dirname $(shell readlink -f "$(shell which mpif90)"))/../lib:$(shell nf-config --prefix)/lib -lstdc++
    1515%BASE_INC            -D__NONE__  # xios
    1616
     
    2525
    2626%MPI_FFLAGS          -fcray-pointer
    27 %MPI_LD              -L$(shell dirname $(readlink -f "$(which mpif90)"))/../lib -lmpi
     27%MPI_LD              -L$(shell dirname $(shell readlink -f "$(shell which mpif90)"))/../lib -lmpi
    2828%OMP_LD              -fopenmp
    2929%OMP_FFLAGS          -fopenmp -fcray-pointer
Note: See TracChangeset for help on using the changeset viewer.