Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GPIAG-Software
IFOS2D
Commits
7289d11e
Commit
7289d11e
authored
Dec 03, 2015
by
Florian Wittkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set mpiicc as standard compiler due to it is much faster than mpicc.
parent
f85ec539
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Makefile
src/Makefile
+2
-2
No files found.
src/Makefile
View file @
7289d11e
...
...
@@ -19,7 +19,7 @@ EXEC= ../bin
# LINUX with OpenMPI / IntelMPI and INTEL Compiler
# Use icc whenever possible, this will be much faster than gcc
CC
=
mpicc
CC
=
mpi
i
cc
LFLAGS
=
-lm
-lcseife
-lstfinv
-laff
-lfourierxx
-lfftw3
-lstdc
++
CFLAGS
=
-O3
SFLAGS
=
-L
./../contrib/libcseife
-L
./../contrib/bin
...
...
@@ -181,4 +181,4 @@ clean:
find
.
-name
"*.o"
-exec
rm
{}
\;
find
.
-name
"*.c%"
-exec
rm
{}
\;
find
.
-name
"*.bck"
-exec
rm
{}
\;
find ../genmod
-name
"*.o"
-exec
rm
{}
\;
find ../genmod
-name
"*.o"
-exec
rm
{}
\;
\ No newline at end of file
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