Changeset 6672 for CONFIG/UNIFORM


Ignore:
Timestamp:
11/13/23 17:20:16 (7 months ago)
Author:
snguyen
Message:

change AA_make and add ARCH/XIOS_arch-X64_IRENE-AMD.fcm for compilation on IRENE-AMD

Location:
CONFIG/UNIFORM/v6/IPSLCM5A2
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2/AA_make

    r6494 r6672  
    88MYSRC_DIR = $(shell /bin/pwd) 
    99 
    10 arch_path=${MYSRC_DIR}/ARCH 
     10arch_path = ${MYSRC_DIR}/ARCH 
    1111 
    1212all : 
     
    6464 
    6565xios: ../../modeles/XIOS 
    66         (cd ../../modeles/XIOS; ./make_xios --arch $(FCM_ARCH) --arch_path ${arch_path} --prod --use_oasis oasis3_mct --job 8 ; cp bin/xios_server.exe ../../bin/. ; ) 
     66        (cp ${arch_path}/XIOS_arch-X64_IRENE-AMD.fcm ../../modeles/XIOS/arch/arch-X64_IRENE-AMD.fcm ; cd ../../modeles/XIOS; ./make_xios --arch $(FCM_ARCH) --arch_path ${arch_path} --prod --use_oasis oasis3_mct --job 8 ; cp bin/xios_server.exe ../../bin/. ; ) 
    6767 
    6868orca2lim2:  ../../modeles/NEMOGCM/CONFIG 
Note: See TracChangeset for help on using the changeset viewer.