Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Strong
galplot
Commits
230c0faf
Commit
230c0faf
authored
May 04, 2020
by
Andrew Strong
Browse files
add manual_galplot...newlibs dev just for history
parent
2341b2c3
Changes
4
Hide whitespace changes
Inline
Side-by-side
source/manual_galplot_compile_dev
0 → 100644
View file @
230c0faf
echo for module load gcc
module load gcc
g++ -I. -I.. -I/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/cfitsio/3.26/gcc_sles11_olga2/cfitsio/include -I/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CCfits/gcc_olga2_sles11_cfitsio3.26/usr/local/include -I/afs/ipp-garching.mpg.de/home/a/aws/Healpix/Healpix_3.11/src/cxx/generic_gcc/include -I/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CLHEP/2.0.4.3/installed_here/include -I/afs/ipp-garching.mpg.de/home/a/aws/gsl/gsl-1.10/olga/include -I/afs/ipp-garching.mpg.de/home/a/aws/volume3/root_v5.34.13/root/include -I/afs/ipp/u/aws/propagate/c/sla_c_g++/include -DHAVE_ALM_HEALPIX_TOOLS_H -DGALDEF_PATH=\"/afs/ipp/u/aws/propagate/c/GALDEF\" -DFITSDATA_PATH=\"/afs/ipp/u/aws/propagate/c/FITS\" -DDATA_PATH=\"/afs/ipp/u/aws/propagate/c/gitlab/galprop/version_54/source/fortran_data\" -O3 -fopenmp -c *.cc
source/manual_galplot_compile_newlibs
0 → 100644
View file @
230c0faf
echo for /usr/bin/gcc
module unload gcc
echo new cfitsio CCfits
g++ -I. -I.. -I/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/cfitsio/3.47/cfitsio-3.47/build/include -I/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CCfits/CCfits-2.5_cfitsio_3.47/CCfits/build/usr/local/include -I/afs/ipp-garching.mpg.de/home/a/aws/Healpix/Healpix_3.11/src/cxx/generic_gcc/include -I/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CLHEP/2.0.4.3/installed_here/include -I/afs/ipp-garching.mpg.de/home/a/aws/gsl/gsl-1.10/olga/include -I/afs/ipp-garching.mpg.de/home/a/aws/volume3/root_v5.34.13/root/include -I/afs/ipp/u/aws/propagate/c/sla_c_g++/include -DHAVE_ALM_HEALPIX_TOOLS_H -DGALDEF_PATH=\"/afs/ipp/u/aws/propagate/c/GALDEF\" -DFITSDATA_PATH=\"/afs/ipp/u/aws/propagate/c/FITS\" -DDATA_PATH=\"/afs/ipp/u/aws/propagate/c/gitlab/galprop/version_54/source/fortran_data\" -O3 -fopenmp -c *.cc
source/manual_galplot_link_dev
0 → 100644
View file @
230c0faf
echo last galplot link manual_galplot_link_dev >> last_galplot_link
echo this is for module load gcc
module load gcc
echo order of healpix -l is important
g++ -O3 -Wall -fopenmp -o galplot *.o -L/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/cfitsio/3.26/gcc_sles11_olga2/cfitsio/lib -lcfitsio -L/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CCfits/gcc_olga2_sles11_cfitsio3.26/usr/local/lib -lCCfits -L/afs/ipp/u/aws/propagate/c/sla_c_g++/lib -lsla_c -L/afs/ipp-garching.mpg.de/home/a/aws/Healpix/Healpix_3.11/src/cxx/generic_gcc/lib -lhealpix_cxx -lcxxsupport -lsharp -lfftpack -lc_utils -L/afs/ipp-garching.mpg.de/home/a/aws/volume3/root_v5.34.13/root/lib -L/afs/ipp-garching.mpg.de/home/a/aws/volume3/root_v5.34.13/root/lib -lCore -lCint -lGraf -lGpad -lHistPainter -lNew -lGX11 -lPostscript -lMatrix -lHist -lMinuit -lMinuit2 -lRIO -lMathCore -lThread -lgfortran -L/afs/ipp-garching.mpg.de/home/a/aws/gsl/gsl-1.10/olga/lib -lgsl -lgslcblas -lm -L/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CLHEP/2.0.4.3/installed_here/lib -lCLHEP
source/manual_galplot_link_newlibs
0 → 100644
View file @
230c0faf
echo last galplot link manual_galplot_link_newlibs >>last_galplot_link
echo this is for /ush/bin/gcc
module unload gcc
new cfitsio CCfits
echo order of healpix -l is important
g++ -O3 -Wall -fopenmp -o galplot *.o -L/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/cfitsio/3.47/cfitsio-3.47/build/lib -lcfitsio -L/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CCfits/CCfits-2.5_cfitsio_3.47/CCfits/build/usr/local/lib -lCCfits -L/afs/ipp/u/aws/propagate/c/sla_c_g++/lib -lsla_c -L/afs/ipp-garching.mpg.de/home/a/aws/Healpix/Healpix_3.11/src/cxx/generic_gcc/lib -lhealpix_cxx -lcxxsupport -lsharp -lfftpack -lc_utils -L/afs/ipp-garching.mpg.de/home/a/aws/volume3/root_v5.34.13/root/lib -L/afs/ipp-garching.mpg.de/home/a/aws/volume3/root_v5.34.13/root/lib -lCore -lCint -lGraf -lGpad -lHistPainter -lNew -lGX11 -lPostscript -lMatrix -lHist -lMinuit -lMinuit2 -lRIO -lMathCore -lThread -lgfortran -L/afs/ipp-garching.mpg.de/home/a/aws/gsl/gsl-1.10/olga/lib -lgsl -lgslcblas -lm -L/afs/ipp-garching.mpg.de/home/a/aws/propagate/c/CLHEP/2.0.4.3/installed_here/lib -lCLHEP
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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