Write forces and velocities to compressed TNG.
[alexxy/gromacs.git] / src /
2015-12-05 Magnus LundborgWrite forces and velocities to compressed TNG.
2015-12-03 Mark AbrahamRemove mdrun -compact
2015-12-03 Teemu MurtolaMove strdb.* to utility/
2015-12-03 Teemu MurtolaMove filenm.* to commandline
2015-12-02 Teemu MurtolaSplit filenm.*
2015-12-02 Berk HessIncrease pdb chain ids to 62 in output
2015-12-02 Berk HessRefactored set_pbc_dd
2015-12-02 Berk HessMade t_inputrec const in PME load balancing
2015-12-02 Mark AbrahamRemove twin-range scheme
2015-12-01 Berk HessPull group count for coords stored in tpr
2015-12-01 Erik LindahlFixed null-dereferencing bug in vsites
2015-11-30 Teemu MurtolaRemove topology -> mdtypes dependency
2015-11-30 Teemu MurtolaMerge remaining legacyheaders/types/ to mdtypes/
2015-11-30 Teemu MurtolaMove ifunc.h to gmxlib
2015-11-30 Teemu MurtolaMove force_flags.h to mdlib/
2015-11-30 Teemu Murtolalibgromacs CMake source file management cleanup
2015-11-30 Teemu MurtolaMove hardware info structs to hardware/
2015-11-30 Mark AbrahamRefactor hardware information management
2015-11-30 Magnus LundborgFixed typos in output.
2015-11-30 Erik LindahlC++ classes for cpuid and hardware topology
2015-11-30 Teemu MurtolaClean up some selection code
2015-11-25 Magnus LundborgUse local variables instead of those in *ir.
2015-11-25 Mark AbrahamFix logic of dd_print_missing_interactions exit
2015-11-24 David van der SpoelFixes newly introduced bug in make_ndx.
2015-11-23 Teemu MurtolaMove precision detection symbols to baseversion.*
2015-11-23 David van der SpoelMoved domdec structures out of commrec.h.
2015-11-22 David van der SpoelCleanups in legacyheader/types/commrec.h
2015-11-22 Mark AbrahamFix generic group-scheme kernel table dereferencing
2015-11-22 Teemu MurtolaRemove correlationfunctions -> mdtypes dependency
2015-11-21 Teemu MurtolaUse v.data() instead of &v[0] for C interop
2015-11-21 David van der SpoelMerged legacyheaders/types/qmmmrec.h into mdlib/qmmm.h
2015-11-21 David van der SpoelMerged genborn.h from legacyheaders/types into mdlib...
2015-11-20 David van der SpoelMoved legacyheaders/types/group.h to mdtypes.
2015-11-20 David van der SpoelMerged legacyheaders/types/ns.h and nblist.h to mdtypes...
2015-11-20 David van der SpoelCombine enums.h and names*.
2015-11-20 Mark AbrahamSplit wallcycle interface
2015-11-20 Mark AbrahamRemove ewcWAIT_GPU_NB_L_EST
2015-11-20 David van der SpoelMerged legacyheaders/nrnb.h and types/nrnb.h to gmxlib.
2015-11-20 David van der SpoelMoved mdatom.h from legacyheader/types to mdtypes.
2015-11-20 David van der SpoelMoved legacyheaders/types/energy.h to mdtypes.
2015-11-19 Mark AbrahamSimplified init and mdrun code
2015-11-18 Berk HessRemoved Reaction-Field-nec
2015-11-16 Mark AbrahamFix use of #if vs #ifdef
2015-11-16 Mark AbrahamRemove t_adress
2015-11-16 Mark AbrahamFix AlignedAllocator with MSVC2015 debug mode
2015-11-16 Erik LindahlRemove unused code detected by PGI compiler
2015-11-16 Mark AbrahamRemoved state_global from mdrun energy-summation
2015-11-16 Mark AbrahamRemove "support" for twin-range with VV integrators
2015-11-16 Mark AbrahamMerge branch release-5-1
2015-11-15 Mark AbrahamRemove AdResS
2015-11-15 Teemu MurtolaAdd EnumOption with support for proper enum types
2015-11-15 David van der SpoelMerged legacyheaders/types/inputrec.h into mdtypes...
2015-11-15 Mark AbrahamMove responsibility for FFT description string
2015-11-15 David van der SpoelMerged legacyheaders/types/state.h into mdtypes/state.h
2015-11-14 Mark AbrahamMoved all cool stuff to its own file
2015-11-14 Mark AbrahamFix walltime measurement with bgclang
2015-11-14 Teemu MurtolaMove network.h to gmxlib/
2015-11-14 Berk HessOptimized the bonded thread force reduction
2015-11-14 Teemu MurtolaMove gmx_ga2la.h to domdec/
2015-11-13 Carsten KutznerIon/water position swapping for multiple ion types...
2015-11-13 David van der SpoelReplaced atom_id by int.
2015-11-13 Teemu MurtolaRemove t_commrec dependency from cmdlineinit.cpp
2015-11-13 Teemu MurtolaMove gmx_detect_hardware.h to gmxlib/
2015-11-13 Teemu MurtolaMove nonbonded.h to gmxlib/nonbonded/
2015-11-13 Teemu MurtolaMerge types/nsgrid.h into nsgrid.h
2015-11-13 David van der SpoelMoved genborn.h to mdlib
2015-11-12 David van der SpoelMoved txtdump.* to fileio.
2015-11-12 David van der SpoelMoved copyrite.* to fileio from gmxlib and legacyheaders.
2015-11-11 David van der SpoelMoved inputrec.* from gmxlib and legacyheaders to mdtypes.
2015-11-11 Mark AbrahamMerge release-5-0 into release-5-1
2015-11-11 Berk HessFixed (harmless) fp exception in wallcycle_sum
2015-11-11 Teemu MurtolaSupport inspecting expected error messages in tests
2015-11-11 Teemu MurtolaRemove build system for boost
2015-11-10 David van der SpoelRemoved legacyheaders/typedefs.h
2015-11-10 Teemu MurtolaRemove remaining boost dependencies
2015-11-09 Berk HessCorrect LINCS dHdl contribution
2015-11-07 Teemu MurtolaRemove misc. copyrite.h functions
2015-11-07 Teemu MurtolaMove gmx_omp_nthreads.h and gmx_thread_affinity.h to...
2015-11-06 Teemu MurtolaMove PBC enums to pbc.*
2015-11-06 Teemu MurtolaMove ns.h and nsgrid.h to mdlib/
2015-11-06 Teemu MurtolaMove force.h and vsite.h into mdlib/
2015-11-05 Teemu MurtolaMove types/rgb.h to fileio/
2015-11-05 Mark AbrahamMove DD hashing to domdec module
2015-11-05 Vedran MiletićUpdate explanation of replica exchange output
2015-11-05 Vedran MiletićDocument gmx_repl_ex struct
2015-11-05 Mark AbrahamHandle another unused variable
2015-11-04 Teemu MurtolaMerge "Merge branch release-5-1"
2015-11-04 Mark AbrahamMerge branch release-5-1
2015-11-04 Mark AbrahamEven less moving from unique_ptr
2015-11-04 Szilard PallTweak NVML-related messages
2015-11-04 Mark AbrahamFix icc 16 issues
2015-11-04 Mark AbrahamStop moving from unique_ptr when copy elision works
2015-11-03 David van der SpoelMoved df_history utility routines from typedefs to...
2015-11-03 Mark AbrahamQuiet warnings with clang-3.7
2015-11-03 Berk HessFix no wallcycle support
2015-11-03 Berk HessRemoved nbnxn kernel blendv optimization
2015-11-03 Mark AbrahamMerge branch release-5-1
2015-11-03 James W. BarnettOutput replica exchange order description to debug
2015-11-02 Berk HessFix intermolecular interactions with small mols
2015-11-02 Teemu MurtolaReplace boost::exception_ptr with std::exception_ptr
next