Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GPIAG-Software
IFOS2D
Commits
39b6d67d
Commit
39b6d67d
authored
Sep 22, 2016
by
Florian Wittkamp
Browse files
Added .gitlab-ci.yml
parent
aeebd624
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
39b6d67d
stages
:
-
build
gcc
:
stage
:
build
script
:
-
export cc=gcc && ${cc} --version
-
export OMPI_MPICC=${cc} && mpicc --version
-
cd par/ && make install
\ No newline at end of file
src/Makefile
View file @
39b6d67d
...
@@ -19,7 +19,7 @@ EXEC= ../bin
...
@@ -19,7 +19,7 @@ EXEC= ../bin
# LINUX with OpenMPI / IntelMPI and INTEL Compiler
# LINUX with OpenMPI / IntelMPI and INTEL Compiler
# Use icc whenever possible, this will be much faster than gcc
# Use icc whenever possible, this will be much faster than gcc
CC
=
mpi
i
cc
CC
=
mpicc
LFLAGS
=
-lm
-lcseife
-lstfinv
-laff
-lfourierxx
-lfftw3
-lstdc
++
LFLAGS
=
-lm
-lcseife
-lstfinv
-laff
-lfourierxx
-lfftw3
-lstdc
++
CFLAGS
=
-O3
CFLAGS
=
-O3
SFLAGS
=
-L
./../contrib/libcseife
-L
./../contrib/bin
SFLAGS
=
-L
./../contrib/libcseife
-L
./../contrib/bin
...
...
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