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
9ba7dc58
Commit
9ba7dc58
authored
4 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing example for testing
parent
16d3374a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
example/Grid/3_gray_scott_3d_vectorization/Makefile
+2
-2
2 additions, 2 deletions
example/Grid/3_gray_scott_3d_vectorization/Makefile
example/Grid/3_gray_scott_3d_vectorization/main.cpp
+1
-1
1 addition, 1 deletion
example/Grid/3_gray_scott_3d_vectorization/main.cpp
with
3 additions
and
3 deletions
example/Grid/3_gray_scott_3d_vectorization/Makefile
+
2
−
2
View file @
9ba7dc58
...
...
@@ -10,10 +10,10 @@ OBJ = main.o update_new.o
mpif90
-ffree-line-length-none
-fno-range-check
-fno-second-underscore
-fimplicit-none
-mavx
-O3
-c
-g
-o
$@
$<
%.o
:
%.cpp
$(
CC
)
-O3
-mavx
-g
-c
--std
=
c++11
-Wno-ignored-attributes
-o
$@
$<
$(
INCLUDE_PATH
)
-I
/
home/i-bird/VCDEVEL/include
$(
CC
)
-O3
-mavx
-g
-c
--std
=
c++11
-Wno-ignored-attributes
-o
$@
$<
$(
INCLUDE_PATH
)
#
-I/
where/you/have/Vc
gray_scott
:
$(OBJ)
$(
CC
)
-o
$@
$^
$(
CFLAGS
)
$(
LIBS_PATH
)
$(
LIBS
)
-L
/home/i-bird/VCDEVEL/lib
-lVc
#
(
Add
-lVc
if
you use VCDevel
)
$(
CC
)
-o
$@
$^
$(
CFLAGS
)
$(
LIBS_PATH
)
$(
LIBS
)
-L
/home/i-bird/VCDEVEL/lib
#
-lVc
(
Add
-lVc
if
you use VCDevel
)
all
:
gray_scott
...
...
This diff is collapsed.
Click to expand it.
example/Grid/3_gray_scott_3d_vectorization/main.cpp
+
1
−
1
View file @
9ba7dc58
...
...
@@ -2,7 +2,7 @@
#include
"data_type/aggregate.hpp"
#include
"timer.hpp"
//
#define FORTRAN_UPDATE
#define FORTRAN_UPDATE
#ifndef FORTRAN_UPDATE
#include
"Vc/Vc"
...
...
This diff is collapsed.
Click to expand it.
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