[gmx-users] GROMACS 5.0 - second beta released!

Roland Schulz roland at utk.edu
Wed Jan 29 21:08:38 CET 2014


Hi,

I uploaded fixes for both issues:
https://gerrit.gromacs.org/#/c/3040/
https://gerrit.gromacs.org/#/c/3041/

Thanks for the feedback.

Roland



On Wed, Jan 29, 2014 at 12:59 PM, Mirco Wahab <
mirco.wahab at chemie.tu-freiberg.de> wrote:

> On 29.01.2014 15:06, Mirco Wahab wrote:
> > A test run (martini small vesicle system,
> > 250K atoms) did start promising but crashed
> > after 15 min without any indication. (I'll
> > try without gpu later).
>
> I identified the problem. It is the same problem
> that also required a patch in the 4.6.x versions
> on Windows.
>
> The default stack size with Visual Studio compilers
> is 1MB, therefore you have to modify:
>
>   - - - - - - - - - - - - - - - - - - - - - - - - - - -
>
>    ../gromacs-5.0-beta2/src/gromacs/fileio/gmxfio.c
>    [gmxfio.c] l 680:
>
>       #define CPT_CHK_LEN  1048576
>       md5_state_t   state;
>       unsigned char buf[CPT_CHK_LEN];
>
>    change last line to:
>
>       static unsigned char buf[CPT_CHK_LEN];
>
>   - - - - - - - - - - - - - - - - - - - - - - - - - - -
>
> after this, builds and runs work perfectly.
>
> M.
>
> --
> Gromacs Users mailing list
>
> * Please search the archive at
> http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
> posting!
>
> * Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
>
> * For (un)subscribe requests visit
> https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
> send a mail to gmx-users-request at gromacs.org.
>
>
>
>
>


-- 
ORNL/UT Center for Molecular Biophysics cmb.ornl.gov
865-241-1537, ORNL PO BOX 2008 MS6309


More information about the gromacs.org_gmx-users mailing list