@@ -187,16 +187,6 @@ endif (OPENGL_FOUND)
187
187
# endif (EXISTS "$ENV{QUO_HOME}/include/")
188
188
#endif (DEFINED ENV{QUO_HOME})
189
189
190
- #if(DEFINED ENV{REPROBLAS_HOME})
191
- # if(EXISTS "$ENV{REPROBLAS_HOME}/include/rblas.h")
192
- # message(STATUS "reproBlas Detected")
193
- # set (REPROBLAS_FOUND on)
194
- # set (HAVE_REPROBLAS ON)
195
- # include_directories($ENV{REPROBLAS_HOME}/include)
196
- # set (REPROBLAS_LIBRARIES -L$ENV{REPROBLAS_HOME}/libs -lreproblas_mpi -lreproblas_seq -liblas -lmpindexedfp -lindexedfp)
197
- # endif (EXISTS "$ENV{REPROBLAS_HOME}/include/rblas.h")
198
- #endif (DEFINED ENV{REPROBLAS_HOME})
199
-
200
190
#if(DEFINED ENV{LTTRACE_HOME})
201
191
# if(EXISTS "$ENV{LTTRACE_HOME}/lib/liblttrace.a")
202
192
# message(STATUS "LTTRACE Detected")
@@ -318,9 +308,6 @@ if (OPENCL_FOUND AND MPI_FOUND)
318
308
set_target_properties (clamr PROPERTIES COMPILE_DEFINITIONS "HAVE_MPI;HAVE_OPENCL" )
319
309
target_link_libraries (clamr dpmesh hsfc kdtree zorder crux dhash pezcl pgraphics timer memstats dl7 genmalloc dpMallocPlus m)
320
310
target_link_libraries (clamr ${OPENCL_LIBRARIES} )
321
- if (REPROBLAS_FOUND)
322
- target_link_libraries (clamr ${REPROBLAS_LIBRARIES} )
323
- endif (REPROBLAS_FOUND)
324
311
if (LTTRACE_FOUND)
325
312
target_link_libraries (clamr ${LTTRACE_LIBRARIES} )
326
313
endif (LTTRACE_FOUND)
@@ -343,9 +330,6 @@ set(clamr_cpuonly_SRCS ${clamr_cpuonly_CXX_SRCS} ${clamr_cpuonly_C_SRCS} ${clamr
343
330
add_executable (clamr_cpuonly ${clamr_cpuonly_SRCS} )
344
331
345
332
target_link_libraries (clamr_cpuonly PowerParser mesh hsfc kdtree zorder crux hash graphics timer memstats genmalloc MallocPlus m)
346
- if (REPROBLAS_FOUND)
347
- target_link_libraries (clamr_cpuonly ${REPROBLAS_LIBRARIES} )
348
- endif (REPROBLAS_FOUND)
349
333
#target_link_libraries(clamr_cpuonly ${OPENGL_LIBRARIES} ${GLUT_LIBRARIES})
350
334
351
335
install (TARGETS clamr_cpuonly DESTINATION bin)
@@ -362,9 +346,6 @@ if (OPENCL_FOUND)
362
346
363
347
target_link_libraries (clamr_gpuonly PowerParser dmesh hsfc kdtree zorder crux dhash ezcl graphics timer memstats genmalloc dMallocPlus m)
364
348
target_link_libraries (clamr_gpuonly ${OPENCL_LIBRARIES} )
365
- if (REPROBLAS_FOUND)
366
- target_link_libraries (clamr_gpuonly ${REPROBLAS_LIBRARIES} )
367
- endif (REPROBLAS_FOUND)
368
349
if (MIC_NATIVE)
369
350
target_link_libraries (clamr_gpuonly iomp5 cilkrts)
370
351
endif (MIC_NATIVE)
@@ -384,9 +365,6 @@ if (MPI_FOUND)
384
365
385
366
set_target_properties (clamr_mpionly PROPERTIES COMPILE_DEFINITIONS HAVE_MPI)
386
367
target_link_libraries (clamr_mpionly pPowerParser pmesh hsfc kdtree zorder crux hash pgraphics timer memstats l7 genmalloc pMallocPlus m)
387
- if (REPROBLAS_FOUND)
388
- target_link_libraries (clamr_mpionly ${REPROBLAS_LIBRARIES} )
389
- endif (REPROBLAS_FOUND)
390
368
if (LTTRACE_FOUND)
391
369
target_link_libraries (clamr_mpionly ${LTTRACE_LIBRARIES} )
392
370
endif (LTTRACE_FOUND)
@@ -413,9 +391,6 @@ if(OPENMP_FOUND)
413
391
set_target_properties (clamr_openmponly PROPERTIES LINK_FLAGS "${OpenMP_C_FLAGS} " )
414
392
415
393
target_link_libraries (clamr_openmponly PowerParser mpmesh hsfc kdtree zorder crux mphash graphics timer memstats genmalloc mpMallocPlus m)
416
- if (REPROBLAS_FOUND)
417
- target_link_libraries (clamr_openmponly ${REPROBLAS_LIBRARIES} )
418
- endif (REPROBLAS_FOUND)
419
394
if (MIC_NATIVE)
420
395
target_link_libraries (clamr_openmponly iomp5 cilkrts)
421
396
endif (MIC_NATIVE)
@@ -441,9 +416,6 @@ if (MPI_FOUND AND OPENMP_FOUND)
441
416
set_target_properties (clamr_mpiopenmponly PROPERTIES LINK_FLAGS "${clamr_mpiopenmponly_link_flags} " )
442
417
443
418
target_link_libraries (clamr_mpiopenmponly pPowerParser pmpmesh hsfc kdtree zorder crux mphash pgraphics timer memstats mpl7 genmalloc pmpMallocPlus m)
444
- if (REPROBLAS_FOUND)
445
- target_link_libraries (clamr_mpiopenmponly ${REPROBLAS_LIBRARIES} )
446
- endif (REPROBLAS_FOUND)
447
419
if (LTTRACE_FOUND)
448
420
target_link_libraries (clamr_mpiopenmponly ${LTTRACE_LIBRARIES} )
449
421
endif (LTTRACE_FOUND)
@@ -488,9 +460,6 @@ if (QUO_FOUND AND MPI_FOUND AND OPENMP_FOUND AND Boost_FOUND)
488
460
target_link_libraries (clamr_quo pmesh hsfc kdtree zorder crux hash pgraphics timer memstats l7 genmalloc pMallocPlus m)
489
461
target_link_libraries (clamr_quo quo)
490
462
target_link_libraries (clamr_quo j7)
491
- if (REPROBLAS_FOUND)
492
- target_link_libraries (clamr_quo ${REPROBLAS_LIBRARIES} )
493
- endif (REPROBLAS_FOUND)
494
463
if (LTTRACE_FOUND)
495
464
target_link_libraries (clamr_quo ${LTTRACE_LIBRARIES} )
496
465
endif (LTTRACE_FOUND)
@@ -525,9 +494,6 @@ if (OPENCL_FOUND)
525
494
526
495
target_link_libraries (clamr_gpucheck PowerParser dmesh hsfc kdtree zorder crux dhash ezcl graphics timer memstats genmalloc dMallocPlus m)
527
496
target_link_libraries (clamr_gpucheck ${OPENCL_LIBRARIES} )
528
- if (REPROBLAS_FOUND)
529
- target_link_libraries (clamr_gpucheck ${REPROBLAS_LIBRARIES} )
530
- endif (REPROBLAS_FOUND)
531
497
if (MIC_NATIVE)
532
498
target_link_libraries (clamr_gpucheck iomp5 cilkrts)
533
499
endif (MIC_NATIVE)
@@ -547,9 +513,6 @@ if (MPI_FOUND)
547
513
548
514
set_target_properties (clamr_mpicheck PROPERTIES COMPILE_DEFINITIONS HAVE_MPI)
549
515
target_link_libraries (clamr_mpicheck pmesh hsfc kdtree zorder crux hash pgraphics timer memstats l7 genmalloc pMallocPlus m)
550
- if (REPROBLAS_FOUND)
551
- target_link_libraries (clamr_mpicheck ${REPROBLAS_LIBRARIES} )
552
- endif (REPROBLAS_FOUND)
553
516
if (LTTRACE_FOUND)
554
517
target_link_libraries (clamr_mpicheck ${LTTRACE_LIBRARIES} )
555
518
endif (LTTRACE_FOUND)
@@ -573,9 +536,6 @@ if (MPI_FOUND AND OPENCL_FOUND)
573
536
set_target_properties (clamr_checkall PROPERTIES COMPILE_DEFINITIONS "HAVE_MPI;HAVE_OPENCL" )
574
537
target_link_libraries (clamr_checkall dpmesh hsfc kdtree zorder crux dhash pezcl pgraphics timer memstats dl7 genmalloc dpMallocPlus m)
575
538
target_link_libraries (clamr_checkall ${OPENCL_LIBRARIES} )
576
- if (REPROBLAS_FOUND)
577
- target_link_libraries (clamr_checkall ${REPROBLAS_LIBRARIES} )
578
- endif (REPROBLAS_FOUND)
579
539
if (LTTRACE_FOUND)
580
540
target_link_libraries (clamr_checkall ${LTTRACE_LIBRARIES} )
581
541
endif (LTTRACE_FOUND)
0 commit comments