Skip to content

Releases: zebo9x/gadgetviewer

v1.1.3 with fix for double precision

24 Dec 00:30
7786ac3
Compare
Choose a tag to compare
  • can compile with double precision at least on gfortran compiler v9.4.0 (tested)

  • ./configure --enable-double-pos --enable-double-vel --enable-double-rprop --enable-double-iprop --enable-big-snapshots

then you can do

  • make
  • [sudo] make install

--prefix= is a valid argument for configure script, like the others in the original repo.

  • gadgetviewer-1.1.3-fixed_files.tar contains only the file modified from the fork to this release. Just copy-paste the content on the root of the source folder to overwrite some files.

v1.1.3 with fix for double precision

23 Dec 14:24
7786ac3
Compare
Choose a tag to compare
Pre-release
  • can compile with double precision at least on gfortran compiler v9.4.0 (tested)

  • ./configure --enable-double-pos --enable-double-vel --enable-double-rprop --enable-double-iprop --enable-big-snapshots

then you can do

  • make
  • [sudo] make install

--prefix= is a valid argument for configure script, like the others in the original repo.