ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/configsdp.txt
(Generate patch)

Comparing configsdp.txt (file contents):
Revision 1.54 by arta, Thu Jan 21 20:30:48 2016 UTC vs.
Revision 1.75 by arta, Fri Mar 22 22:23:21 2019 UTC

# Line 22 | Line 22 | q:DRMSPGPORT                    5432
22   q:SUMS_DB_HOST                  hmidb3
23   q:SUMPGPORT                     5434
24   a:SUMSD_MAX_THREADS             32
25 < a:SUMSD_LISTENPORT              6004
25 > a:SUMSD_LISTENPORT              6100
26   a:DRMS_LOCAL_SITE_CODE          0x0000
27   q:DBNAME                        jsoc
28   q:WEB_DBUSER                    apache
# Line 32 | Line 32 | q:SUMS_GROUP                    SOI
32   q:SUMLOG_BASEDIR                /usr/local/logs/SUM
33   q:SUMBIN_BASEDIR                /usr/local/bin
34   q:SUMSERVER                     k1.stanford.edu
35 + q:DRMS_LOG_DIR                  /home/jsoc/jsoclogs
36 + q:DRMS_LOCK_DIR                 /home/jsoc/locks
37   # The number of SUMS process SETS to spawn. If this number is not 1, then the number of SUMS processes
38   # is SUM_NUMSUM * 5 + 2.
39   a:SUM_NUMSUM                    3
# Line 58 | Line 60 | q:SUMRM_NORUN_STOP              0
60   p:JMD_IS_INSTALLED              0
61   q:JMD_URL                       http://localhost:8080/JMD/JMD
62   # Remote SUMS
63 + q:RS_SITE_INFO_URL                      http://jsoc.stanford.edu/cgi-bin/rssites.sh
64   q:RS_SITE_TABLE                         drms.rs_sites
65   q:RS_REQUEST_TABLE                      drms.rs_requests
66   q:RS_SU_TABLE                           drms.rs_sus
# Line 67 | Line 70 | a:RS_DBPORT
70   q:RS_DBUSER                             production
71   q:RS_LOCKFILE                           /home/jsoc/locks/remotesums.lck
72   q:RS_LOGDIR                             /home/jsoc/jsoclogs/rsums
73 < a:RS_DLTIMEOUT                          30
74 < a:RS_REQTIMEOUT                          5
75 < a:RS_MAXTHREADS                         32
73 > a:RS_DLTIMEOUT                          120
74 > a:RS_REQTIMEOUT                         300
75 > a:RS_MAXTHREADS                         216
76   q:RS_BINPATH                            /home/jsoc/cvs/Development/JSOC/bin/linux_x86_64
77 + a:RS_N_WORKERS                          4
78 + q:RS_TMPDIR                             /tmp
79 + a:RS_SCP_MAXSUS                         48
80 + a:RS_SCP_MAXPAYLOAD                     512
81 + a:RS_SCP_TIMEOUT                        2
82 + a:RSCLIENT_TIMEOUT                      1440
83 + q:SS_LOCKFILE                           /home/jsoc/locks/sustewie.lck
84 + a:SS_LOW_WATER                          90
85 + a:SS_HIGH_WATER                         95
86 + a:SS_SU_CHUNK                           4096
87 + a:SS_SLEEP_INTERVAL                     300
88 + a:SS_REHYDRATE_INTERVAL                 3600
89   # White-list (access to internal stuff)
90   a:WL_HASWL                              1
91   q:WL_FILE                               /web/jsoc/htdocs/whitelist.txt
92   # Bin paths
93   q:BIN_EXPORT                            /home/jsoc/cvs/Development/JSOC/bin
94   q:SCRIPTS_EXPORT                        /home/jsoc/cvs/Development/JSOC/scripts
95 + q:EXPORT_LOG_DIR                        /home/jsoc/exports/logs
96 + q:EXPORT_LOCK_DIR                       /home/jsoc/exports/tmp
97 + q:EXPORT_HANDLE_DIR                     /home/jsoc/exports
98   q:BIN_PY                                /home/jsoc/bin/linux_x86_64/activepython27
99 + q:BIN_PY3                               /home/jsoc/anaconda3/bin/python3
100   a:SUMS_USEMTSUMS                        1
101 + a:SUMS_USEMTSUMS_INFO                   1
102 + a:SUMS_MT_CLIENT_RESP_TIMEOUT           1440
103   # Email registration
104 < a:REGEMAIL_TIMEOUT                      5
104 > a:REGEMAIL_TIMEOUT                      15
105   # Slony
106   q:SLONY_CONFIG                          /home/jsoc/cvs/Development/JSOC/proj/replication/etc/repserver.cfg
107  
# Line 200 | Line 221 | TAR_LIBS:IA32           /home/jsoc/lib/l
221   TAR_LIBS:AVX            /home/jsoc/lib/linux_avx
222   TAR_LIBS:IA64           /home/jsoc/lib/linux-ia64
223  
224 < PY_LIB                  python3.4m
225 < PY_INCS:X86_64          /home/jsoc/ActiveStatePy/linux_x86_64/ActivePython-3.4/include/python3.4m
226 < PY_INCS:AVX             /home/jsoc/ActiveStatePy/linux_avx/ActivePython-3.4/include/python3.4m
227 < PY_LIBS:X86_64          /home/jsoc/ActiveStatePy/linux_x86_64/ActivePython-3.4/lib
228 < PY_LIBS:AVX             /home/jsoc/ActiveStatePy/linux_avx/ActivePython-3.4/lib
229 < PY_HOME:X86_64          /home/jsoc/ActiveStatePy/linux_x86_64/ActivePython-3.4
230 < PY_HOME:AVX             /home/jsoc/ActiveStatePy/linux_avx/ActivePython-3.4
224 > PY_LIB                  python3.5m
225 > PY_INCS:X86_64          /home/jsoc/anaconda3/include/python3.5m
226 > PY_INCS:AVX             /home/jsoc/anaconda3/include/python3.5m
227 > PY_LIBS:X86_64          /home/jsoc/anaconda3/lib
228 > PY_LIBS:AVX             /home/jsoc/anaconda3/lib
229 > PY_HOME:X86_64          /home/jsoc/anaconda3
230 > PY_HOME:AVX             /home/jsoc/anaconda3
231 >
232  
233   # Set custom make file to tell the make system that the gcc cfitsio library is called
234   # libcfitsio_gcc.a
# Line 219 | Line 241 | endif
241   _ENDCUST_
242  
243   __PROJ_MK_RULES__
244 < $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) $(LIBDSTRUCT)
244 > $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) $(LIBDSTRUCT) $(LIBMISC)
245   $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM)
246  
247   $(MODEXEDROBJ):                 CF_TGT := $(CF_TGT) -I$(SRCDIR)/proj/libs/dr
# Line 235 | Line 257 | __PROJ__
257               <subdir>dsputil</subdir>
258               <subdir>gapfiller</subdir>
259               <subdir>interpolate</subdir>
260 +             <subdir>limbcompute_aia</subdir>
261               <subdir>stats</subdir>
262               <subdir>egsehmicomp</subdir>
263               <subdir>imrotate</subdir>
264 +             <subdir>projection</subdir>
265         </subdirs>
266     </proj>
267     <proj>
# Line 254 | Line 278 | __PROJ__
278          </subdirs>
279     </proj>
280     <proj>
281 +        <name>limbfit_aia</name>
282 +         <subdirs>
283 +             <subdir>apps</subdir>
284 +         </subdirs>
285 +   </proj>
286 +   <proj>
287          <name>maps_avgs</name>
288          <subdirs>
289               <subdir>apps</subdir>    
# Line 390 | Line 420 | __PROJ__
420     <proj>
421          <name>mag</name>
422          <subdirs>
393             <subdir>apps</subdir>
423               <subdir>pfss/apps</subdir>
424               <subdir>ambig/apps</subdir>
425               <subdir>harp/apps</subdir>
# Line 404 | Line 433 | __PROJ__
433               <subdir>ident/libs/mex2c</subdir>
434               <subdir>ident/libs/mexfunctions</subdir>
435               <subdir>ident/libs/util</subdir>
436 +             <subdir>libs</subdir>
437 +             <subdir>libs/util</subdir>
438               <subdir>patch/apps</subdir>
439               <subdir>nlfff/apps</subdir>
440               <subdir>d4vm/apps</subdir>
441               <subdir>remapmags/apps</subdir>
442               <subdir>synop/apps</subdir>
443               <subdir>polarfield/apps</subdir>
444 +             <subdir>polcorr/apps</subdir>
445 +        </subdirs>
446 +        <filters>
447 +             <filter>
448 +                  <name>COMPILER</name>
449 +                  <value>icc</value>
450 +             </filter>
451 +       </filters>
452 +   </proj>
453 +   <proj>
454 +        <name>qmaps</name>
455 +        <subdirs>
456 +             <subdir>apps</subdir>
457          </subdirs>
458          <filters>
459               <filter>
# Line 447 | Line 491 | __PROJ__
491          <subdirs>
492               <subdir>apps</subdir>
493               <subdir>lorentz/apps</subdir>
494 +             <subdir>pdfi/apps</subdir>
495 +             <subdir>prep/apps</subdir>
496          </subdirs>
497          <filters>
498               <filter>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines