ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/config.local.sutemplate
(Generate patch)

Comparing config.local.sutemplate (file contents):
Revision 1.2 by arta, Tue Oct 13 19:22:37 2009 UTC vs.
Revision 1.3 by arta, Wed Jan 19 20:40:37 2011 UTC

# Line 1 | Line 1
1   __DEFS__
2 + # Directory, off of JSOC for now, that specifies where localization directory is
3 + # This doesn't need to be parsed by customizedefs.pl, since this perl script
4 + # will obtain the localization directory via a cmd-line argument.
5 + LOCALIZATIONDIR "localization"
6 +
7   # the host name of the default database server you will be accessing; you
8   #   should include the internet domain (e.g. host.subnet.net) if the server is
9   #   not on your subnet; but if it is on your subnet it may be better not to
# Line 56 | Line 61 | SUMSERVER      "j1"
61   #   non-zero value if it is
62   SUMS_TAPE_AVAILABLE (1)
63  
64 + # If AUTOSELCOMP is 1, then the configure script will automatically select
65 + # the 'best' compiler for use with the make system (choosing icc over gcc).
66 + # Set this to 0 to permit manual selection via the JSOC_COMPILER and JSOC_FCOMPILER
67 + # environment variables, or via editing of make_basic.mk
68 + AUTOSELCOMP 1
69 +
70   # SUMS Export - specify how to construct 4 arguments that represent the
71   #   transfer program (e.g. scp), the user, the host, and the port to be used
72   #   in a command line for fetching SUMS data from a server via sum_export_svc.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines