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

Comparing configsdp.txt (file contents):
Revision 1.24 by arta, Wed Feb 12 19:27:58 2014 UTC vs.
Revision 1.43 by arta, Thu Oct 2 18:31:35 2014 UTC

# Line 23 | Line 23 | q:SUMS_DB_HOST                  hmidb3
23   q:SUMPGPORT                     5434
24   a:DRMS_LOCAL_SITE_CODE          0x0000
25   q:DBNAME                        jsoc
26 <
26 > q:WEB_DBUSER                    apache
27   q:POSTGRES_ADMIN                postgres
28   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
29   q:SUMS_GROUP                    SOI
30   q:SUMLOG_BASEDIR                /usr/local/logs/SUM
31   q:SUMBIN_BASEDIR                /usr/local/bin
# Line 55 | Line 52 | q:SUMRM_NOOP                       0
52   q:SUMRM_USER                        production
53   q:SUMRM_NORUN_START                 0
54   q:SUMRM_NORUN_STOP              0
55 + # JMD
56 + p:JMD_IS_INSTALLED              0
57 + q:JMD_URL                       http://localhost:8080/JMD/JMD
58 + # Remote SUMS
59 + q:RS_SITE_TABLE                         drms.rs_sites
60 + q:RS_REQUEST_TABLE                      drms.rs_requests
61 + q:RS_SU_TABLE                           drms.rs_sus
62 + q:RS_DBNAME                             jsoc
63 + q:RS_DBHOST                             hmidb
64 + a:RS_DBPORT                             5432
65 + q:RS_DBUSER                             production
66 + q:RS_LOCKFILE                           /home/jsoc/locks/remotesums.lck
67 + q:RS_LOGDIR                             /home/jsoc/jsoclogs/rsums
68 + a:RS_DLTIMEOUT                          30
69 + a:RS_REQTIMEOUT                          5
70 + a:RS_MAXTHREADS                         32
71 + q:RS_BINPATH                            /home/jsoc/cvs/Development/JSOC/bin/linux_x86_64
72 + # White-list (access to internal stuff)
73 + a:WL_HASWL                              1
74 + q:WL_FILE                               /web/jsoc/htdocs/whitelist.txt
75  
76   __MAKE__
77   # JSOC_SDP third-party libraries used by base
# Line 159 | Line 176 | MPI_LIBS:AVX            /home/jsoc/avx/l
176   MPI_PATH:X86_64         /home/jsoc/mpich2/bin
177   MPI_PATH:AVX            /home/jsoc/avx/bin
178  
179 + TAR_INCS:X86_64         /home/jsoc/include
180 + TAR_INCS:IA32           /home/jsoc/include
181 + TAR_INCS:AVX            /home/jsoc/avx/include
182 + TAR_INCS:IA64           /home/jsoc/include
183 +
184 + TAR_LIBS:X86_64         /home/jsoc/lib/linux-x86_64
185 + TAR_LIBS:IA32           /home/jsoc/lib/linux-ia32
186 + TAR_LIBS:AVX            /home/jsoc/lib/linux_avx
187 + TAR_LIBS:IA64           /home/jsoc/lib/linux-ia64
188 +
189   # Set custom make file to tell the make system that the gcc cfitsio library is called
190   # libcfitsio_gcc.a
191   _CUST_
# Line 217 | Line 244 | __PROJ__
244          </filters>
245     </proj>
246     <proj>
247 +        <name>mhd_32daily</name>
248 +        <subdirs>
249 +                <subdir>apps</subdir>
250 +        </subdirs>
251 +   </proj>
252 +   <proj>
253 +        <name>mhd_64cr</name>
254 +        <subdirs>
255 +                <subdir>apps</subdir>
256 +        </subdirs>
257 +   </proj>
258 +   <proj>
259          <name>util</name>
260          <subdirs>
261               <subdir>apps</subdir>    
# Line 264 | Line 303 | __PROJ__
303          <subdirs>
304              <subdir>apps</subdir>
305              <subdir>libs/dtgf</subdir>
306 +            <subdir>libs/inv2d</subdir>
307              <subdir>libs/pkbgn</subdir>
308              <subdir>libs/projection</subdir>
309          </subdirs>
# Line 379 | Line 419 | __PROJ__
419              <subdir>apps</subdir>
420          </subdirs>
421     </proj>
422 +   <proj>
423 +        <name>cgem</name>
424 +        <subdirs>
425 +             <subdir>apps</subdir>
426 +             <subdir>lorentz/apps</subdir>
427 +        </subdirs>
428 +        <filters>
429 +             <filter>
430 +                  <name>COMPILER</name>
431 +                  <value>icc</value>
432 +             </filter>
433 +       </filters>
434 +   </proj>
435   </projects>
436   __PROJCFG__
437   #! /bin/csh -f

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines