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

Diff for /JSOC/configsdp.txt between version 1.23 and 1.43

version 1.23, 2013/11/19 23:00:32 version 1.43, 2014/10/02 18:31:35
Line 23  q:SUMS_DB_HOST hmidb3
Line 23  q:SUMS_DB_HOST hmidb3
 q:SUMPGPORT                     5434 q:SUMPGPORT                     5434
 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
Line 46  q:PRODUSER_DBHOST hmidb:54
Line 43  q:PRODUSER_DBHOST hmidb:54
 q:PRODUSER_DBNAME               jsoc q:PRODUSER_DBNAME               jsoc
 q:PRODUSER_PRODTAB              su_production.produsers q:PRODUSER_PRODTAB              su_production.produsers
 q:PRODUSER_COLUSER              username q:PRODUSER_COLUSER              username
   q:SUMRM_PART_PERCENT_FREE       3
   q:SUMRM_SLEEP                   300
   # This is a file in SUMLOG_BASEDIR.
   q:SUMRM_LOG                     sum_rm.cfg
   q:SUMRM_MAIL                    sys2@solar2
   q:SUMRM_NOOP                        0
   q:SUMRM_USER                        production
   q:SUMRM_NORUN_START                 0
   q:SUMRM_NORUN_STOP              0
   # JMD
   p:JMD_IS_INSTALLED              0
   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                          30
   a:RS_REQTIMEOUT                          5
   a:RS_MAXTHREADS                         32
   q:RS_BINPATH                            /home/jsoc/cvs/Development/JSOC/bin/linux_x86_64
   # White-list (access to internal stuff)
   a:WL_HASWL                              1
   q:WL_FILE                               /web/jsoc/htdocs/whitelist.txt
  
 __MAKE__ __MAKE__
 # JSOC_SDP third-party libraries used by base # JSOC_SDP third-party libraries used by base
Line 150  MPI_LIBS:AVX /home/jsoc/avx/l
Line 176  MPI_LIBS:AVX /home/jsoc/avx/l
 MPI_PATH:X86_64         /home/jsoc/mpich2/bin MPI_PATH:X86_64         /home/jsoc/mpich2/bin
 MPI_PATH:AVX            /home/jsoc/avx/bin MPI_PATH:AVX            /home/jsoc/avx/bin
  
   TAR_INCS:X86_64         /home/jsoc/include
   TAR_INCS:IA32           /home/jsoc/include
   TAR_INCS:AVX            /home/jsoc/avx/include
   TAR_INCS:IA64           /home/jsoc/include
   
   TAR_LIBS:X86_64         /home/jsoc/lib/linux-x86_64
   TAR_LIBS:IA32           /home/jsoc/lib/linux-ia32
   TAR_LIBS:AVX            /home/jsoc/lib/linux_avx
   TAR_LIBS:IA64           /home/jsoc/lib/linux-ia64
   
 # 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
 _CUST_ _CUST_
Line 208  __PROJ__
Line 244  __PROJ__
         </filters>         </filters>
    </proj>    </proj>
    <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>         <name>util</name>
         <subdirs>         <subdirs>
              <subdir>apps</subdir>              <subdir>apps</subdir>
Line 255  __PROJ__
Line 303  __PROJ__
         <subdirs>         <subdirs>
             <subdir>apps</subdir>             <subdir>apps</subdir>
             <subdir>libs/dtgf</subdir>             <subdir>libs/dtgf</subdir>
               <subdir>libs/inv2d</subdir>
             <subdir>libs/pkbgn</subdir>             <subdir>libs/pkbgn</subdir>
             <subdir>libs/projection</subdir>             <subdir>libs/projection</subdir>
         </subdirs>         </subdirs>
Line 370  __PROJ__
Line 419  __PROJ__
             <subdir>apps</subdir>             <subdir>apps</subdir>
         </subdirs>         </subdirs>
    </proj>    </proj>
      <proj>
           <name>cgem</name>
           <subdirs>
                <subdir>apps</subdir>
                <subdir>lorentz/apps</subdir>
           </subdirs>
           <filters>
                <filter>
                     <name>COMPILER</name>
                     <value>icc</value>
                </filter>
          </filters>
      </proj>
 </projects> </projects>
 __PROJCFG__ __PROJCFG__
 #! /bin/csh -f #! /bin/csh -f


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.43

Karen Tian
Powered by
ViewCVS 0.9.4