Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
09755ddf
Commit
09755ddf
authored
3 years ago
by
jstark
Browse files
Options
Downloads
Patches
Plain Diff
Added module to read the content of a csv file into a linearized openfpm vector.
parent
688203c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#4071
passed
3 years ago
Stage: build
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+2
-1
2 additions, 1 deletion
CMakeLists.txt
gdbgui
+1
-1
1 addition, 1 deletion
gdbgui
openfpm_io
+1
-1
1 addition, 1 deletion
openfpm_io
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
with
5 additions
and
4 deletions
CMakeLists.txt
+
2
−
1
View file @
09755ddf
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
gdbgui
@
b213761e
Compare
fa184cc9
...
b213761e
Subproject commit
fa184cc946bea28400eb5337a241d9122656f1a5
Subproject commit
b213761e4cfeec08d1cf3c40041896eeb76282c9
This diff is collapsed.
Click to expand it.
openfpm_io
@
05bb4a2b
Subproject commit
1100fee47d06fbe2aba575defbb07de38832a4a
1
Subproject commit
05bb4a2b0e762f105a26f8576a21f91f7c50ef8
1
This diff is collapsed.
Click to expand it.
openfpm_numerics
@
8ab6d7d3
Subproject commit
6baf40e656e686726f4fcd4c2250bde311018379
Subproject commit
8ab6d7d333b2ddeca8587d5bc6e06bfd2600313d
This diff is collapsed.
Click to expand it.
jstark
@jstark
mentioned in commit
9aa82028
·
3 years ago
mentioned in commit
9aa82028
mentioned in commit 9aa82028838514d20f823690e6a55b1dbdc1670c
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment