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

Comparing configsdp.txt (file contents):
Revision 1.29 by kehcheng, Fri Mar 21 18:59:34 2014 UTC vs.
Revision 1.40 by arta, Mon Aug 25 18:32:31 2014 UTC

# Line 1 | Line 1
1 # ART - test2 CVS admin locking.
2 # KEHCHENG - test3
1   # This file contains JSOC_SDP-specific configuration information. It is used only if the '-sdp' flag is used
2   # as an argument to the check-out script (checkoutDRMS.pl). To change the configuration at Stanford, edit
3   # this file directly, and commit those changes to the source-tree repository.
# Line 25 | 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
# Line 57 | Line 55 | q:SUMRM_NOOP                       0
55   q:SUMRM_USER                        production
56   q:SUMRM_NORUN_START                 0
57   q:SUMRM_NORUN_STOP              0
58 + # JMD
59 + p:JMD_IS_INSTALLED              0
60 + q:JMD_URL                       http://localhost:8080/JMD/JMD
61 + # Remote SUMS
62 + q:RS_SITE_TABLE                         drms.rs_sites
63 + q:RS_REQUEST_TABLE                      drms.rs_requests
64 + q:RS_SU_TABLE                           drms.rs_sus
65 + q:RS_DBNAME                             jsoc
66 + q:RS_DBHOST                             hmidb
67 + a:RS_DBPORT                             5432
68 + q:RS_DBUSER                             production
69 + q:RS_LOCKFILE                           /home/jsoc/locks/remotesums.lck
70 + a:RS_DLTIMEOUT                          30
71 + a:RS_MAXTHREADS                         32
72 + a:RS_BINPATH                            /home/jsoc/cvs/Development/JSOC/bin/linux_x86_64
73  
74   __MAKE__
75   # JSOC_SDP third-party libraries used by base
# Line 161 | Line 174 | MPI_LIBS:AVX            /home/jsoc/avx/l
174   MPI_PATH:X86_64         /home/jsoc/mpich2/bin
175   MPI_PATH:AVX            /home/jsoc/avx/bin
176  
177 + TAR_INCS:X86_64         /home/jsoc/include
178 + TAR_INCS:IA32           /home/jsoc/include
179 + TAR_INCS:AVX            /home/jsoc/avx/include
180 + TAR_INCS:IA64           /home/jsoc/include
181 +
182 + TAR_LIBS:X86_64         /home/jsoc/lib/linux-x86_64
183 + TAR_LIBS:IA32           /home/jsoc/lib/linux-ia32
184 + TAR_LIBS:AVX            /home/jsoc/lib/linux_avx
185 + TAR_LIBS:IA64           /home/jsoc/lib/linux-ia64
186 +
187   # Set custom make file to tell the make system that the gcc cfitsio library is called
188   # libcfitsio_gcc.a
189   _CUST_
# Line 219 | Line 242 | __PROJ__
242          </filters>
243     </proj>
244     <proj>
245 +        <name>mhd_32daily</name>
246 +        <subdirs>
247 +                <subdir>apps</subdir>
248 +        </subdirs>
249 +   </proj>
250 +   <proj>
251          <name>mhd_64cr</name>
252          <subdirs>
253                  <subdir>apps</subdir>
# Line 272 | Line 301 | __PROJ__
301          <subdirs>
302              <subdir>apps</subdir>
303              <subdir>libs/dtgf</subdir>
304 +            <subdir>libs/inv2d</subdir>
305              <subdir>libs/pkbgn</subdir>
306              <subdir>libs/projection</subdir>
307          </subdirs>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines