source: trunk/00FlowSolve_PL/CMD_ODYSSEUS/Make.inc

Last change on this file was 11, checked in by xlvlod, 18 years ago

Import initial

File size: 505 bytes
Line 
1##############################################
2#  Make.inc
3##############################################
4#
5SHELL=/bin/sh
6#
7FFTW_LIB = $(FFTW2_LIB_X)  -lsrfftw -lsfftw
8LIBS= $(FFTW_LIB) $(NETCDF_LIB_X) $(LAPACK_LIB_X) $(MPI_LIB_X) $(BLAS_LIB_X)
9ALL_INCLUDE= $(NETCDF_INC_X) $(FFTW2_INC_X) $(MPI_INC_X)
10#
11# f90 compiler:
12#f90=mpif90
13f90=pgf95
14f90O_FLAGS= -pg -c -Mpreprocess -Mbounds $(ALL_INCLUDE)
15
16# c and preprocessor flags
17CFLAGS= -O2
18CPPFLAGS=
19FPPFLAGS=
20##############################################
Note: See TracBrowser for help on using the repository browser.