Peter Teuben
Peter Teuben
in getparam.c various versions of linux now seem to not yet support mallinfo2. autoconf should sort this out. rh8 does not, but rh9 does. For now mallinfo (help=m) is disable...
rebound is a library with lots of examples, and it seems easy to add some tools to interoperate between NEMO and rebound.
Example is redhat7, which doesn't seem to know about mallinfo2. Easy fix, add this to configure or so. Wondering why UMD still keeps some redhat7 systems on glue.
the way to import a ZENO snapshot into NEMO can be: snapcopy zeno.snap nemo.snap but if NEMO could understand NBody as Nobj, would this work better?
NEMO already has a remote storage option, this would be an extension to it. Our example tsf in=https://www.astro.umd.edu/~teuben/nemo/plummer.dat See https://github.com/HEASARC/cfitsio/issues/3 for the corresponding request in cfitsio.
For equal mass particles where M=1 (nbody units) the density seems to be off by nbody. snapdens and density seem to be correct.
This is a very old issue. With the "manpdf" script a man page can be turned into a pretty pdf file, but tab alignments (e.g. in the HISTORY section) is...
This message seems to show up these days with the LLVM based clang compiler (e.g. on a mac). This compiler will also need the -lomp library. On ubuntu this is...
my life on a mac always sucks. Now this: gcc/gfortran from brew is gcc-13, i cannot find mm_malloc.h clang finds it, but has compilation errors despite -std=c++03 hpc.sourceforge.net is either...
bench5 was calibrated to be 1000.0 on kubuntu20 (?) On Kubuntu23.04 (beta!!) gcc 12.2.0 is clearly regressing to ~900 CPU_USAGE directcode : 4.74 4.73 0.00 0.00 0.00 1718009698 CPU_USAGE gyrfalcON...