Opened 16 years ago

Closed 16 years ago

#169 closed upgrade (Done)

Improved compilation information

Reported by: arango Owned by: arango
Priority: trivial Milestone: Release ROMS/TOMS 3.2
Component: Nonlinear Version: 3.2
Keywords: Cc:

Description

I added an extra line to the makefile rules files (Compilers/*.mk) to report the full path of the compiler being used or the mpif90 script:

#
# Use full path of compiler.
#
               FC := $(shell which ${FC})

This useful when there are several versions of the compiler or the mpif90 script. I also refined the USE_MPIF90 conditional in the build script.

Change History (1)

comment:1 by arango, 16 years ago

Resolution: Done
Status: newclosed
Note: See TracTickets for help on using tickets.