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
argupta
openfpm_pdata
Commits
017d8276
Commit
017d8276
authored
Dec 18, 2017
by
incardon
Browse files
gray_scott vectorization
parent
48344e39
Changes
1
Hide whitespace changes
Inline
Side-by-side
example/Grid/3_gray_scott_3d_vectorization/Makefile
View file @
017d8276
...
@@ -10,7 +10,7 @@ OBJ = main.o update_new.o
...
@@ -10,7 +10,7 @@ OBJ = main.o update_new.o
mpif90
-ffree-line-length-none
-fno-range-check
-fno-second-underscore
-fimplicit-none
-mavx
-O3
-c
-g
-o
$@
$<
mpif90
-ffree-line-length-none
-fno-range-check
-fno-second-underscore
-fimplicit-none
-mavx
-O3
-c
-g
-o
$@
$<
%.o
:
%.cpp
%.o
:
%.cpp
$(CC)
-O3
-mavx
-g
-c
--std
=
c++11
-Wno-ignored-attributes
-o
$@
$<
$(INCLUDE_PATH)
-I
/
home/i-bird/VC
/include
$(CC)
-O3
-mavx
-g
-c
--std
=
c++11
-Wno-ignored-attributes
-o
$@
$<
$(INCLUDE_PATH)
-I
/
scratch/p_ppm/VCDEVEL
/include
gray_scott
:
$(OBJ)
gray_scott
:
$(OBJ)
$(CC)
-o
$@
$^
$(CFLAGS)
$(LIBS_PATH)
$(LIBS)
-L
/home/i-bird/VC/lib
-lVc
$(CC)
-o
$@
$^
$(CFLAGS)
$(LIBS_PATH)
$(LIBS)
-L
/home/i-bird/VC/lib
-lVc
...
...
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