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

Comparing configsdp.txt (file contents):
Revision 1.26 by xudong, Thu Mar 13 02:29:33 2014 UTC vs.
Revision 1.75 by arta, Fri Mar 22 22:23:21 2019 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              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
29 # This seems like a bad idea to make the UID a parameter. Why not just convert the SUM_MANAGER value
30 # to a UID when needed? If the UID of the SUM_MANAGER changes, we have to change the UID here.
31 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 55 | 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: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                      15
105 + # Slony
106 + q:SLONY_CONFIG                          /home/jsoc/cvs/Development/JSOC/proj/replication/etc/repserver.cfg
107 +
108 + # lev1.5_hmi
109 + q:POLCAL_PARAMS                         /home/jsoc/hmi/tables/lev15/polcal-param-fit.bin
110  
111   __MAKE__
112   # JSOC_SDP third-party libraries used by base
# Line 159 | Line 211 | MPI_LIBS:AVX            /home/jsoc/avx/l
211   MPI_PATH:X86_64         /home/jsoc/mpich2/bin
212   MPI_PATH:AVX            /home/jsoc/avx/bin
213  
214 + TAR_INCS:X86_64         /home/jsoc/include
215 + TAR_INCS:IA32           /home/jsoc/include
216 + TAR_INCS:AVX            /home/jsoc/avx/include
217 + TAR_INCS:IA64           /home/jsoc/include
218 +
219 + TAR_LIBS:X86_64         /home/jsoc/lib/linux-x86_64
220 + TAR_LIBS:IA32           /home/jsoc/lib/linux-ia32
221 + TAR_LIBS:AVX            /home/jsoc/lib/linux_avx
222 + TAR_LIBS:IA64           /home/jsoc/lib/linux-ia64
223 +
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
235   _CUST_
# Line 170 | Line 241 | endif
241   _ENDCUST_
242  
243   __PROJ_MK_RULES__
244 < $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBSUM) $(LIBDSTRUCT)
245 < $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBSUM)
244 > $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) $(LIBDSTRUCT) $(LIBMISC)
245 > $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM)
246  
247   $(MODEXEDROBJ):                 CF_TGT := $(CF_TGT) -I$(SRCDIR)/proj/libs/dr
248   $(MODEXEDR) $(MODEXEDR_SOCK):   $(LIBDR)
# Line 186 | 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 205 | 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 217 | Line 296 | __PROJ__
296          </filters>
297     </proj>
298     <proj>
299 +        <name>mhd_32daily</name>
300 +        <subdirs>
301 +                <subdir>apps</subdir>
302 +        </subdirs>
303 +   </proj>
304 +   <proj>
305          <name>mhd_64cr</name>
306          <subdirs>
307                  <subdir>apps</subdir>
# Line 270 | Line 355 | __PROJ__
355          <subdirs>
356              <subdir>apps</subdir>
357              <subdir>libs/dtgf</subdir>
358 +            <subdir>libs/inv2d</subdir>
359              <subdir>libs/pkbgn</subdir>
360              <subdir>libs/projection</subdir>
361          </subdirs>
# Line 334 | Line 420 | __PROJ__
420     <proj>
421          <name>mag</name>
422          <subdirs>
337             <subdir>apps</subdir>
423               <subdir>pfss/apps</subdir>
424               <subdir>ambig/apps</subdir>
425               <subdir>harp/apps</subdir>
# Line 348 | 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 390 | 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>
# Line 402 | Line 505 | __PROJ__
505   __PROJCFG__
506   #! /bin/csh -f
507  
508 < # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
406 < # directory).
508 > set PERLBIN = ""
509  
510 < 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" \;
510 > if ($PERLBIN == "") then
511 >    if (-x /home/jsoc/bin/linux_x86_64/activeperl) then
512 >        set PERLBIN = "/home/jsoc/bin/linux_x86_64/activeperl"
513 >    else
514 >        set PERLBIN = "perl"
515 >    endif
516 > endif
517  
518 + # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
519 + # directory).
520 + 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