From 230c0faf62a3e17f62b389691945a8ee78eaabe0 Mon Sep 17 00:00:00 2001
From: Andrew Strong <aws@olga4.opt.rzg.mpg.de>
Date: Mon, 4 May 2020 10:17:34 +0200
Subject: [PATCH] add manual_galplot...newlibs  dev  just for history

---
 source/manual_galplot_compile_dev     | 7 +++++++
 source/manual_galplot_compile_newlibs | 7 +++++++
 source/manual_galplot_link_dev        | 7 +++++++
 source/manual_galplot_link_newlibs    | 9 +++++++++
 4 files changed, 30 insertions(+)
 create mode 100644 source/manual_galplot_compile_dev
 create mode 100644 source/manual_galplot_compile_newlibs
 create mode 100644 source/manual_galplot_link_dev
 create mode 100644 source/manual_galplot_link_newlibs

diff --git a/source/manual_galplot_compile_dev b/source/manual_galplot_compile_dev
new file mode 100644
index 0000000..c036a11
--- /dev/null
+++ b/source/manual_galplot_compile_dev
@@ -0,0 +1,7 @@
+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 
+
diff --git a/source/manual_galplot_compile_newlibs b/source/manual_galplot_compile_newlibs
new file mode 100644
index 0000000..fd2307c
--- /dev/null
+++ b/source/manual_galplot_compile_newlibs
@@ -0,0 +1,7 @@
+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 
+
diff --git a/source/manual_galplot_link_dev b/source/manual_galplot_link_dev
new file mode 100644
index 0000000..54937b2
--- /dev/null
+++ b/source/manual_galplot_link_dev
@@ -0,0 +1,7 @@
+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
diff --git a/source/manual_galplot_link_newlibs b/source/manual_galplot_link_newlibs
new file mode 100644
index 0000000..6c13aa8
--- /dev/null
+++ b/source/manual_galplot_link_newlibs
@@ -0,0 +1,9 @@
+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
-- 
GitLab