Checkpointing fix for Native Client
commit765e6ad9f6b996c3ba572cfaa6dc71f396ef0cad
authorPeter Kasson <kasson@gmail.com>
Wed, 8 Jan 2014 00:29:06 +0000 (7 16:29 -0800)
committerPeter Kasson <kasson@gmail.com>
Wed, 8 Jan 2014 14:52:32 +0000 (8 06:52 -0800)
tree788019faf8b448404be5e1843e46c310c3947c85
parent966a71d751af69ad1cd9abf5f12c57c6ed37a19f
Checkpointing fix for Native Client

Native Client doesn't allow file renames.  We can over-write output
files, however.  For checkpoints, live dangerously and skip backups.
The alternate would be to use an in-memory file system, but then we're
still screwed if the program gets killed partway through writing the
on-disk version.  Other alternates:  keep all checkpoints.

Change-Id: I952ee6436e69f015633a150f94fca65c7271c6bb
CMakeLists.txt
src/config.h.cmakein
src/gmxlib/checkpoint.c