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

Diff for /JSOC/configsdp.txt between version 1.58 and 1.69

version 1.58, 2016/06/16 16:39:28 version 1.69, 2017/05/19 21:51:54
Line 32  q:SUMS_GROUP SOI
Line 32  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.stanford.edu q:SUMSERVER                     k1.stanford.edu
   q:DRMS_LOG_DIR                  /home/jsoc/jsoclogs
   q:DRMS_LOCK_DIR                 /home/jsoc/locks
 # 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 67  a:RS_DBPORT
Line 69  a:RS_DBPORT
 q:RS_DBUSER                             production q:RS_DBUSER                             production
 q:RS_LOCKFILE                           /home/jsoc/locks/remotesums.lck q:RS_LOCKFILE                           /home/jsoc/locks/remotesums.lck
 q:RS_LOGDIR                             /home/jsoc/jsoclogs/rsums q:RS_LOGDIR                             /home/jsoc/jsoclogs/rsums
 a:RS_DLTIMEOUT                          30  a:RS_DLTIMEOUT                          120
 a:RS_REQTIMEOUT                          5  a:RS_REQTIMEOUT                         300
 a:RS_MAXTHREADS                         32  a:RS_MAXTHREADS                         216
 q:RS_BINPATH                            /home/jsoc/cvs/Development/JSOC/bin/linux_x86_64 q:RS_BINPATH                            /home/jsoc/cvs/Development/JSOC/bin/linux_x86_64
   a:RS_N_WORKERS                          4
   q:RS_TMPDIR                             /tmp
   a:RS_SCP_MAXSUS                         48
   a:RS_SCP_MAXPAYLOAD                     512
   a:RS_SCP_TIMEOUT                        2
 # 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
Line 78  q:WL_FILE
Line 85  q:WL_FILE
 q:BIN_EXPORT                            /home/jsoc/cvs/Development/JSOC/bin q:BIN_EXPORT                            /home/jsoc/cvs/Development/JSOC/bin
 q:SCRIPTS_EXPORT                        /home/jsoc/cvs/Development/JSOC/scripts q:SCRIPTS_EXPORT                        /home/jsoc/cvs/Development/JSOC/scripts
 q:BIN_PY                                /home/jsoc/bin/linux_x86_64/activepython27 q:BIN_PY                                /home/jsoc/bin/linux_x86_64/activepython27
   q:BIN_PY3                               /home/jsoc/anaconda3/bin/python3
 a:SUMS_USEMTSUMS                        1 a:SUMS_USEMTSUMS                        1
   a:SUMS_USEMTSUMS_INFO                   1
 # Email registration # Email registration
 a:REGEMAIL_TIMEOUT                      5 a:REGEMAIL_TIMEOUT                      5
 # Slony # Slony
Line 211  endif
Line 220  endif
 _ENDCUST_ _ENDCUST_
  
 __PROJ_MK_RULES__ __PROJ_MK_RULES__
 $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) $(LIBDSTRUCT)  $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) $(LIBDSTRUCT) $(LIBMISC)
 $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBCJSON) $(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
Line 227  __PROJ__
Line 236  __PROJ__
              <subdir>dsputil</subdir>              <subdir>dsputil</subdir>
              <subdir>gapfiller</subdir>              <subdir>gapfiller</subdir>
              <subdir>interpolate</subdir>              <subdir>interpolate</subdir>
                <subdir>limbcompute_aia</subdir>
              <subdir>stats</subdir>              <subdir>stats</subdir>
              <subdir>egsehmicomp</subdir>              <subdir>egsehmicomp</subdir>
              <subdir>imrotate</subdir>              <subdir>imrotate</subdir>
Line 247  __PROJ__
Line 257  __PROJ__
         </subdirs>         </subdirs>
    </proj>    </proj>
    <proj>    <proj>
           <name>limbfit_aia</name>
            <subdirs>
                <subdir>apps</subdir>
            </subdirs>
      </proj>
      <proj>
         <name>maps_avgs</name>         <name>maps_avgs</name>
         <subdirs>         <subdirs>
              <subdir>apps</subdir>              <subdir>apps</subdir>
Line 404  __PROJ__
Line 420  __PROJ__
              <subdir>remapmags/apps</subdir>              <subdir>remapmags/apps</subdir>
              <subdir>synop/apps</subdir>              <subdir>synop/apps</subdir>
              <subdir>polarfield/apps</subdir>              <subdir>polarfield/apps</subdir>
                <subdir>polcorr/apps</subdir>
           </subdirs>
           <filters>
                <filter>
                     <name>COMPILER</name>
                     <value>icc</value>
                </filter>
          </filters>
      </proj>
      <proj>
           <name>qmaps</name>
           <subdirs>
                <subdir>apps</subdir>
         </subdirs>         </subdirs>
         <filters>         <filters>
              <filter>              <filter>
Line 442  __PROJ__
Line 471  __PROJ__
              <subdir>apps</subdir>              <subdir>apps</subdir>
              <subdir>lorentz/apps</subdir>              <subdir>lorentz/apps</subdir>
              <subdir>pdfi/apps</subdir>              <subdir>pdfi/apps</subdir>
                <subdir>prep/apps</subdir>
         </subdirs>         </subdirs>
         <filters>         <filters>
              <filter>              <filter>


Legend:
Removed from v.1.58  
changed lines
  Added in v.1.69

Karen Tian
Powered by
ViewCVS 0.9.4