Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
de25e02e
Commit
de25e02e
authored
Feb 22, 2017
by
incardon
Browse files
Adding 7_SPH_dlb optimized
parent
84087883
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
example/Vector/7_SPH_dlb_opt/Makefile
0 → 100644
View file @
de25e02e
include
../../example.mk
CC
=
mpic++
LDIR
=
OBJ
=
main.o
%.o
:
%.cpp
$(CC)
-O3
-g
-c
--std
=
c++11
-o
$@
$<
$(INCLUDE_PATH)
sph_dlb
:
$(OBJ)
$(CC)
-o
$@
$^
$(CFLAGS)
$(LIBS_PATH)
$(LIBS)
all
:
sph_dlb
run
:
spl_dlb
mpirun
-np
2 ./sph_dlb
.PHONY
:
clean all run
clean
:
rm
-f
*
.o
*
~ core sph_dlb
example/Vector/7_SPH_dlb_opt/config.cfg
0 → 100644
View file @
de25e02e
[pack]
files = main.cpp Makefile
example/Vector/7_SPH_dlb_opt/main.cpp
0 → 100644
View file @
de25e02e
This diff is collapsed.
Click to expand it.
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