Peter Teuben

Results 152 comments of Peter Teuben

It doesn't make sense to me to start yet another code registry , where ASCL already serves this purpose. More useful would be to have the codes listed here and...

Compiler name for bodyfunc is now properly inherited (e.g. g++ vs. g++-10)

make.gcc seems to set the std=c++03, which is good, but this way we'll never find out how falcON has to grow with C++ versions.

some improvements in the code. Plot is square now, -lplplot is needed in makedefs, absence of %n in filename will trigger non-family of filenames. triggered by the bismal state of...

When I tried it, the last check showed was TESTSUITE: OK /home/teuben/nemo/src/kernel/misc the next one should have been TESTSUITE: OK /home/teuben/nemo/src/kernel/tab but it never showed up for me. Is it...

it seems the line          $(EXEC) tabplot -; in the tabplot target will hang, since it's reading from a pipe, but nothing is feeding it. On 10/7/21 6:50 AM, Vmbundu wrote:...

FYI bins.list was removed in favor of tasklist

Could this also be related to the SIP issue (which was resolved)

sdinfo is the NEMO program that needs cfisio, so "mknemo sdinfo" is a good test.

It's going to depend what you need to do, do you just need the potentials and want to do other things in your own code? How many particles are we...