(file) Return to configsdp.txt CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/configsdp.txt between version 1.79 and 1.88

version 1.79, 2020/09/04 00:55:54 version 1.88, 2022/09/14 15:59:13
Line 32  q:SUMS_GROUP SOI
Line 32  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.stanford.edu q:SUMSERVER                     k1.stanford.edu
   q:SUMS_PUT_FILE                 /usr/local/logs/SUM/sums_put.txt
 q:DRMS_LOG_DIR                  /home/jsoc/jsoclogs q:DRMS_LOG_DIR                  /home/jsoc/jsoclogs
 q:DRMS_LOCK_DIR                 /home/jsoc/locks 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
Line 92  q:WL_FILE
Line 93  q:WL_FILE
 # Bin paths # Bin paths
 q:BIN_EXPORT                            /home/jsoc/cvs/Development/JSOC/bin q:BIN_EXPORT                            /home/jsoc/cvs/Development/JSOC/bin
 q:SCRIPTS_EXPORT                        /home/jsoc/cvs/Development/JSOC/scripts q:SCRIPTS_EXPORT                        /home/jsoc/cvs/Development/JSOC/scripts
   q:DX_SERVER                             solarweb1.stanford.edu
   a:DX_LISTEN_PORT                        6200
   q:DX_PACKAGE_HOST                       solarweb1.stanford.edu
   q:DX_PACKAGE_ROOT                       /tmp/dx/packages
   q:EXP_SERVER                            rumble.stanford.edu
   a:EXP_LISTEN_PORT                       2020
   a:EXP_MESSAGE_TIMEOUT                   30
   q:EXP_APP_LOG                           exp_app_log.txt
   q:EXPORT_DB_HOST_DEFAULT                hmidb2
   q:EXPORT_PRODUCTION_DB_USER             production
 q:EXPORT_LOG_DIR                        /home/jsoc/exports/logs q:EXPORT_LOG_DIR                        /home/jsoc/exports/logs
 q:EXPORT_LOCK_DIR                       /home/jsoc/exports/tmp q:EXPORT_LOCK_DIR                       /home/jsoc/exports/tmp
 q:EXPORT_HANDLE_DIR                     /home/jsoc/exports q:EXPORT_HANDLE_DIR                     /home/jsoc/exports
 q:EXPORT_PENDING_REQUESTS_TABLE         jsoc.export_pending_reqs q:EXPORT_PENDING_REQUESTS_TABLE         jsoc.export_pending_reqs
 q:EXPORT_PENDING_REQUESTS_MAX_TABLE     jsoc.export_pending_max_reqs  
 a:EXPORT_PENDING_REQUESTS_TIME_OUT      60 a:EXPORT_PENDING_REQUESTS_TIME_OUT      60
   q:EXPORT_PENDING_REQUESTS_MAX_TABLE     jsoc.export_pending_max_reqs
   q:EXPORT_ADDRESS_INFO_FN                jsoc.address_info_get
   q:EXPORT_ADDRESS_INFO_INSERT_FN         jsoc.address_info_insert
   q:EXPORT_ADDRESS_INFO_UPDATE_FN         jsoc.address_info_update
   q:EXPORT_ADDRESS_INFO_DELETE_FN         jsoc.address_info_delete
   q:EXPORT_USER_INFO_TABLE                jsoc.export_user_info
   q:EXPORT_USER_INFO_FN                   jsoc.user_info_get
   q:EXPORT_USER_INFO_INSERT_FN            jsoc.user_info_insert
   q:EXPORT_USER_INFO_UPDATE_FN            jsoc.user_info_update
   q:EXPORT_USER_INFO_DELETE_FN            jsoc.user_info_delete
   q:EXPORT_USER_UNREGISTER_FN             jsoc.user_unregister
   q:WEB_DOMAIN_PRIVATE                    jsoc2.stanford.edu
   q:WEB_DOMAIN_PUBLIC                     jsoc1.stanford.edu
 q:BIN_PY                                /home/jsoc/bin/linux_x86_64/activepython27 q:BIN_PY                                /home/jsoc/bin/linux_x86_64/activepython27
 q:BIN_PY3                               /home/jsoc/anaconda3/bin/python3 q:BIN_PY3                               /home/jsoc/anaconda3/bin/python3
 a:SUMS_USEMTSUMS                        1 a:SUMS_USEMTSUMS                        1
Line 236  PY_LIBS:AVX /home/jsoc/anaco
Line 259  PY_LIBS:AVX /home/jsoc/anaco
 PY_HOME:X86_64          /home/jsoc/anaconda3 PY_HOME:X86_64          /home/jsoc/anaconda3
 PY_HOME:AVX             /home/jsoc/anaconda3 PY_HOME:AVX             /home/jsoc/anaconda3
  
   MEX_CC                  /usr/bin/gcc
   
  
 # Set custom make file to tell the make system that the gcc cfitsio library is called # Set custom make file to tell the make system that the gcc cfitsio library is called
 # libcfitsio_gcc.a # libcfitsio_gcc.a
