Changeset 1747 for trunk/UTIL
- Timestamp:
- Jul 24, 2017, 5:10:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/SPECTRA/makefile
r1746 r1747 1 netcdfpath=/ home/aymeric/Science/NETCDF/netcdf64-4.0.1_gfortran2 spherepackpath= ./spherepack3.23 FC= gfortran1 netcdfpath=/planeto/milmd/library/netcdf/netcdf-4.0.1_levan_pgf90 2 spherepackpath=/planeto/milmd/library/spherepack/spherepack3.2_levan_pgf90 3 FC=pgf90 4 4 5 5 6 6 FFLAGS=-I${netcdfpath}/include -I${spherepackpath}/lib 7 #LDFLAGS=-L${netcdfpath}/lib -lnetcdf -L${spherepackpath}/lib -lspherepack 8 LDFLAGS=-L${netcdfpath}/lib -lnetcdf -lnetcdff -L${spherepackpath}/lib -lspherepack 7 LDFLAGS=-L${netcdfpath}/lib -lnetcdf -L${spherepackpath}/lib -lspherepack 9 8 10 9 SRCS= $(wildcard *.f90)
Note: See TracChangeset
for help on using the changeset viewer.