(file) Return to configsdp.txt CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/configsdp.txt between version 1.43 and 1.53

version 1.43, 2014/10/02 18:31:35 version 1.53, 2015/08/28 21:04:37
Line 21  q:SERVER hmidb
Line 21  q:SERVER hmidb
 q:DRMSPGPORT                    5432 q:DRMSPGPORT                    5432
 q:SUMS_DB_HOST                  hmidb3 q:SUMS_DB_HOST                  hmidb3
 q:SUMPGPORT                     5434 q:SUMPGPORT                     5434
   a:SUMSD_MAX_THREADS             32
   a:SUMSD_LISTENPORT              6004
 a:DRMS_LOCAL_SITE_CODE          0x0000 a:DRMS_LOCAL_SITE_CODE          0x0000
 q:DBNAME                        jsoc q:DBNAME                        jsoc
 q:WEB_DBUSER                    apache q:WEB_DBUSER                    apache
Line 29  q:SUMS_MANAGER producti
Line 31  q:SUMS_MANAGER producti
 q:SUMS_GROUP                    SOI q:SUMS_GROUP                    SOI
 q:SUMLOG_BASEDIR                /usr/local/logs/SUM q:SUMLOG_BASEDIR                /usr/local/logs/SUM
 q:SUMBIN_BASEDIR                /usr/local/bin q:SUMBIN_BASEDIR                /usr/local/bin
 q:SUMSERVER                     k1  q:SUMSERVER                     k1.stanford.edu
 # The number of SUMS process SETS to spawn. If this number is not 1, then the number of SUMS processes # The number of SUMS process SETS to spawn. If this number is not 1, then the number of SUMS processes
 # is SUM_NUMSUM * 5 + 2. # is SUM_NUMSUM * 5 + 2.
 a:SUM_NUMSUM                    3 a:SUM_NUMSUM                    3
Line 72  q:RS_BINPATH
Line 74  q:RS_BINPATH
 # White-list (access to internal stuff) # White-list (access to internal stuff)
 a:WL_HASWL                              1 a:WL_HASWL                              1
 q:WL_FILE                               /web/jsoc/htdocs/whitelist.txt q:WL_FILE                               /web/jsoc/htdocs/whitelist.txt
   # Bin paths
   q:BIN_EXPORT                            /home/jsoc/cvs/Development/JSOC/bin
   q:SCRIPTS_EXPORT                        /home/jsoc/cvs/Development/JSOC/scripts
   q:BIN_PY                                /home/jsoc/bin/linux_x86_64/activepython27
   a:SUMS_USEMTSUMS                        1
   # Email registration
   a:REGEMAIL_TIMEOUT                      5
   # Slony
   q:SLONY_CONFIG                          /home/jsoc/cvs/Development/JSOC/proj/replication/etc/repserver.cfg
  
 __MAKE__ __MAKE__
 # JSOC_SDP third-party libraries used by base # JSOC_SDP third-party libraries used by base
Line 186  TAR_LIBS:IA32 /home/jsoc/lib/l
Line 197  TAR_LIBS:IA32 /home/jsoc/lib/l
 TAR_LIBS:AVX            /home/jsoc/lib/linux_avx TAR_LIBS:AVX            /home/jsoc/lib/linux_avx
 TAR_LIBS:IA64           /home/jsoc/lib/linux-ia64 TAR_LIBS:IA64           /home/jsoc/lib/linux-ia64
  
   PY_LIB                  python3.4m
   PY_INCS:X86_64          /home/jsoc/ActiveStatePy/linux_x86_64/ActivePython-3.4/include/python3.4m
   PY_INCS:AVX             /home/jsoc/ActiveStatePy/linux_avx/ActivePython-3.4/include/python3.4m
   PY_LIBS:X86_64          /home/jsoc/ActiveStatePy/linux_x86_64/ActivePython-3.4/lib
   PY_LIBS:AVX             /home/jsoc/ActiveStatePy/linux_avx/ActivePython-3.4/lib
   PY_HOME:X86_64          /home/jsoc/ActiveStatePy/linux_x86_64/ActivePython-3.4
   PY_HOME:AVX             /home/jsoc/ActiveStatePy/linux_avx/ActivePython-3.4
   
 # Set custom make file to tell the make system that the gcc cfitsio library is called # Set custom make file to tell the make system that the gcc cfitsio library is called
 # libcfitsio_gcc.a # libcfitsio_gcc.a
 _CUST_ _CUST_
Line 197  endif
Line 216  endif
 _ENDCUST_ _ENDCUST_
  
 __PROJ_MK_RULES__ __PROJ_MK_RULES__
 $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBSUM) $(LIBDSTRUCT)  $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) $(LIBDSTRUCT)
 $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBSUM)  $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM)
  
 $(MODEXEDROBJ):                 CF_TGT := $(CF_TGT) -I$(SRCDIR)/proj/libs/dr $(MODEXEDROBJ):                 CF_TGT := $(CF_TGT) -I$(SRCDIR)/proj/libs/dr
 $(MODEXEDR) $(MODEXEDR_SOCK):   $(LIBDR) $(MODEXEDR) $(MODEXEDR_SOCK):   $(LIBDR)
Line 387  __PROJ__
Line 406  __PROJ__
              <subdir>d4vm/apps</subdir>              <subdir>d4vm/apps</subdir>
              <subdir>remapmags/apps</subdir>              <subdir>remapmags/apps</subdir>
              <subdir>synop/apps</subdir>              <subdir>synop/apps</subdir>
                <subdir>polarfield/apps</subdir>
         </subdirs>         </subdirs>
         <filters>         <filters>
              <filter>              <filter>
Line 436  __PROJ__
Line 456  __PROJ__
 __PROJCFG__ __PROJCFG__
 #! /bin/csh -f #! /bin/csh -f
  
 # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts  set PERLBIN = ""
 # directory).  
  
 find ../proj/lev0/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo "  " {} " OK" \; \) -o -exec echo "  " {} " ERROR - couldn't create link" \;  if ($PERLBIN == "") then
       if (-x /home/jsoc/bin/linux_x86_64/activeperl) then
           set PERLBIN = "/home/jsoc/bin/linux_x86_64/activeperl"
       else
           set PERLBIN = "perl"
       endif
   endif
  
   # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
   # directory).
   find ../proj/lev0/scripts -mindepth 1 -path \*CVS -prune -o -print | ${PERLBIN} -MFile::Basename -n -e 'my($bn) = basename($_); chomp($bn); my($path) = $_; chomp($path); if (!(-e $bn)) { `ln -s $_`; if ($? >> 8 == 0) { print "   " . $path . " OK\n"; } else { print "   " . $path . " ERROR - could not create link\n"; } }'


Legend:
Removed from v.1.43  
changed lines
  Added in v.1.53

Karen Tian
Powered by
ViewCVS 0.9.4