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

Comparing configsdp.txt (file contents):
Revision 1.33 by arta, Wed Apr 2 16:20:45 2014 UTC vs.
Revision 1.70 by arta, Wed Sep 13 15:25:08 2017 UTC

# Line 1 | Line 1
1 # ART - test6 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              6006
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_TABLE                         drms.rs_sites
64 + q:RS_REQUEST_TABLE                      drms.rs_requests
65 + q:RS_SU_TABLE                           drms.rs_sus
66 + q:RS_DBNAME                             jsoc
67 + q:RS_DBHOST                             hmidb
68 + a:RS_DBPORT                             5432
69 + q:RS_DBUSER                             production
70 + q:RS_LOCKFILE                           /home/jsoc/locks/remotesums.lck
71 + q:RS_LOGDIR                             /home/jsoc/jsoclogs/rsums
72 + a:RS_DLTIMEOUT                          120
73 + a:RS_REQTIMEOUT                         300
74 + a:RS_MAXTHREADS                         216
75 + q:RS_BINPATH                            /home/jsoc/cvs/Development/JSOC/bin/linux_x86_64
76 + a:RS_N_WORKERS                          4
77 + q:RS_TMPDIR                             /tmp
78 + a:RS_SCP_MAXSUS                         48
79 + a:RS_SCP_MAXPAYLOAD                     512
80 + a:RS_SCP_TIMEOUT                        2
81 + # White-list (access to internal stuff)
82 + a:WL_HASWL                              1
83 + q:WL_FILE                               /web/jsoc/htdocs/whitelist.txt
84 + # Bin paths
85 + q:BIN_EXPORT                            /home/jsoc/cvs/Development/JSOC/bin
86 + q:SCRIPTS_EXPORT                        /home/jsoc/cvs/Development/JSOC/scripts
87 + q:BIN_PY                                /home/jsoc/bin/linux_x86_64/activepython27
88 + q:BIN_PY3                               /home/jsoc/anaconda3/bin/python3
89 + a:SUMS_USEMTSUMS                        1
90 + a:SUMS_USEMTSUMS_INFO                   1
91 + # Email registration
92 + a:REGEMAIL_TIMEOUT                      5
93 + # Slony
94 + q:SLONY_CONFIG                          /home/jsoc/cvs/Development/JSOC/proj/replication/etc/repserver.cfg
95 +
96 + # lev1.5_hmi
97 + q:POLCAL_PARAMS                         /home/jsoc/hmi/tables/lev15/polcal-param-fit.bin
98  
99   __MAKE__
100   # JSOC_SDP third-party libraries used by base
# Line 160 | Line 199 | MPI_LIBS:AVX            /home/jsoc/avx/l
199   MPI_PATH:X86_64         /home/jsoc/mpich2/bin
200   MPI_PATH:AVX            /home/jsoc/avx/bin
201  
202 + TAR_INCS:X86_64         /home/jsoc/include
203 + TAR_INCS:IA32           /home/jsoc/include
204 + TAR_INCS:AVX            /home/jsoc/avx/include
205 + TAR_INCS:IA64           /home/jsoc/include
206 +
207 + TAR_LIBS:X86_64         /home/jsoc/lib/linux-x86_64
208 + TAR_LIBS:IA32           /home/jsoc/lib/linux-ia32
209 + TAR_LIBS:AVX            /home/jsoc/lib/linux_avx
210 + TAR_LIBS:IA64           /home/jsoc/lib/linux-ia64
211 +
212 + PY_LIB                  python3.5m
213 + PY_INCS:X86_64          /home/jsoc/anaconda3/include/python3.5m
214 + PY_INCS:AVX             /home/jsoc/anaconda3/include/python3.5m
215 + PY_LIBS:X86_64          /home/jsoc/anaconda3/lib
216 + PY_LIBS:AVX             /home/jsoc/anaconda3/lib
217 + PY_HOME:X86_64          /home/jsoc/anaconda3
218 + PY_HOME:AVX             /home/jsoc/anaconda3
219 +
220 +
221   # Set custom make file to tell the make system that the gcc cfitsio library is called
222   # libcfitsio_gcc.a
223   _CUST_
# Line 171 | Line 229 | endif
229   _ENDCUST_
230  
231   __PROJ_MK_RULES__
232 < $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBSUM) $(LIBDSTRUCT)
233 < $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBSUM)
232 > $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) $(LIBDSTRUCT) $(LIBMISC)
233 > $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM)
234  
235   $(MODEXEDROBJ):                 CF_TGT := $(CF_TGT) -I$(SRCDIR)/proj/libs/dr
236   $(MODEXEDR) $(MODEXEDR_SOCK):   $(LIBDR)
# Line 187 | Line 245 | __PROJ__
245               <subdir>dsputil</subdir>
246               <subdir>gapfiller</subdir>
247               <subdir>interpolate</subdir>
248 +             <subdir>limbcompute_aia</subdir>
249               <subdir>stats</subdir>
250               <subdir>egsehmicomp</subdir>
251               <subdir>imrotate</subdir>
252 +             <subdir>projection</subdir>
253         </subdirs>
254     </proj>
255     <proj>
# Line 206 | Line 266 | __PROJ__
266          </subdirs>
267     </proj>
268     <proj>
269 +        <name>limbfit_aia</name>
270 +         <subdirs>
271 +             <subdir>apps</subdir>
272 +         </subdirs>
273 +   </proj>
274 +   <proj>
275          <name>maps_avgs</name>
276          <subdirs>
277               <subdir>apps</subdir>    
# Line 277 | Line 343 | __PROJ__
343          <subdirs>
344              <subdir>apps</subdir>
345              <subdir>libs/dtgf</subdir>
346 +            <subdir>libs/inv2d</subdir>
347              <subdir>libs/pkbgn</subdir>
348              <subdir>libs/projection</subdir>
349          </subdirs>
# Line 341 | Line 408 | __PROJ__
408     <proj>
409          <name>mag</name>
410          <subdirs>
344             <subdir>apps</subdir>
411               <subdir>pfss/apps</subdir>
412               <subdir>ambig/apps</subdir>
413               <subdir>harp/apps</subdir>
# Line 355 | Line 421 | __PROJ__
421               <subdir>ident/libs/mex2c</subdir>
422               <subdir>ident/libs/mexfunctions</subdir>
423               <subdir>ident/libs/util</subdir>
424 +             <subdir>libs</subdir>
425 +             <subdir>libs/util</subdir>
426               <subdir>patch/apps</subdir>
427               <subdir>nlfff/apps</subdir>
428               <subdir>d4vm/apps</subdir>
429               <subdir>remapmags/apps</subdir>
430               <subdir>synop/apps</subdir>
431 +             <subdir>polarfield/apps</subdir>
432 +             <subdir>polcorr/apps</subdir>
433 +        </subdirs>
434 +        <filters>
435 +             <filter>
436 +                  <name>COMPILER</name>
437 +                  <value>icc</value>
438 +             </filter>
439 +       </filters>
440 +   </proj>
441 +   <proj>
442 +        <name>qmaps</name>
443 +        <subdirs>
444 +             <subdir>apps</subdir>
445          </subdirs>
446          <filters>
447               <filter>
# Line 397 | Line 479 | __PROJ__
479          <subdirs>
480               <subdir>apps</subdir>
481               <subdir>lorentz/apps</subdir>
482 +             <subdir>pdfi/apps</subdir>
483 +             <subdir>prep/apps</subdir>
484          </subdirs>
485          <filters>
486               <filter>
# Line 409 | Line 493 | __PROJ__
493   __PROJCFG__
494   #! /bin/csh -f
495  
496 < # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
413 < # directory).
496 > set PERLBIN = ""
497  
498 < 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" \;
498 > if ($PERLBIN == "") then
499 >    if (-x /home/jsoc/bin/linux_x86_64/activeperl) then
500 >        set PERLBIN = "/home/jsoc/bin/linux_x86_64/activeperl"
501 >    else
502 >        set PERLBIN = "perl"
503 >    endif
504 > endif
505  
506 + # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
507 + # directory).
508 + 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