Line 246  ifeq ($(COMPILER), gcc)
Line 271  ifeq ($(COMPILER), gcc)
     endif     endif
 endif endif
 _ENDCUST_ _ENDCUST_
   
 __PROJ_MK_RULES__  
 $(CEXESUMS):                    $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM) $(LIBDSTRUCT) $(LIBMISC)  
 $(MODEXESUMS):                  $(LIBSUMSAPI) $(LIBCJSON) $(LIBSUM)  
   
 $(MODEXEDROBJ):                 CF_TGT := $(CF_TGT) -I$(SRCDIR)/proj/libs/dr  
 $(MODEXEDR) $(MODEXEDR_SOCK):   $(LIBDR)  
 __PROJ__  
 <?xml version='1.0'?>  
 <projects>  
    <proj>  
         <name>libs</name>  
         <subdirs>  
              <subdir>astro</subdir>  
              <subdir>dr</subdir>  
              <subdir>dsputil</subdir>  
              <subdir>gapfiller</subdir>  
              <subdir>interpolate</subdir>  
              <subdir>limbcompute_aia</subdir>  
              <subdir>stats</subdir>  
              <subdir>egsehmicomp</subdir>  
              <subdir>imrotate</subdir>  
              <subdir>projection</subdir>  
        </subdirs>  
    </proj>  
    <proj>  
         <name>datacapture</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>dsdsmigr</name>  
         <subdirs>  
              <subdir>libs</subdir>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>limbfit_aia</name>  
          <subdirs>  
              <subdir>apps</subdir>  
          </subdirs>  
    </proj>  
    <proj>  
         <name>maps_avgs</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
         <filters>  
              <filter>  
                   <name>COMPILER</name>  
                   <value>icc</value>  
              </filter>  
         </filters>  
    </proj>  
    <proj>  
         <name>mhd_32daily</name>  
         <subdirs>  
                 <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>mhd_64cr</name>  
         <subdirs>  
                 <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>util</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>lev0</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>lev1</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>jpe</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>lev1_aia</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>lev1_hmi</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>export</name>  
         <subdirs>  
              <subdir>libs/util</subdir>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>globalhs</name>  
         <subdirs>  
             <subdir>apps</subdir>  
             <subdir>libs/dtgf</subdir>  
             <subdir>libs/inv2d</subdir>  
             <subdir>libs/pkbgn</subdir>  
             <subdir>libs/projection</subdir>  
         </subdirs>  
         <filters>  
              <filter>  
                   <name>COMPILER</name>  
                   <value>icc</value>  
              </filter>  
        </filters>  
    </proj>  
    <proj>  
         <name>lev1.5_hmi</name>  
         <subdirs>  
              <subdir>libs/lev15</subdir>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>lev1.5_aia</name>  
         <subdirs>  
             <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>flatfield</name>  
         <subdirs>  
             <subdir>libs/flatfieldlib</subdir>  
             <subdir>apps</subdir>  
             <subdir>off_flat_IDL</subdir>  
         </subdirs>  
    </proj>  
   <proj>  
         <name>rings</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
   <proj>  
         <name>sharp</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
         <filters>  
              <filter>  
                   <name>COMPILER</name>  
                   <value>icc</value>  
              </filter>  
        </filters>  
    </proj>  
   <proj>  
         <name>farside</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
   <proj>  
         <name>timed</name>  
         <subdirs>  
              <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>mag</name>  
         <subdirs>  
              <subdir>pfss/apps</subdir>  
              <subdir>ambig/apps</subdir>  
              <subdir>harp/apps</subdir>  
              <subdir>harp/libs/matlab/mex/src/util</subdir>  
              <subdir>harp/libs/matlab/mex/src/mex2c</subdir>  
              <subdir>harp/libs/matlab/mfile-mex/standalone</subdir>  
              <subdir>harp/libs/matlab/mfile-mex/assignment</subdir>  
              <subdir>harp/libs/matlab/mfile-mex/fits</subdir>  
              <subdir>harp/libs/matlab/mfile-mex/hmi-mask-patch</subdir>  
              <subdir>ident/apps</subdir>  
              <subdir>ident/libs/mex2c</subdir>  
              <subdir>ident/libs/mexfunctions</subdir>  
              <subdir>ident/libs/util</subdir>  
              <subdir>libs</subdir>  
              <subdir>libs/util</subdir>  
              <subdir>patch/apps</subdir>  
              <subdir>nlfff/apps</subdir>  
              <subdir>d4vm/apps</subdir>  
              <subdir>remapmags/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>  
         <filters>  
              <filter>  
                   <name>COMPILER</name>  
                   <value>icc</value>  
              </filter>  
        </filters>  
    </proj>  
    <proj>  
         <name>limbfit</name>  
         <subdirs>  
             <subdir>apps</subdir>  
         </subdirs>  
         <filters>  
              <filter>  
                   <name>COMPILER</name>  
                   <value>icc</value>  
              </filter>  
        </filters>  
    </proj>  
    <proj>  
         <name>vfisv</name>  
         <subdirs>  
             <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>workflow</name>  
         <subdirs>  
             <subdir>apps</subdir>  
         </subdirs>  
    </proj>  
    <proj>  
         <name>cgem</name>  
         <subdirs>  
              <subdir>apps</subdir>  
              <subdir>lorentz/apps</subdir>  
              <subdir>pdfi/apps</subdir>  
              <subdir>prep/apps</subdir>  
         </subdirs>  
         <filters>  
              <filter>  
                   <name>COMPILER</name>  
                   <value>icc</value>  
              </filter>  
        </filters>  
    </proj>  
 </projects>  
 __PROJCFG__  
 #! /bin/csh -f  
   
 set PERLBIN = ""  
   
 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"; } }'  


Legend:
Removed from v.1.79  
changed lines
  Added in v.1.88

Karen Tian
Powered by
ViewCVS 0.9.4