gnuastro-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[task #15317] Concatenate two or more tables by row


From: Sachin Kumar Singh
Subject: [task #15317] Concatenate two or more tables by row
Date: Tue, 6 Apr 2021 02:37:48 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0

Follow-up Comment #43, task #15317 (project gnuastro):

You can use the `tests/during-dev.sh` script to test your modifications and
debugging. After making changes, build GNU Astro in a parallel `build`
directory using the `developer-build` script using the --debug flag:

$ ./developer-build -d

There are more options that you can find by `--help` flag but this will get
you up and running.

After that, you can use the `during-dev.sh` script to test your commands. Set
the parameters in the `SET INPUT PARAMETERS` section and then run the script:

$ ./tests/during-dev.sh


For your segmentation faults, use Valgrind to debug. You can simplify this by
prepending the Valgrind commands in `during-dev.sh` in this line near the
bottom of `during-dev.sh`:

valgrind "$utility" $arguments $options $extraopts 


Then trace the outputs back to the source of the memory leak.

You can download the TexLIve package from here
<https://www.tug.org/texlive/acquire-netinstall.html>. There is a quick
installation instruction <https://www.tug.org/texlive/quickinstall.html> that
you can quickly get you started. TexLive is a fairly large package but you
don't need to install all of it. During the installation prompt, select the
`basic` package to download and install. This will get you the minimum set of
tools to write documentation easily.

I hope this helps. If you have any queries, please don't hesitate to ask :)

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/task/?15317>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]