New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 13330 – NEMO

Changeset 13330


Ignore:
Timestamp:
2020-07-21T14:27:10+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2482: changes in arch file for cpp on Power/Intel? and additional library for profiling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/ticket2482_arch/UKMO/arch-PGI_MANAGED_Isambard.fcm

    r13091 r13330  
    3939 
    4040%NCDF_INC            -I./include 
    41 %NCDF_LIB            -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz 
     41%NCDF_LIB             
    4242 
    4343%XIOS_INC            -I%XIOS_HOME/inc 
     
    5454%FCFLAGS             -i4 -Mr8 -Minfo=all -Mflushz -Minline -Mnofma -Mcray=pointer -ta=tesla:managed,lineinfo,deepcopy -acc -Mcuda -Mextend -Mfree 
    5555%FFLAGS              %FCFLAGS 
    56 %LDFLAGS             -pgc++libs -Mcray=pointer -Minfo=all -Mneginfo=all -acc -ta=tesla:managed,lineinfo,deepcopy -Mcuda -Mnofma 
     56%LDFLAGS             -pgc++libs -Mcray=pointer -Minfo=all -Mneginfo=all -acc -ta=tesla:managed,lineinfo,deepcopy -Mcuda -Mnofma -lnvToolsExt 
    5757#%FCFLAGS             -i4 -Mr8 -Minfo=all -Mflushz -Minline -Mnofma -Mcray=pointer -ta=tesla,lineinfo -acc -Mcuda -Mextend -Mfree 
    5858#%FFLAGS              -i4 -Mr8 -Minfo=all -Mflushz -Minline -Mnofma -Mcray=pointer -ta=tesla,lineinfo -acc -Mcuda -Mextend -Mfree 
     
    6060# consider adding -Mipa=fast to FCFLAGS and LDFLAGS  -  very slow compilation 
    6161%LD                  mpif90 
    62 %FPPFLAGS            -P -E -traditional-cpp 
    63 ###%FPPFLAGS            -E -P -std=c90 
     62#%FPPFLAGS            -P -E -traditional-cpp 
     63%FPPFLAGS            -E -P -std=c90 
    6464%AR                  ar 
    6565%ARFLAGS             -r 
Note: See TracChangeset for help on using the changeset viewer.