[Dart-dev] [6921] DART/trunk/mpi_utilities/tests/Makefile: make this makefile include the FFLAGS settings from
nancy at ucar.edu
nancy at ucar.edu
Wed Apr 23 11:36:00 MDT 2014
Revision: 6921
Author: nancy
Date: 2014-04-23 11:35:59 -0600 (Wed, 23 Apr 2014)
Log Message:
-----------
make this makefile include the FFLAGS settings from
the mkmf.template
Modified Paths:
--------------
DART/trunk/mpi_utilities/tests/Makefile
-------------- next part --------------
Modified: DART/trunk/mpi_utilities/tests/Makefile
===================================================================
--- DART/trunk/mpi_utilities/tests/Makefile 2014-04-23 17:35:21 UTC (rev 6920)
+++ DART/trunk/mpi_utilities/tests/Makefile 2014-04-23 17:35:59 UTC (rev 6921)
@@ -68,23 +68,23 @@
# simple f90 test program without mpi or netcdf
ftest_f90: ftest_f90.f90
- $(FC) $(FFLAGS) ftest_f90.f90 $(LDFLAGS) -o ftest_f90
+ $(FC) ftest_f90.f90 $(LDFLAGS) -o ftest_f90
# f90 test program that calls MPI functions
ftest_mpi: ftest_mpi.f90
- $(MPIFC) $(FFLAGS) ftest_mpi.f90 $(LDFLAGS) -o ftest_mpi
+ $(MPIFC) ftest_mpi.f90 $(LDFLAGS) -o ftest_mpi
# f90 test program that calls netCDF functions
ftest_nc: ftest_nc.f90
- $(FC) $(FFLAGS) ftest_nc.f90 $(LDFLAGS) -o ftest_nc
+ $(FC) ftest_nc.f90 $(LDFLAGS) -o ftest_nc
# test of named pipe (fifo) communication with mpi
ftest_stop: ftest_stop.f90
- $(MPIFC) $(FFLAGS) ftest_stop.f90 $(LDFLAGS) -o ftest_stop
+ $(MPIFC) ftest_stop.f90 $(LDFLAGS) -o ftest_stop
ftest_go: ftest_go.f90
- $(MPIFC) $(FFLAGS) ftest_go.f90 $(LDFLAGS) -o ftest_go
+ $(MPIFC) ftest_go.f90 $(LDFLAGS) -o ftest_go
More information about the Dart-dev
mailing list