Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
Xavier Garrido
CAMEL
Commits
7f60e54c
Commit
7f60e54c
authored
Sep 06, 2018
by
Plaszczynski Stephane
Browse files
remove omp flag for cpp compilation
parent
1135bb2f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
cmt/requirements-jla
cmt/requirements-jla
+0
-4
cmt/requirements-lsst.cc
cmt/requirements-lsst.cc
+1
-2
cmt/requirements.cc
cmt/requirements.cc
+3
-1
No files found.
cmt/requirements-jla
View file @
7f60e54c
...
...
@@ -59,10 +59,6 @@ application test_jla -group=test -s=$(CAMELROOT)/src/camel test/test_jla.cc
#
macro_append
cppflags
' -DPICODATA=\"$(PICO_DATA)\" '
#
application
testPico
-
group
=
test
-
s
=$(
CAMELROOT
)/
src
/
camel
/
pico
/
exec
testPico
.
cc
#
CLASS
optional
FastPk
access
macro_append
cppflags
" -DFASTPK "
###
FROM
THERE
YOU
DONT
NEED
TO
TOUCH
###########################################################################################
#
CAMEL
LIBRARIES
...
...
cmt/requirements-lsst.cc
View file @
7f60e54c
...
...
@@ -52,8 +52,7 @@ macro_append CAMEL_linkopts " -L$(CFITSIODIR)/lib -lcfitsio "
#application FitClassFromPico -group=exec -s=../src/camel exec/FitClassFromPico.cc
#CLASS optional FastPk access
macro_append
cppflags
" -DFASTPK "
#CLASS FastPk access
library
class_extra
-
no_share
$
(
CAMELROOT
)
/
src
/
class_extra
/*
.
c
macro_append
CAMEL_linkopts
" -lclass_extra "
...
...
cmt/requirements.cc
View file @
7f60e54c
...
...
@@ -4,7 +4,9 @@ use class *
#compiler options
macro
cpp
"icpc"
macro
cppflags
" -O2 -qopenmp -ip -ansi_alias -align -Wbrief -Wdeprecated -Wuninitialized -align -Wbrief -Wunused-function -Wpointer-arith -Wreturn-type"
macro
cppflags
" -O2 -ip -ansi_alias -align -Wbrief -Wdeprecated -Wuninitialized -align -Wbrief -Wunused-function -Wpointer-arith -Wreturn-type"
#C flags already defined by class:
#macro cflags " -O3 -no-prec-div -fp-model fast=2 -qopenmp -DHYREC"
#CAMEL includes
...
...
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