Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
Andrew Strong
galplot
Commits
268f7f90
Commit
268f7f90
authored
Jun 21, 2020
by
Andrew Strong
Browse files
manual_compile_reference etc, no openmp no -O3, with -g
parent
1e755835
Changes
5
Hide whitespace changes
Inline
Side-by-side
source/manual_galplot_build_reference
0 → 100644
View file @
268f7f90
source manual_galplot_compile_reference
setenv SOURCE_FILE Galplot.cc
echo SOURCE_FILE $SOURCE_FILE
source manual_galplot_compile_one_reference
source manual_galplot_link_reference
source manual_galplot_setenv_reference
./galplot 54 galplotdef_fake
source/manual_galplot_compile_one_reference
0 → 100644
View file @
268f7f90
echo for module load gcc
module load gcc
which gcc
echo new cfitsio CCfits healpix-3.60 with load gcc
echo no openmp no -O, with -g
echo source file $SOURCE_FILE
setenv CFITSIO_DIR /afs/ipp-garching.mpg.de/home/a/aws/propagate/c/cfitsio/3.47/cfitsio-3.47/build
setenv CCFITS_DIR /afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CCfits/CCfits-2.5_cfitsio_3.47/CCfits/build/usr/local
setenv HEALPIX_DIR /afs/ipp-garching.mpg.de/home/a/aws/Healpix/Healpix_3.60_module_load_gcc/
setenv CLHEP_DIR /afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CLHEP/2.0.4.3/installed_here
setenv GSL_DIR /afs/ipp-garching.mpg.de/home/a/aws/gsl/gsl-1.10/olga
setenv ROOT_DIR /afs/ipp-garching.mpg.de/home/a/aws/volume3/root_v5.34.13/root
setenv SLA_C_DIR /afs/ipp/u/aws/propagate/c/sla_c_g++
echo libraries
echo $CFITSIO_DIR
echo $CCFITS_DIR
echo $HEALPIX_DIR
echo $CLHEP_DIR
echo $GSL_DIR
echo $SLA_C_DIR
echo $ROOT_DIR
echo -D
setenv GALDEF_PATH \"/afs/ipp/u/aws/propagate/c/GALDEF\"
echo GALDEF_PATH $GALDEF_PATH
setenv FITSDATA_PATH \"/afs/ipp/u/aws/propagate/c/FITS\"
echo FITSDATA_PATH $FITSDATA_PATH
g++ -I. -I.. -g -I$CFITSIO_DIR/include -I$CCFITS_DIR/include -I$HEALPIX_DIR/include/healpix_cxx -I$HEALPIX_DIR/include/libsharp -I$CLHEP_DIR/include -I$GSL_DIR/include -I$ROOT_DIR/include -I$SLA_C_DIR/include -DHAVE_ALM_HEALPIX_TOOLS_H -DGALDEF_PATH=$GALDEF_PATH -DFITSDATA_PATH=$FITSDATA_PATH -c $SOURCE_FILE
source manual_galplot_link_reference
source/manual_galplot_compile_reference
0 → 100644
View file @
268f7f90
echo for module load gcc
module load gcc
which gcc
echo new cfitsio CCfits healpix-3.60 with load gcc
echo no openmp no -O, with -g
setenv CFITSIO_DIR /afs/ipp-garching.mpg.de/home/a/aws/propagate/c/cfitsio/3.47/cfitsio-3.47/build
setenv CCFITS_DIR /afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CCfits/CCfits-2.5_cfitsio_3.47/CCfits/build/usr/local
setenv HEALPIX_DIR /afs/ipp-garching.mpg.de/home/a/aws/Healpix/Healpix_3.60_module_load_gcc/
setenv CLHEP_DIR /afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CLHEP/2.0.4.3/installed_here
setenv GSL_DIR /afs/ipp-garching.mpg.de/home/a/aws/gsl/gsl-1.10/olga
setenv ROOT_DIR /afs/ipp-garching.mpg.de/home/a/aws/volume3/root_v5.34.13/root
setenv SLA_C_DIR /afs/ipp/u/aws/propagate/c/sla_c_g++
echo libraries
echo $CFITSIO_DIR
echo $CCFITS_DIR
echo $HEALPIX_DIR
echo $CLHEP_DIR
echo $GSL_DIR
echo $SLA_C_DIR
echo $ROOT_DIR
echo -D
setenv GALDEF_PATH \"/afs/ipp/u/aws/propagate/c/GALDEF\"
echo GALDEF_PATH $GALDEF_PATH
setenv FITSDATA_PATH \"/afs/ipp/u/aws/propagate/c/FITS\"
echo FITSDATA_PATH $FITSDATA_PATH
g++ -I. -I.. -g -I$CFITSIO_DIR/include -I$CCFITS_DIR/include -I$HEALPIX_DIR/include/healpix_cxx -I$HEALPIX_DIR/include/libsharp -I$CLHEP_DIR/include -I$GSL_DIR/include -I$ROOT_DIR/include -I$SLA_C_DIR/include -DHAVE_ALM_HEALPIX_TOOLS_H -DGALDEF_PATH=$GALDEF_PATH -DFITSDATA_PATH=$FITSDATA_PATH -c *.cc
source/manual_galplot_link_reference
0 → 100644
View file @
268f7f90
echo last_galplot_link manual_galplot_link_reference >> last_galplot_link
echo this is for module load gcc
module load gcc
which gcc
echo new cfitsio CCfits healpix-3.60 with module load gcc
echo no openmp no -O, with -g
echo order of healpix -l is important
setenv CFITSIO_DIR /afs/ipp-garching.mpg.de/home/a/aws/propagate/c/cfitsio/3.47/cfitsio-3.47/build
setenv CCFITS_DIR /afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CCfits/CCfits-2.5_cfitsio_3.47/CCfits/build/usr/local
setenv HEALPIX_DIR /afs/ipp-garching.mpg.de/home/a/aws/Healpix/Healpix_3.60_module_load_gcc/
setenv CLHEP_DIR /afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CLHEP/2.0.4.3/installed_here
setenv GSL_DIR /afs/ipp-garching.mpg.de/home/a/aws/gsl/gsl-1.10/olga
setenv ROOT_DIR /afs/ipp-garching.mpg.de/home/a/aws/volume3/root_v5.34.13/root
setenv SLA_C_DIR /afs/ipp/u/aws/propagate/c/sla_c_g++
echo libraries
echo $CFITSIO_DIR
echo $CCFITS_DIR
echo $HEALPIX_DIR
echo $CLHEP_DIR
echo $GSL_DIR
echo $SLA_C_DIR
echo $ROOT_DIR
g++ -o galplot *.o -L$CFITSIO_DIR/lib -lcfitsio -L$CCFITS_DIR/lib -lCCfits -L$SLA_C_DIR/lib -lsla_c -L$HEALPIX_DIR/lib -lhealpix_cxx -lsharp -L$ROOT_DIR/lib -lCore -lCint -lGraf -lGpad -lHistPainter -lNew -lGX11 -lPostscript -lMatrix -lHist -lMinuit -lMinuit2 -lRIO -lMathCore -lThread -lgfortran -L$GSL_DIR/lib -lgsl -lgslcblas -lm -L$CLHEP_DIR/lib -lCLHEP
source/manual_galplot_setenv_reference
0 → 100644
View file @
268f7f90
setenv LD_LIBRARY_PATH /afs/ipp-garching.mpg.de/home/a/aws/volume3/root_v5.34.13/root/lib:/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/cfitsio/3.47/cfitsio-3.47/build/lib:/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CCfits/CCfits-2.5_cfitsio_3.47/CCfits/build/usr/local/lib:/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CLHEP/2.0.4.3/installed_here/lib:/afs/ipp-garching.mpg.de/home/a/aws/Healpix/Healpix_3.60_module_load_gcc/lib
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