Changeset 6672
- Timestamp:
- 11/13/23 17:20:16 (15 months ago)
- Location:
- CONFIG/UNIFORM/v6/IPSLCM5A2
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM5A2/AA_make
r6494 r6672 8 8 MYSRC_DIR = $(shell /bin/pwd) 9 9 10 arch_path =${MYSRC_DIR}/ARCH10 arch_path = ${MYSRC_DIR}/ARCH 11 11 12 12 all : … … 64 64 65 65 xios: ../../modeles/XIOS 66 (c d ../../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/. ; ) 67 67 68 68 orca2lim2: ../../modeles/NEMOGCM/CONFIG
Note: See TracChangeset
for help on using the changeset viewer.