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

Comparing configsdp.txt (file contents):
Revision 1.30 by arta, Fri Mar 21 19:02:37 2014 UTC vs.
Revision 1.74 by arta, Tue Feb 12 22:08:35 2019 UTC

# Line 1 | Line 1
1 # ART - test4 CVS admin locking.
1   # This file contains JSOC_SDP-specific configuration information. It is used only if the '-sdp' flag is used
2   # as an argument to the check-out script (checkoutDRMS.pl). To change the configuration at Stanford, edit
3   # this file directly, and commit those changes to the source-tree repository.
# Line 22 | 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              6100
26   a:DRMS_LOCAL_SITE_CODE          0x0000
27   q:DBNAME                        jsoc
28 <
28 > q:WEB_DBUSER                    apache
29   q:POSTGRES_ADMIN                postgres
30   q:SUMS_MANAGER                  production
30 # This seems like a bad idea to make the UID a parameter. Why not just convert the SUM_MANAGER value
31 # to a UID when needed? If the UID of the SUM_MANAGER changes, we have to change the UID here.
32 q:SUMS_MANAGER_UID              388
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 56 | q:SUMRM_NOOP                       0
56   q:SUMRM_USER                        production
57   q:SUMRM_NORUN_START                 0
58   q:SUMRM_NORUN_STOP              0
59 + # JMD
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
67 + q:RS_DBNAME                             jsoc
68 + q:RS_DBHOST                             hmidb
69 + a:RS_DBPORT                             5432
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                          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:BIN_PY                                /home/jsoc/bin/linux_x86_64/activepython27
96 + q:BIN_PY3                               /home/jsoc/anaconda3/bin/python3
97 + a:SUMS_USEMTSUMS                        1
98 + a:SUMS_USEMTSUMS_INFO                   1
99 + a:SUMS_MT_CLIENT_RESP_TIMEOUT           1440
100 + # Email registration
101 + a:REGEMAIL_TIMEOUT                      15
102 + # Slony
103 + q:SLONY_CONFIG                          /home/jsoc/cvs/Development/JSOC/proj/replication/etc/repserver.cfg
104 +
105 + # lev1.5_hmi
106 + q:POLCAL_PARAMS                         /home/jsoc/hmi/tables/lev15/polcal-param-fit.bin
107  
108   __MAKE__
109   # JSOC_SDP third-party libraries used by base
# Line 160 | Line 208 | MPI_LIBS:AVX            /home/jsoc/avx/l
208   MPI_PATH:X86_64         /home/jsoc/mpich2/bin
209   MPI_PATH:AVX            /home/jsoc/avx/bin
210  
211 + TAR_INCS:X86_64         /home/jsoc/include
212 + TAR_INCS:IA32           /home/jsoc/include
213 + TAR_INCS:AVX            /home/jsoc/avx/include
214 + TAR_INCS:IA64           /home/jsoc/include
215 +
216 + TAR_LIBS:X86_64         /home/jsoc/lib/linux-x86_64
217 + TAR_LIBS:IA32           /home/jsoc/lib/linux-ia32
218 + TAR_LIBS:AVX            /home/jsoc/lib/linux_avx
219 + TAR_LIBS:IA64           /home/jsoc/lib/linux-ia64
220 +
221 + PY_LIB                  python3.5m
222 + PY_INCS:X86_64          /home/jsoc/anaconda3/include/python3.5m
223 + PY_INCS:AVX             /home/jsoc/anaconda3/include/python3.5m
224 + PY_LIBS:X86_64          /home/jsoc/anaconda3/lib
225 + PY_LIBS:AVX             /home/jsoc/anaconda3/lib
226 + PY_HOME:X86_64          /home/jsoc/anaconda3
227 + PY_HOME:AVX             /home/jsoc/anaconda3
228 +
229 +
230   # Set custom make file to tell the make system that the gcc cfitsio library is called
231   # libcfitsio_gcc.a
232   _CUST_
# Line 171 | Line 238 | endif
238   _ENDCUST_
239  
240   __PROJ_MK_RULES__
241 < $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBSUM) $(LIBDSTRUCT)
242 < $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBSUM)
241 > $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) $(LIBDSTRUCT) $(LIBMISC)
242 > $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM)
243  
244   $(MODEXEDROBJ):                 CF_TGT := $(CF_TGT) -I$(SRCDIR)/proj/libs/dr
245   $(MODEXEDR) $(MODEXEDR_SOCK):   $(LIBDR)
# Line 187 | Line 254 | __PROJ__
254               <subdir>dsputil</subdir>
255               <subdir>gapfiller</subdir>
256               <subdir>interpolate</subdir>
257 +             <subdir>limbcompute_aia</subdir>
258               <subdir>stats</subdir>
259               <subdir>egsehmicomp</subdir>
260               <subdir>imrotate</subdir>
261 +             <subdir>projection</subdir>
262         </subdirs>
263     </proj>
264     <proj>
# Line 206 | Line 275 | __PROJ__
275          </subdirs>
276     </proj>
277     <proj>
278 +        <name>limbfit_aia</name>
279 +         <subdirs>
280 +             <subdir>apps</subdir>
281 +         </subdirs>
282 +   </proj>
283 +   <proj>
284          <name>maps_avgs</name>
285          <subdirs>
286               <subdir>apps</subdir>    
# Line 218 | Line 293 | __PROJ__
293          </filters>
294     </proj>
295     <proj>
296 +        <name>mhd_32daily</name>
297 +        <subdirs>
298 +                <subdir>apps</subdir>
299 +        </subdirs>
300 +   </proj>
301 +   <proj>
302          <name>mhd_64cr</name>
303          <subdirs>
304                  <subdir>apps</subdir>
# Line 271 | Line 352 | __PROJ__
352          <subdirs>
353              <subdir>apps</subdir>
354              <subdir>libs/dtgf</subdir>
355 +            <subdir>libs/inv2d</subdir>
356              <subdir>libs/pkbgn</subdir>
357              <subdir>libs/projection</subdir>
358          </subdirs>
# Line 335 | Line 417 | __PROJ__
417     <proj>
418          <name>mag</name>
419          <subdirs>
338             <subdir>apps</subdir>
420               <subdir>pfss/apps</subdir>
421               <subdir>ambig/apps</subdir>
422               <subdir>harp/apps</subdir>
# Line 349 | Line 430 | __PROJ__
430               <subdir>ident/libs/mex2c</subdir>
431               <subdir>ident/libs/mexfunctions</subdir>
432               <subdir>ident/libs/util</subdir>
433 +             <subdir>libs</subdir>
434 +             <subdir>libs/util</subdir>
435               <subdir>patch/apps</subdir>
436               <subdir>nlfff/apps</subdir>
437               <subdir>d4vm/apps</subdir>
438               <subdir>remapmags/apps</subdir>
439               <subdir>synop/apps</subdir>
440 +             <subdir>polarfield/apps</subdir>
441 +             <subdir>polcorr/apps</subdir>
442 +        </subdirs>
443 +        <filters>
444 +             <filter>
445 +                  <name>COMPILER</name>
446 +                  <value>icc</value>
447 +             </filter>
448 +       </filters>
449 +   </proj>
450 +   <proj>
451 +        <name>qmaps</name>
452 +        <subdirs>
453 +             <subdir>apps</subdir>
454          </subdirs>
455          <filters>
456               <filter>
# Line 391 | Line 488 | __PROJ__
488          <subdirs>
489               <subdir>apps</subdir>
490               <subdir>lorentz/apps</subdir>
491 +             <subdir>pdfi/apps</subdir>
492 +             <subdir>prep/apps</subdir>
493          </subdirs>
494          <filters>
495               <filter>
# Line 403 | Line 502 | __PROJ__
502   __PROJCFG__
503   #! /bin/csh -f
504  
505 < # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
407 < # directory).
505 > set PERLBIN = ""
506  
507 < 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" \;
507 > if ($PERLBIN == "") then
508 >    if (-x /home/jsoc/bin/linux_x86_64/activeperl) then
509 >        set PERLBIN = "/home/jsoc/bin/linux_x86_64/activeperl"
510 >    else
511 >        set PERLBIN = "perl"
512 >    endif
513 > endif
514  
515 + # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
516 + # directory).
517 + 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