From f9de1124b675b2cfd09e9ad75aeda45ecea7319a Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 15 Feb 2018 14:10:29 +0100 Subject: Gnuastro's memory mapping is now a local variable As described in the commens above `MINMAPSIZE' of `LOCAL.mk.in', the amount of memory to map to HDD/SSD or keep in RAM is a local issue and not relevant to the pipeline's results. So it is now defined in a `gnuastro-local.conf' file. To keep the Makefiles clean, this file is created by the `./configure' script. To do this cleanly, the `./configure' script was also almost fully re-written with better functionality now. --- .gitignore | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 84d739b..83de0ac 100644 --- a/.gitignore +++ b/.gitignore @@ -5,10 +5,14 @@ *.pdf *.out *.auxlock -config/mmap_* +.gnuastro/mmap_* +LOCAL_tmp.mk +LOCAL_old.mk reproduce/build -reproduce/BDIR/ tex/pipeline.tex -reproduce/SURVEY/ -reproduce/config/pipeline/LOCAL.mk \ No newline at end of file +gnuastro-local.conf +reproduce/config/pipeline/LOCAL.mk + +reproduce/BDIR/ +reproduce/SURVEY/ \ No newline at end of file -- cgit v1.2.1