mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-26 06:15:08 +01:00
Various
This commit is contained in:
parent
5fabf9b37a
commit
c0d21dd9af
0
independent_test_harness/condition_numbers.py
Executable file → Normal file
0
independent_test_harness/condition_numbers.py
Executable file → Normal file
0
independent_test_harness/gen_list_update_cycles.sh
Executable file → Normal file
0
independent_test_harness/gen_list_update_cycles.sh
Executable file → Normal file
0
independent_test_harness/get_stats.m
Executable file → Normal file
0
independent_test_harness/get_stats.m
Executable file → Normal file
0
independent_test_harness/get_stats.m.old
Executable file → Normal file
0
independent_test_harness/get_stats.m.old
Executable file → Normal file
0
independent_test_harness/run_tests.sh
Executable file → Normal file
0
independent_test_harness/run_tests.sh
Executable file → Normal file
@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project("TREX - Scherman-Morrison random generator" VERSION "0.1.0")
|
||||
|
||||
set(MKL_DIR $ENV{MKLROOT}/lib/cmake/mkl)
|
||||
|
||||
set(INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/headers)
|
||||
set(GLOBAL_BIN_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin)
|
||||
set(GLOBAL_LIB_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib)
|
||||
@ -14,8 +16,8 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/versioning.h.in" "${PROJECT_BINA
|
||||
include_directories(${PROJECT_BINARY_DIR})
|
||||
|
||||
find_package(HDF5 REQUIRED)
|
||||
find_package(BLAS REQUIRED)
|
||||
find_package(LAPACK REQUIRED)
|
||||
find_package(MKL REQUIRED)
|
||||
message(STATUS "Imported Intel oneMKL targets: ${MKL_IMPORTED_TARGETS}")
|
||||
find_package(OpenMP REQUIRED)
|
||||
|
||||
add_subdirectory(src)
|
@ -11,4 +11,4 @@ add_library(cycle_generation
|
||||
CApi.cpp)
|
||||
target_include_directories(cycle_generation PUBLIC ${CURRENT_INCLUDE_DIR} ${HDF5_INCLUDE_DIRS})
|
||||
target_link_libraries(cycle_generation PUBLIC update_generation ${HDF5_LIBRARIES}
|
||||
m ${BLAS_LIBRARIES} ${LAPACK_LIBRARIES} lapacke)
|
||||
m ${BLAS_LIBRARIES} ${LAPACK_LIBRARIES} MKL::MKL)
|
||||
|
@ -1,6 +1,7 @@
|
||||
|
||||
#include "cycle_generation/Matrix.hpp"
|
||||
#include <lapacke.h>
|
||||
// #include <lapacke.h>
|
||||
#include <mkl_lapacke.h>
|
||||
|
||||
namespace randomgen {
|
||||
|
||||
|
0
tests/qmckl_test_fortran/make-test.sh
Executable file → Normal file
0
tests/qmckl_test_fortran/make-test.sh
Executable file → Normal file
0
tests/run_test.sh
Executable file → Normal file
0
tests/run_test.sh
Executable file → Normal file
0
tools/convert-to-h5.py
Executable file → Normal file
0
tools/convert-to-h5.py
Executable file → Normal file
0
tools/matrix_properties.py
Executable file → Normal file
0
tools/matrix_properties.py
Executable file → Normal file
0
tools/restyle.sh
Executable file → Normal file
0
tools/restyle.sh
Executable file → Normal file
0
tools/stats.py
Executable file → Normal file
0
tools/stats.py
Executable file → Normal file
Loading…
Reference in New Issue
Block a user