Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TurTLE
TurTLE
Commits
b4fbaa44
Commit
b4fbaa44
authored
Feb 19, 2015
by
Chichi Lalescu
Browse files
Options
Downloads
Plain Diff
Merge branch 'temp' into develop
Conflicts: makefile src/RMHD_converter.cpp
parents
a0f7e7bf
00f09c5b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
makefile
+14
-6
14 additions, 6 deletions
makefile
src/RMHD_converter.cpp
+0
-1
0 additions, 1 deletion
src/RMHD_converter.cpp
with
14 additions
and
7 deletions
makefile
+
14
−
6
View file @
b4fbaa44
...
...
@@ -4,15 +4,23 @@ DEFINES =
CFLAGS
=
-Wall
\
-O2
# advice from
# https://software.intel.com/en-us/forums/topic/298872
# always link against both libimf and libm
LIBS
=
-lfftw3_mpi
\
-lfftw3
\
-lfftw3f_mpi
\
-lfftw3f
\
# -limf
\
-lfftw3f
COMPILER_VERSION
:=
$(
shell
${
MPICXX
}
--version
)
ifneq
(,$(findstring ICC,$(COMPILER_VERSION)))
# using intel compiler
# advice from
# https://software.intel.com/en-us/forums/topic/298872
# always link against both libimf and libm
LIBS
+=
-limf
\
-lm
else
# not using intel compiler
endif
vpath
%.cpp
./src/
...
...
...
...
This diff is collapsed.
Click to expand it.
src/RMHD_converter.cpp
+
0
−
1
View file @
b4fbaa44
...
...
@@ -139,7 +139,6 @@ int RMHD_converter::convert(
this
->
s
->
shuffle
(
rtmp
,
ofile
);
fftwf_free
(
rtmp
);
return
EXIT_SUCCESS
;
}
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
sign in
to comment