- Timestamp:
- 02/17/10 10:16:41 (15 years ago)
- Location:
- modipsl/trunk/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/AA_make.gdef
r785 r898 527 527 #-Q- osxxlf NCDF_LIB = -L/usr/local/install/netcdf-3.6.0-p1/lib -lnetcdf 528 528 #-Q- osxxlf #- 529 #-Q- platine #- Global definitions for Bull ( opteron) at CCRT529 #-Q- platine #- Global definitions for Bull (Itanium) at CCRT 530 530 #-Q- platine LIB_MPI = MPI1 531 531 #-Q- platine LIB_MPI_BIS = MPI1 … … 797 797 #-Q- t3e NCDF_LIB = -L/usr/local/pub/lib -lnetcdf 798 798 #-Q- t3e #- 799 #-Q- titane #- Global definitions for Bull (Xeon) at CCRT 800 #-Q- titane LIB_MPI = MPI1 801 #-Q- titane LIB_MPI_BIS = MPI1 802 #-Q- titane PRISM_ARCH = X64 803 #-Q- titane PRISM_NAME = titane 804 #-Q- titane FCM_ARCH = X64_TITANE 805 #-Q- titane M_K = gmake 806 #-Q- titane P_C = cpp 807 #-Q- titane P_O = -P -C $(P_P) 808 #-Q- titane F_C = mpif90 -c -cpp 809 #-Q- titane #-D- MD F_D = -g 810 #-Q- titane #-D- MN F_D = 811 #-Q- titane #-P- I4R4 F_P = -i4 812 #-Q- titane #-P- I4R8 F_P = -i4 -r8 813 #-Q- titane #-P- I8R8 F_P = -i8 -r8 814 #-Q- titane F_O = -DCPP_PARA -O3 $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) 815 #-Q- titane F_L = mpif90 816 #-Q- titane M_M = 0 817 #-Q- titane L_X = 0 818 #-Q- titane L_O = 819 #-Q- titane A_C = ar -r 820 #-Q- titane A_G = ar -x 821 #-Q- titane C_C = cc -c 822 #-Q- titane C_O = 823 #-Q- titane C_L = cc 824 #-Q- titane #- 825 #-Q- titane NCDF_INC = $(NETCDF_INCLUDEDIR) 826 #-Q- titane NCDF_LIB = -L$(NETCDF_LIBDIR) -lnetcdff -lnetcdf 827 #-Q- titane #- 799 828 #-Q- tx7 #- Global definitions for NEC TX7 front-end (Mercure) at CCRT, ifort 800 829 #-Q- tx7 M_K = gmake -
modipsl/trunk/util/w_i_h
r728 r898 42 42 ( cesium[0-9]* ) DSYS="cesium";; 43 43 ( platine[0-9]* ) DSYS="platine";; 44 ( titane[0-9]* ) DSYS="titane";; 44 45 ( mercure ) \ 45 46 { DSYS="sx8mercure"
Note: See TracChangeset
for help on using the changeset viewer.