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
Open sidebar
BAORadio
AnaPAON4
Commits
55db3f03
Commit
55db3f03
authored
Jul 24, 2018
by
Jean-Eric Campagne
Browse files
cca adapt
parent
cbd93fc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
AnaFringes/fringeV6.cc
AnaFringes/fringeV6.cc
+1
-0
AnaFringes/makefile
AnaFringes/makefile
+12
-4
No files found.
AnaFringes/fringeV6.cc
View file @
55db3f03
#include <iostream>
#include <math.h> //floor in xastropack
#include <cmath>
//Sophya
#include "sopnamsp.h"
#include "machdefs.h"
...
...
AnaFringes/makefile
View file @
55db3f03
...
...
@@ -3,13 +3,16 @@
include
$(SOPHYABASE)/include/sophyamake.inc
MINUITDIR
=
/
Users/campagne/Travail/kits
/Minuit2-5.34.14
MINUITDIR
=
/
sps/baoradio/JEC/PAON4
/Minuit2-5.34.14
/
MINUITLIB
=
-L
$(MINUITDIR)
/lib
MINUITINC
=
-I
$(MINUITDIR)
/include
OBJ
=
./Objs/
EXE
=
./bin/
# Define our target list
all
:
fringeV6 postFringeV3
all
:
makedir
fringeV6 postFringeV3
default
:
fringV6 postFringeV3
...
...
@@ -17,10 +20,15 @@ default: fringV6 postFringeV3
clean
:
rm
-f
./Objs/
*
./bin/
*
.PHONY
:
makedir
makedir
:
@
mkdir
-p
$(OBJ)
@
mkdir
-p
$(EXE)
#CXXFLAGS = -fno-common -O3 -fPIC -fopenmp -Wa,-q -Wall -Wno-deprecated-declarations -std=c++11 -march=native -ffast-math -m64
### C++11
CXXFLAGS = -fno-common -O3 -fPIC -Wa,-q -std=c++11 -march=native -ffast-math -m64
CXXFLAGS
=
-fno-common
-O3
-fPIC
-Wa
,-q
-march
=
native
-ffast-math
-m64
CXXFLAGS
=
-fno-common
-O3
-fPIC
-Wa
,-q
-std
=
c++11
-march
=
native
-ffast-math
-m64
##
CXXFLAGS = -fno-common -O3 -fPIC -Wa,-q -march=native -ffast-math -m64
######
...
...
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