(file) Return to make_basic.mk CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/make_basic.mk between version 1.70 and 1.72

version 1.70, 2011/05/23 21:03:07 version 1.72, 2011/09/12 19:15:30
Line 1 
Line 1 
 VPATH  = $(SRCDIR) VPATH  = $(SRCDIR)
 STATIC = STATIC =
 DBNAME = POSTGRESQL  DBMS = POSTGRESQL
  
 # Run a script to determine the machine on which make is being run. This # Run a script to determine the machine on which make is being run. This
 # MAY return a machine type, if the host found falls into one of several # MAY return a machine type, if the host found falls into one of several
Line 186  GCC_LF_ALL = $(STATIC)
Line 186  GCC_LF_ALL = $(STATIC)
 ICC_LF_ALL      = $(STATIC) -openmp -static-intel -Wl,-export-dynamic ICC_LF_ALL      = $(STATIC) -openmp -static-intel -Wl,-export-dynamic
  
 # Fortran global LINK flags # Fortran global LINK flags
 F_LF_ALL        = -nofor-main  -openmp -static-intel  F_LF_ALL        = -nofor-main  -openmp -static-intel -Wl,-export-dynamic
 #***********************************************************************************************# #***********************************************************************************************#
  
 #***********************************************************************************************# #***********************************************************************************************#


Legend:
Removed from v.1.70  
changed lines
  Added in v.1.72

Karen Tian
Powered by
ViewCVS 0.9.4