1
1

Update comments per a review by Jeff Squyres. Make the

comments about Sun's make requirements more explicit.

This commit was SVN r12966.
Этот коммит содержится в:
Rolf vandeVaart 2007-01-03 14:39:23 +00:00
родитель 1ad6c41735
Коммит 5976b59c59

Просмотреть файл

@ -17,8 +17,9 @@
# $HEADER$
#
# Use the Open MPI-provided wrapper compilers. Note that gmake
# uses the CXX macro and make uses the CCC macro.
# Use the Open MPI-provided wrapper compilers. Note that gmake
# requires the CXX macro, while other versions of make (such as Sun's
# make) require the CCC macro.
CC = mpicc
CXX = mpic++
@ -27,8 +28,9 @@ F77 = mpif77
FC = mpif90
# Using -g is not necessary, but it is helpful for example programs,
# especially if users want to examine them with debuggers. Note
# that gmake uses the CXXFLAGS and make uses the CCFLAGS.
# especially if users want to examine them with debuggers. Note that
# gmake requires the CXXFLAGS macro, while other versions of make
# (such as Sun's make) require the CCFLAGS macro.
CFLAGS = -g
CXXFLAGS = -g