Select Git revision
test_field.py
manual_galplot_compile_one_newlibs_healpix-3.60_newgcc_newgcc 1.45 KiB
echo for module load gcc
module load gcc
echo new cfitsio CCfits healpix-3.60 with load gcc
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.. -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 -O3 -fopenmp -c $SOURCE_FILE
source manual_galplot_link_newlibs_healpix-3.60_newgcc_newgcc