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
Xavier Garrido
CAMEL
Commits
4b2c3500
Commit
4b2c3500
authored
Jun 06, 2018
by
Plaszczynski Stephane
Browse files
clean lsst requirement
parent
36a94e63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
cmt/requirements-lsst
cmt/requirements-lsst
+8
-6
work/batch/cc/Minimize5.sh
work/batch/cc/Minimize5.sh
+3
-0
No files found.
cmt/requirements-lsst
View file @
4b2c3500
package
CAMEL
use
class
*
use
class
HEAD
#
compiler
options
macro
cpp
"icpc"
macro
cppflags
" -O2 -ip -ansi_alias -align -Wbrief -Wdeprecated -Wuninitialized -align -Wbrief -Wunused-function -Wpointer-arith -Wreturn-type"
macro_append
cppflags
" -g "
#
macro_append
cppflags
" -g "
#
CAMEL
includes
include_dirs
" $(CAMELROOT)/src"
...
...
@@ -28,10 +28,12 @@ application test_jla -group=test -s=$(CAMELROOT)/src/camel test/test_jla.cc
#
include_dirs
"$(CLIKDIR)/include"
#
macro_append
CAMEL_linkopts
" -L$(CLIKDIR)/lib -lcfitsio "
#
include_dirs
"$(CFITSIODIR)/include"
#
macro_append
CAMEL_linkopts
" -L$(CFITSIODIR)/lib -lcfitsio "
include_dirs
"/usr/include/cfitsio"
macro_append
CAMEL_linkopts
" -lcfitsio "
include_dirs
"$(CFITSIODIR)/include"
macro_append
CAMEL_linkopts
" -L$(CFITSIODIR)/lib -lcfitsio "
#
include_dirs
"/usr/include/cfitsio"
#
macro_append
CAMEL_linkopts
" -lcfitsio "
#
PLANCK
#
CLIKCFLAGS
/
CLIKLIBS
are
defined
when
calling
camel_setup
.
sh
#
macro_append
cppflags
" -DCLIK $(CLIKCFLAGS)"
...
...
work/batch/cc/Minimize5.sh
View file @
4b2c3500
...
...
@@ -75,6 +75,7 @@ cat > camelrun <<EOBATCH
#!/bin/bash
cd
\$
TMPDIR
ulimit -S -c unlimited # for coredumps
uname -a
echo "NSLOTS=
\$
NSLOTS"
...
...
@@ -124,6 +125,8 @@ export OMP_NUM_THREADS=$NCORES
./Minimize parfile bestfit covmat
cp -f bestfit
$OUTDIR
/best_fit
\$
{SGE_TASK_ID}
cp -f covmat
$OUTDIR
/covmat
\$
{SGE_TASK_ID}.dat
cp -f core*
$OUTDIR
/core_
\$
{SGE_TASK_ID}
EOBATCH
##############################################################################################
...
...
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