Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_numerics
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_numerics
Commits
1e3fc247
Commit
1e3fc247
authored
Jun 19, 2016
by
Pietro Incardona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding Vector operators file
parent
29d4f607
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1784 additions
and
1 deletion
+1784
-1
Makefile.am
Makefile.am
+5
-1
src/Makefile.am
src/Makefile.am
+4
-0
src/Operators/Vector/vector_dist_operators.hpp
src/Operators/Vector/vector_dist_operators.hpp
+1023
-0
src/Operators/Vector/vector_dist_operators_unit_tests.hpp
src/Operators/Vector/vector_dist_operators_unit_tests.hpp
+751
-0
src/main.cpp
src/main.cpp
+1
-0
No files found.
Makefile.am
View file @
1e3fc247
SUBDIRS
=
src
bin_PROGRAMS
=
\ No newline at end of file
bin_PROGRAMS
=
test
:
cd
src
&&
make
test
src/Makefile.am
View file @
1e3fc247
...
...
@@ -10,3 +10,7 @@ nobase_include_HEADERS = PSE/Kernels.hpp PSE/Kernels_test_util.hpp
.cu.o
:
$(NVCC)
$(NVCCFLAGS)
-o
$@
-c
$<
test
:
numerics
source
$(HOME)
/openfpm_vars
&&
cd
..
&&
mpirun
-np
2 ./src/numerics
&&
mpirun
-np
3 ./src/numerics
&&
mpirun
-np
4 ./src/numerics
src/Operators/Vector/vector_dist_operators.hpp
0 → 100644
View file @
1e3fc247
This diff is collapsed.
Click to expand it.
src/Operators/Vector/vector_dist_operators_unit_tests.hpp
0 → 100644
View file @
1e3fc247
This diff is collapsed.
Click to expand it.
src/main.cpp
View file @
1e3fc247
...
...
@@ -12,3 +12,4 @@
#include "FiniteDifference/eq_unit_test_3d.hpp"
#include "util/util_num_unit_tests.hpp"
#include "PSE/Kernels_unit_tests.hpp"
#include "Operators/Vector/vector_dist_operators_unit_tests.hpp"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment