Skip to content
Snippets Groups Projects
Commit 09755ddf authored by jstark's avatar jstark
Browse files

Added module to read the content of a csv file into a linearized openfpm vector.

parent 688203c3
No related branches found
No related tags found
No related merge requests found
Pipeline #4071 passed
...@@ -64,7 +64,8 @@ message("Searching Vc in ${Vc_DIR}") ...@@ -64,7 +64,8 @@ message("Searching Vc in ${Vc_DIR}")
set (ENV{BOOST_ROOT} ${BOOST_ROOT}) set (ENV{BOOST_ROOT} ${BOOST_ROOT})
set (Boost_NO_BOOST_CMAKE OFF) set (Boost_NO_BOOST_CMAKE OFF)
find_package(Boost 1.72.0 COMPONENTS unit_test_framework iostreams program_options system filesystem thread OPTIONAL_COMPONENTS fiber context) find_package(Boost 1.72.0 COMPONENTS REQUIRED unit_test_framework iostreams program_options system filesystem thread
OPTIONAL_COMPONENTS fiber context)
find_package(MPI) find_package(MPI)
find_package(PETSc) find_package(PETSc)
find_package(HDF5) find_package(HDF5)
......
Subproject commit fa184cc946bea28400eb5337a241d9122656f1a5 Subproject commit b213761e4cfeec08d1cf3c40041896eeb76282c9
openfpm_io @ 05bb4a2b
Subproject commit 1100fee47d06fbe2aba575defbb07de38832a4a1 Subproject commit 05bb4a2b0e762f105a26f8576a21f91f7c50ef81
openfpm_numerics @ 8ab6d7d3
Subproject commit 6baf40e656e686726f4fcd4c2250bde311018379 Subproject commit 8ab6d7d333b2ddeca8587d5bc6e06bfd2600313d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment