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

Comparing configsdp.txt (file contents):
Revision 1.45 by arta, Thu Oct 2 20:14:58 2014 UTC vs.
Revision 1.72 by arta, Wed Jan 24 18:26:00 2018 UTC

# Line 21 | Line 21 | q:SERVER                        hmidb
21   q:DRMSPGPORT                    5432
22   q:SUMS_DB_HOST                  hmidb3
23   q:SUMPGPORT                     5434
24 + a:SUMSD_MAX_THREADS             32
25 + a:SUMSD_LISTENPORT              6006
26   a:DRMS_LOCAL_SITE_CODE          0x0000
27   q:DBNAME                        jsoc
28   q:WEB_DBUSER                    apache
# Line 29 | Line 31 | q:SUMS_MANAGER                  producti
31   q:SUMS_GROUP                    SOI
32   q:SUMLOG_BASEDIR                /usr/local/logs/SUM
33   q:SUMBIN_BASEDIR                /usr/local/bin
34 < q:SUMSERVER                     k1
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 56 | 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 65 | 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 + q:SS_LOCKFILE                           /home/jsoc/locks/sustewie.lck
83 + a:SS_LOW_WATER                          90
84 + a:SS_HIGH_WATER                         95
85 + a:SS_SU_CHUNK                           4096
86 + a:SS_SLEEP_INTERVAL                     300
87 + a:SS_REHYDRATE_INTERVAL                 3600
88   # White-list (access to internal stuff)
89   a:WL_HASWL                              1
90   q:WL_FILE                               /web/jsoc/htdocs/whitelist.txt
91   # Bin paths
92 + q:BIN_EXPORT                            /home/jsoc/cvs/Development/JSOC/bin
93 + q:SCRIPTS_EXPORT                        /home/jsoc/cvs/Development/JSOC/scripts
94   q:BIN_PY                                /home/jsoc/bin/linux_x86_64/activepython27
95 + q:BIN_PY3                               /home/jsoc/anaconda3/bin/python3
96 + a:SUMS_USEMTSUMS                        1
97 + a:SUMS_USEMTSUMS_INFO                   1
98 + # Email registration
99 + a:REGEMAIL_TIMEOUT                      15
100 + # Slony
101 + q:SLONY_CONFIG                          /home/jsoc/cvs/Development/JSOC/proj/replication/etc/repserver.cfg
102 +
103 + # lev1.5_hmi
104 + q:POLCAL_PARAMS                         /home/jsoc/hmi/tables/lev15/polcal-param-fit.bin
105  
106   __MAKE__
107   # JSOC_SDP third-party libraries used by base
# Line 188 | Line 216 | TAR_LIBS:IA32           /home/jsoc/lib/l
216   TAR_LIBS:AVX            /home/jsoc/lib/linux_avx
217   TAR_LIBS:IA64           /home/jsoc/lib/linux-ia64
218  
219 + PY_LIB                  python3.5m
220 + PY_INCS:X86_64          /home/jsoc/anaconda3/include/python3.5m
221 + PY_INCS:AVX             /home/jsoc/anaconda3/include/python3.5m
222 + PY_LIBS:X86_64          /home/jsoc/anaconda3/lib
223 + PY_LIBS:AVX             /home/jsoc/anaconda3/lib
224 + PY_HOME:X86_64          /home/jsoc/anaconda3
225 + PY_HOME:AVX             /home/jsoc/anaconda3
226 +
227 +
228   # Set custom make file to tell the make system that the gcc cfitsio library is called
229   # libcfitsio_gcc.a
230   _CUST_
# Line 199 | Line 236 | endif
236   _ENDCUST_
237  
238   __PROJ_MK_RULES__
239 < $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBSUM) $(LIBDSTRUCT)
240 < $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBSUM)
239 > $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) $(LIBDSTRUCT) $(LIBMISC)
240 > $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM)
241  
242   $(MODEXEDROBJ):                 CF_TGT := $(CF_TGT) -I$(SRCDIR)/proj/libs/dr
243   $(MODEXEDR) $(MODEXEDR_SOCK):   $(LIBDR)
# Line 215 | Line 252 | __PROJ__
252               <subdir>dsputil</subdir>
253               <subdir>gapfiller</subdir>
254               <subdir>interpolate</subdir>
255 +             <subdir>limbcompute_aia</subdir>
256               <subdir>stats</subdir>
257               <subdir>egsehmicomp</subdir>
258               <subdir>imrotate</subdir>
259 +             <subdir>projection</subdir>
260         </subdirs>
261     </proj>
262     <proj>
# Line 234 | Line 273 | __PROJ__
273          </subdirs>
274     </proj>
275     <proj>
276 +        <name>limbfit_aia</name>
277 +         <subdirs>
278 +             <subdir>apps</subdir>
279 +         </subdirs>
280 +   </proj>
281 +   <proj>
282          <name>maps_avgs</name>
283          <subdirs>
284               <subdir>apps</subdir>    
# Line 370 | Line 415 | __PROJ__
415     <proj>
416          <name>mag</name>
417          <subdirs>
373             <subdir>apps</subdir>
418               <subdir>pfss/apps</subdir>
419               <subdir>ambig/apps</subdir>
420               <subdir>harp/apps</subdir>
# Line 384 | Line 428 | __PROJ__
428               <subdir>ident/libs/mex2c</subdir>
429               <subdir>ident/libs/mexfunctions</subdir>
430               <subdir>ident/libs/util</subdir>
431 +             <subdir>libs</subdir>
432 +             <subdir>libs/util</subdir>
433               <subdir>patch/apps</subdir>
434               <subdir>nlfff/apps</subdir>
435               <subdir>d4vm/apps</subdir>
436               <subdir>remapmags/apps</subdir>
437               <subdir>synop/apps</subdir>
438 +             <subdir>polarfield/apps</subdir>
439 +             <subdir>polcorr/apps</subdir>
440 +        </subdirs>
441 +        <filters>
442 +             <filter>
443 +                  <name>COMPILER</name>
444 +                  <value>icc</value>
445 +             </filter>
446 +       </filters>
447 +   </proj>
448 +   <proj>
449 +        <name>qmaps</name>
450 +        <subdirs>
451 +             <subdir>apps</subdir>
452          </subdirs>
453          <filters>
454               <filter>
# Line 426 | Line 486 | __PROJ__
486          <subdirs>
487               <subdir>apps</subdir>
488               <subdir>lorentz/apps</subdir>
489 +             <subdir>pdfi/apps</subdir>
490 +             <subdir>prep/apps</subdir>
491          </subdirs>
492          <filters>
493               <filter>
# Line 438 | Line 500 | __PROJ__
500   __PROJCFG__
501   #! /bin/csh -f
502  
503 < # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
442 < # directory).
503 > set PERLBIN = ""
504  
505 < 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" \;
505 > if ($PERLBIN == "") then
506 >    if (-x /home/jsoc/bin/linux_x86_64/activeperl) then
507 >        set PERLBIN = "/home/jsoc/bin/linux_x86_64/activeperl"
508 >    else
509 >        set PERLBIN = "perl"
510 >    endif
511 > endif
512  
513 + # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
514 + # directory).
515 + 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"; } }'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines