version 1.37, 2014/06/20 17:33:07
|
version 1.69, 2017/05/19 21:51:54
|
|
|
q:DRMSPGPORT 5432 | q:DRMSPGPORT 5432 |
q:SUMS_DB_HOST hmidb3 | q:SUMS_DB_HOST hmidb3 |
q:SUMPGPORT 5434 | q:SUMPGPORT 5434 |
|
a:SUMSD_MAX_THREADS 32 |
|
a:SUMSD_LISTENPORT 6004 |
a:DRMS_LOCAL_SITE_CODE 0x0000 | a:DRMS_LOCAL_SITE_CODE 0x0000 |
q:DBNAME jsoc | q:DBNAME jsoc |
|
q:WEB_DBUSER apache |
q:POSTGRES_ADMIN postgres | q:POSTGRES_ADMIN postgres |
q:SUMS_MANAGER production | q:SUMS_MANAGER production |
# This seems like a bad idea to make the UID a parameter. Why not just convert the SUM_MANAGER value |
|
# to a UID when needed? If the UID of the SUM_MANAGER changes, we have to change the UID here. |
|
q:SUMS_MANAGER_UID 388 |
|
q:SUMS_GROUP SOI | q:SUMS_GROUP SOI |
q:SUMLOG_BASEDIR /usr/local/logs/SUM | q:SUMLOG_BASEDIR /usr/local/logs/SUM |
q:SUMBIN_BASEDIR /usr/local/bin | q:SUMBIN_BASEDIR /usr/local/bin |
q:SUMSERVER k1 |
q:SUMSERVER k1.stanford.edu |
|
q:DRMS_LOG_DIR /home/jsoc/jsoclogs |
|
q:DRMS_LOCK_DIR /home/jsoc/locks |
# The number of SUMS process SETS to spawn. If this number is not 1, then the number of SUMS processes | # The number of SUMS process SETS to spawn. If this number is not 1, then the number of SUMS processes |
# is SUM_NUMSUM * 5 + 2. | # is SUM_NUMSUM * 5 + 2. |
a:SUM_NUMSUM 3 | a:SUM_NUMSUM 3 |
Line 58 q:SUMRM_NORUN_STOP 0 |
|
Line 59 q:SUMRM_NORUN_STOP 0 |
|
# JMD | # JMD |
p:JMD_IS_INSTALLED 0 | p:JMD_IS_INSTALLED 0 |
q:JMD_URL http://localhost:8080/JMD/JMD | q:JMD_URL http://localhost:8080/JMD/JMD |
|
# Remote SUMS |
|
q:RS_SITE_TABLE drms.rs_sites |
|
q:RS_REQUEST_TABLE drms.rs_requests |
|
q:RS_SU_TABLE drms.rs_sus |
|
q:RS_DBNAME jsoc |
|
q:RS_DBHOST hmidb |
|
a:RS_DBPORT 5432 |
|
q:RS_DBUSER production |
|
q:RS_LOCKFILE /home/jsoc/locks/remotesums.lck |
|
q:RS_LOGDIR /home/jsoc/jsoclogs/rsums |
|
a:RS_DLTIMEOUT 120 |
|
a:RS_REQTIMEOUT 300 |
|
a:RS_MAXTHREADS 216 |
|
q:RS_BINPATH /home/jsoc/cvs/Development/JSOC/bin/linux_x86_64 |
|
a:RS_N_WORKERS 4 |
|
q:RS_TMPDIR /tmp |
|
a:RS_SCP_MAXSUS 48 |
|
a:RS_SCP_MAXPAYLOAD 512 |
|
a:RS_SCP_TIMEOUT 2 |
|
# White-list (access to internal stuff) |
|
a:WL_HASWL 1 |
|
q:WL_FILE /web/jsoc/htdocs/whitelist.txt |
|
# Bin paths |
|
q:BIN_EXPORT /home/jsoc/cvs/Development/JSOC/bin |
|
q:SCRIPTS_EXPORT /home/jsoc/cvs/Development/JSOC/scripts |
|
q:BIN_PY /home/jsoc/bin/linux_x86_64/activepython27 |
|
q:BIN_PY3 /home/jsoc/anaconda3/bin/python3 |
|
a:SUMS_USEMTSUMS 1 |
|
a:SUMS_USEMTSUMS_INFO 1 |
|
# Email registration |
|
a:REGEMAIL_TIMEOUT 5 |
|
# Slony |
|
q:SLONY_CONFIG /home/jsoc/cvs/Development/JSOC/proj/replication/etc/repserver.cfg |
|
|
|
# lev1.5_hmi |
|
q:POLCAL_PARAMS /home/jsoc/hmi/tables/lev15/polcal-param-fit.bin |
| |
__MAKE__ | __MAKE__ |
# JSOC_SDP third-party libraries used by base | # JSOC_SDP third-party libraries used by base |
Line 164 MPI_PATH:AVX /home/jsoc/avx/b |
|
Line 201 MPI_PATH:AVX /home/jsoc/avx/b |
|
| |
TAR_INCS:X86_64 /home/jsoc/include | TAR_INCS:X86_64 /home/jsoc/include |
TAR_INCS:IA32 /home/jsoc/include | TAR_INCS:IA32 /home/jsoc/include |
TAR_INCS:AVX /home/jsoc/include |
TAR_INCS:AVX /home/jsoc/avx/include |
TAR_INCS:IA64 /home/jsoc/include | TAR_INCS:IA64 /home/jsoc/include |
| |
TAR_LIBS:X86_64 /home/jsoc/lib/linux-x86_64 | TAR_LIBS:X86_64 /home/jsoc/lib/linux-x86_64 |
|
|
_ENDCUST_ | _ENDCUST_ |
| |
__PROJ_MK_RULES__ | __PROJ_MK_RULES__ |
$(CEXESUMS): $(LIBSUMSAPI) $(LIBSUM) $(LIBDSTRUCT) |
$(CEXESUMS): $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) $(LIBDSTRUCT) $(LIBMISC) |
$(MODEXESUMS): $(LIBSUMSAPI) $(LIBSUM) |
$(MODEXESUMS): $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) |
| |
$(MODEXEDROBJ): CF_TGT := $(CF_TGT) -I$(SRCDIR)/proj/libs/dr | $(MODEXEDROBJ): CF_TGT := $(CF_TGT) -I$(SRCDIR)/proj/libs/dr |
$(MODEXEDR) $(MODEXEDR_SOCK): $(LIBDR) | $(MODEXEDR) $(MODEXEDR_SOCK): $(LIBDR) |
|
|
<subdir>dsputil</subdir> | <subdir>dsputil</subdir> |
<subdir>gapfiller</subdir> | <subdir>gapfiller</subdir> |
<subdir>interpolate</subdir> | <subdir>interpolate</subdir> |
|
<subdir>limbcompute_aia</subdir> |
<subdir>stats</subdir> | <subdir>stats</subdir> |
<subdir>egsehmicomp</subdir> | <subdir>egsehmicomp</subdir> |
<subdir>imrotate</subdir> | <subdir>imrotate</subdir> |
|
<subdir>projection</subdir> |
</subdirs> | </subdirs> |
</proj> | </proj> |
<proj> | <proj> |
|
|
</subdirs> | </subdirs> |
</proj> | </proj> |
<proj> | <proj> |
|
<name>limbfit_aia</name> |
|
<subdirs> |
|
<subdir>apps</subdir> |
|
</subdirs> |
|
</proj> |
|
<proj> |
<name>maps_avgs</name> | <name>maps_avgs</name> |
<subdirs> | <subdirs> |
<subdir>apps</subdir> | <subdir>apps</subdir> |
|
|
<proj> | <proj> |
<name>mag</name> | <name>mag</name> |
<subdirs> | <subdirs> |
<subdir>apps</subdir> |
|
<subdir>pfss/apps</subdir> | <subdir>pfss/apps</subdir> |
<subdir>ambig/apps</subdir> | <subdir>ambig/apps</subdir> |
<subdir>harp/apps</subdir> | <subdir>harp/apps</subdir> |
|
|
<subdir>ident/libs/mex2c</subdir> | <subdir>ident/libs/mex2c</subdir> |
<subdir>ident/libs/mexfunctions</subdir> | <subdir>ident/libs/mexfunctions</subdir> |
<subdir>ident/libs/util</subdir> | <subdir>ident/libs/util</subdir> |
|
<subdir>libs</subdir> |
|
<subdir>libs/util</subdir> |
<subdir>patch/apps</subdir> | <subdir>patch/apps</subdir> |
<subdir>nlfff/apps</subdir> | <subdir>nlfff/apps</subdir> |
<subdir>d4vm/apps</subdir> | <subdir>d4vm/apps</subdir> |
<subdir>remapmags/apps</subdir> | <subdir>remapmags/apps</subdir> |
<subdir>synop/apps</subdir> | <subdir>synop/apps</subdir> |
|
<subdir>polarfield/apps</subdir> |
|
<subdir>polcorr/apps</subdir> |
|
</subdirs> |
|
<filters> |
|
<filter> |
|
<name>COMPILER</name> |
|
<value>icc</value> |
|
</filter> |
|
</filters> |
|
</proj> |
|
<proj> |
|
<name>qmaps</name> |
|
<subdirs> |
|
<subdir>apps</subdir> |
</subdirs> | </subdirs> |
<filters> | <filters> |
<filter> | <filter> |
|
|
<subdirs> | <subdirs> |
<subdir>apps</subdir> | <subdir>apps</subdir> |
<subdir>lorentz/apps</subdir> | <subdir>lorentz/apps</subdir> |
|
<subdir>pdfi/apps</subdir> |
|
<subdir>prep/apps</subdir> |
</subdirs> | </subdirs> |
<filters> | <filters> |
<filter> | <filter> |
|
|
__PROJCFG__ | __PROJCFG__ |
#! /bin/csh -f | #! /bin/csh -f |
| |
# Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts |
set PERLBIN = "" |
# directory). |
|
| |
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" \; |
if ($PERLBIN == "") then |
|
if (-x /home/jsoc/bin/linux_x86_64/activeperl) then |
|
set PERLBIN = "/home/jsoc/bin/linux_x86_64/activeperl" |
|
else |
|
set PERLBIN = "perl" |
|
endif |
|
endif |
| |
|
# Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts |
|
# directory). |
|
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"; } }' |