Closed GoogleCodeExporter closed 9 years ago
Add the check in all gmx topology/trajectory reader/writers. (warning will
occur several times, but better this way)
Get gmx version with:
grompp -h 2>&1 | /bin/sed -n
's/^.*\(VERSION[[:space:]]*[^[:space:]]*\)[[:space:]]*.*$/x\1x/p' >
gmx_version.h
Original comment by christop...@gmail.com
on 6 Jan 2011 at 1:41
It is better to create a small cpp program using GMX_CFLAGS and GMX_LIBS, which
prints the version string. (in case grompp differs from libgmx used for
compiling.)
Failback to UNDEFINED if execution of this program fails.
Original comment by christop...@gmail.com
on 7 Jan 2011 at 9:04
Seems to work for me !
Original comment by christop...@gmail.com
on 10 Jan 2011 at 6:36
I got a segfault in csg_dump
Original comment by christop...@gmail.com
on 10 Jan 2011 at 6:41
This was actually issue #54
Original comment by christop...@gmail.com
on 11 Jan 2011 at 8:28
Original comment by christop...@gmail.com
on 21 Jan 2011 at 10:35
Original issue reported on code.google.com by
christop...@gmail.com
on 6 Jan 2011 at 9:58