Changeset 785
- Timestamp:
- 11/10/09 16:01:46 (15 years ago)
- Location:
- modipsl/trunk/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/AA_make.gdef
r728 r785 670 670 #-Q- sx8brodie NCDF_LIB = -L/SXlocal/pub/netCDF/netCDF-3.6.1/lib -lnetcdf 671 671 #-Q- sx8brodie #- 672 #-Q- sx8mercure #- Global definitions for NEC SX8/SX9 at CCRT 673 #-Q- sx9mercure #- Global definitions for NEC SX8/SX9 at CCRT 672 #-Q- sx8mercure #- Global definitions for NEC SX8 at CCRT 674 673 #-Q- sx8mercure LIB_MPI = MPI1 675 674 #-Q- sx8mercure LIB_MPI_BIS = MPI1 … … 706 705 #-Q- sx8mercure NCDF_LIB = -L${NETCDF_SX_LIBDIR} -lnetcdf 707 706 #-Q- sx8mercure #- 707 #-Q- sx9mercure #- Global definitions for NEC SX9 at CCRT 708 #-Q- sx9mercure LIB_MPI = MPI1 709 #-Q- sx9mercure LIB_MPI_BIS = MPI1 710 #-Q- sx9mercure PRISM_ARCH = SX 711 #-Q- sx9mercure PRISM_NAME = mercure 712 #-Q- sx9mercure FCM_ARCH = SX9_MERCURE 713 #-Q- sx9mercure M_K = sxgmake 714 #-Q- sx9mercure P_C = cpp 715 #-Q- sx9mercure P_O = -P -C $(P_P) 716 #-Q- sx9mercure F_C = sxmpif90 -c 717 #-Q- sx9mercure #-D- MD F_D = 718 #-Q- sx9mercure #-D- MN F_D = 719 #-Q- sx9mercure #-P- I4R4 F_P = -dW 720 #-Q- sx9mercure #-P- I4R8 F_P = -dW -Wf\"-A idbl4\" 721 #-Q- sx9mercure #-P- I8R8 F_P = -ew 722 #-Q- sx9mercure F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -size_t64 -Wf,"-pvctl loopcnt=999999" -I $(MODDIR) 723 #-Q- sx9mercure F_L = sxmpif90 724 #-Q- sx9mercure M_M = 1 725 #-Q- sx9mercure L_X = 0 726 #-Q- sx9mercure L_O = -size_t64 $(F_P) 727 #-Q- sx9mercure A_C = sxar -rv 728 #-Q- sx9mercure A_G = sxar -x 729 #-Q- sx9mercure A_X = sxar -rv 730 #-Q- sx9mercure C_C = sxcc -size_t64 -c 731 #-Q- sx9mercure C_O = 732 #-Q- sx9mercure C_L = sxcc -size_t64 733 #-Q- sx9mercure FC_C = gcc -c 734 #-Q- sx9mercure FC_O = 735 #-Q- sx9mercure FC_L = gcc 736 #-Q- sx9mercure #- 737 #-Q- sx9mercure NETCDF_SX_INCLUDEDIR ?= /ccc/applications/sx9/netcdf-3.6.1/include 738 #-Q- sx9mercure NETCDF_SX_LIBDIR ?= /ccc/applications/sx9/netcdf-3.6.1/lib 739 #-Q- sx9mercure NCDF_INC = ${NETCDF_SX_INCLUDEDIR} 740 #-Q- sx9mercure NCDF_LIB = -L${NETCDF_SX_LIBDIR} -lnetcdf 741 #-Q- sx9mercure #- 708 742 #-Q- sxdkrz #- Global definitions for NEC SX8 at DKRZ 709 743 #-Q- sxdkrz LIB_MPI = MPI1 -
modipsl/trunk/util/ins_make
r728 r785 88 88 #- 89 89 # Get editing header 90 x_h=$(${d_n}/w_i_p ${x_t}); 90 #x_h=$(${d_n}/w_i_p ${x_t}); 91 x_h=${x_t}; 91 92 #- 92 93 [[ ! -f "${MKTG}" ]] && { echo "${MKTG} unreachable ..."; exit 3; }
Note: See TracChangeset
for help on using the changeset viewer.