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

Comparing configsdp.txt (file contents):
Revision 1.14 by mbobra, Thu Apr 5 22:52:18 2012 UTC vs.
Revision 1.21 by arta, Mon Apr 29 19:25:23 2013 UTC

# Line 106 | Line 106 | __PROJ__
106     <proj>
107          <name>globalhs</name>
108          <subdirs>
109 <            <subdir>apps/src</subdir>
109 >            <subdir>apps</subdir>
110 >            <subdir>libs/dtgf</subdir>
111 >            <subdir>libs/pkbgn</subdir>
112 >            <subdir>libs/projection</subdir>
113          </subdirs>
114          <filters>
115               <filter>
# Line 135 | Line 138 | __PROJ__
138              <subdir>apps</subdir>
139              <subdir>off_flat_IDL</subdir>
140          </subdirs>
138        <filters>
139             <filter>
140                  <name>JSOC_MACHINE</name>
141                  <value>linux_x86_64</value>
142             </filter>
143       </filters>
141     </proj>
142    <proj>
143          <name>rings</name>
# Line 153 | Line 150 | __PROJ__
150          <subdirs>
151               <subdir>apps</subdir>
152          </subdirs>
153 +        <filters>
154 +             <filter>
155 +                  <name>COMPILER</name>
156 +                  <value>icc</value>
157 +             </filter>
158 +       </filters>
159     </proj>
160    <proj>
161          <name>farside</name>
# Line 201 | Line 204 | __PROJ__
204          <subdirs>
205              <subdir>apps</subdir>
206          </subdirs>
207 +        <filters>
208 +             <filter>
209 +                  <name>COMPILER</name>
210 +                  <value>icc</value>
211 +             </filter>
212 +       </filters>
213     </proj>
214     <proj>
215          <name>vfisv</name>
# Line 229 | Line 238 | __LIBS__
238      POSTGRES_LIB = pq
239      CFITSIO_LIB = cfitsio
240  
241 +    ifeq ($(JSOC_MACHINE), linux_avx)
242 +      POSTGRES_INCS = /usr/include
243 +      POSTGRES_LIBS = /usr/lib64
244 +      CFITSIO_INCS = /home/jsoc/avx/include
245 +      CFITSIO_LIBS = /home/jsoc/avx/lib
246 +    endif
247 +
248      ifeq ($(JSOC_MACHINE), linux_x86_64)
249        POSTGRES_INCS = /usr/include
250        POSTGRES_LIBS = /usr/lib64
# Line 247 | Line 263 | __LIBS__
263        POSTGRES_INCS = /usr/include/pgsql
264        POSTGRES_LIBS = /usr/lib
265        CFITSIO_INCS = /home/jsoc/include
266 <      CFITSIO_LIBS = /home/jsoc/lib/linux-x86_64
266 >      CFITSIO_LIBS = /home/jsoc/lib/linux-ia64
267      endif
268  
269   # JSOC_SDP third-party libraries used by the project directories
254    FFTW3_LIB = fftw3
270  
271      ifeq ($(JSOC_MACHINE), linux_ia32)
272        FFTW_INCS = /home/jsoc/include
273        FFTW_LIBS = /home/jsoc/lib/linux-ia32
274 +      GSL_INCS = /home/jsoc/include
275 +      GSL_LIBS = /home/jsoc/lib/linux-ia32
276 +    endif
277 +    
278 +    ifeq ($(JSOC_MACHINE), linux_ia64)
279 +      FFTW_INCS = /home/jsoc/include
280 +      FFTW_LIBS = /home/jsoc/lib/linux-x86_64
281 +      GSL_INCS = /home/jsoc/include
282 +      GSL_LIBS = /home/jsoc/lib/linux-x86_64
283      endif
284  
285      ifeq ($(JSOC_MACHINE), linux_x86_64)
286        FFTW_INCS = /home/jsoc/include
287        FFTW_LIBS = /home/jsoc/lib/linux-x86_64
288 +      GSL_INCS = /home/jsoc/include
289 +      GSL_LIBS = /home/jsoc/lib/linux-x86_64
290 +      MPI_INCS = /home/jsoc/mpich2/include
291 +      MPI_LIBS = /home/jsoc/mpich2/lib
292 +      MPI_PATH = /home/jsoc/mpich2/bin
293 +    endif
294 +
295 +    ifeq ($(JSOC_MACHINE), linux_avx)
296 +      FFTW_INCS = /home/jsoc/avx/include
297 +      FFTW_LIBS = /home/jsoc/avx/lib
298 +      GSL_INCS = /home/jsoc/avx/include
299 +      GSL_LIBS = /home/jsoc/avx/lib
300 +      MPI_INCS = /home/jsoc/avx/include
301 +      MPI_LIBS = /home/jsoc/avx/lib
302 +      MPI_PATH = /home/jsoc/avx/bin
303      endif
304  
305   # Try to specialize for non-default machines

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines