77 Commits

Author SHA256 Message Date
dimstar_suse 9b6856fb42 Accepting request 538872 from science
OBS-URL: https://build.opensuse.org/request/show/538872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=37
2017-11-07 08:58:02 +00:00
dimstar_suse 1b5a9d87e4 Accepting request 536517 from science
fixed build failure caused by openmpi

OBS-URL: https://build.opensuse.org/request/show/536517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=36
2017-10-25 15:48:55 +00:00
dimstar_suse 496b4f5544 Accepting request 526433 from science
1

OBS-URL: https://build.opensuse.org/request/show/526433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=35
2017-09-17 20:38:04 +00:00
maxlin_factory 5fbd882745 Accepting request 515274 from science
1

OBS-URL: https://build.opensuse.org/request/show/515274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=34
2017-08-10 12:06:06 +00:00
dimstar_suse f971292cd6 Accepting request 494476 from science
1

OBS-URL: https://build.opensuse.org/request/show/494476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=33
2017-05-16 12:43:27 +00:00
dimstar_suse 3fdacedd27 Accepting request 479436 from science
1

OBS-URL: https://build.opensuse.org/request/show/479436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=32
2017-03-16 08:42:41 +00:00
dimstar_suse d7b23a7eaf Accepting request 438899 from science
1

OBS-URL: https://build.opensuse.org/request/show/438899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=31
2016-11-10 12:18:58 +00:00
dimstar_suse dd411e4b7f Accepting request 423167 from science
1

OBS-URL: https://build.opensuse.org/request/show/423167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=30
2016-09-01 12:02:34 +00:00
dimstar_suse fe88288a55 Accepting request 339016 from science
1

OBS-URL: https://build.opensuse.org/request/show/339016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=29
2015-10-19 20:51:24 +00:00
Stephan Kulow 36d6d316b2 Accepting request 256827 from science
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/256827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=28
2014-10-16 16:14:57 +00:00
Stephan Kulow 89aa13e92a Accepting request 247937 from science
1

OBS-URL: https://build.opensuse.org/request/show/247937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=27
2014-09-08 19:28:55 +00:00
Stephan Kulow a3d145990e Accepting request 221759 from science
(forwarded request 221740 from cjunghans)

OBS-URL: https://build.opensuse.org/request/show/221759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=25
2014-02-11 10:19:37 +00:00
Stephan Kulow e9b6504431 Accepting request 157462 from science
- Update to 4.6.1
  Bugfix release
  - increased shared object major version to 8, #1147
  - updates to HTML manual, install guide, PDF manual, shell completions
    copious minor bug fixes
  - various build system upgrades and fixes #1143
  - new and enhanced error messages
  - fixes for AdResS bugs (neighbour list construction, flop accounting,
    multiple tf tables)
  - fixed PME timing counter issues #1125
  - fixed PME load balance reporting
  - fixed forcerec to work with tools like genion and g_disre #1136
  - various GPU performance enhancements
  - fixed sd integrator with OpenMP threading #1138
  - various minor fixes for interacting with CUDA for GPUs
  - fixes for g_tune_pme to cope with new mdrun behaviour and changed
    command-line options (for both g_tune_pme and mdrun)
  - more checks for system support for setting thread affinities
  - removed inter-flag dependency in g_order
  - fixed issues with free-energy pertubation soft-core and cut-offs #1146
  - fixed issues with md-vv + nose-hoover + (nstcalcenergy > nsttcouple)
    #1129
  - incorporated new changes from release 4.5.x branch
  - prevented building with icc 11.1 and SSE4.1 because of known problems
    #1126
  - adding warning about not building with icc version < 12 #1126
  - fixed bug sorting atoms with GPUs introduced since 4.6 #1153
  - fixed issues with automated download of regression tests #1150
  - fixed bug with DD cut-off check and PME dynamic load balancing #1169 (forwarded request 157461 from kwk)

OBS-URL: https://build.opensuse.org/request/show/157462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=23
2013-03-06 08:35:59 +00:00
Stephan Kulow 93ea214024 Accepting request 150933 from science
- Update to 4.6
  New features
  - New Verlet non-bonded scheme which, by default, uses exact cut-off's
    and a buffered pair-list.
  - Multi-level hybrid parallelization (MPI + OpenMP + CUDA):
    full OpenMP multithreading with the Verlet scheme;
  - OpenMP mulitthreading for PME-only nodes with the group scheme;
    native GPU acceleration using CUDA (supporte NVIDIA hardware).
  - New x86 SIMD non-bonded kernels for the usual cut-off scheme, called
    group scheme and the new verlet scheme, use x86 SIMD intrinsics (no
    more assembly code):
    SSE2
    SSE4.1
    AVX-128-FMA (for AMD Bulldozer/Piledriver)
    AVX-256 (for Intel Sandy/Ivy Bridge)
  - Automated OpenMP thread count choice to use all available cores.
  - Automated CPU affinity setting: locking processes or threads to cores.
  - Automated PP-PME (task) load-balancing: balancing non-bonded force and
    PME mesh workload when the two are executed on different
    compute-resources (i.e CPU and GPU or different CPUs). This enables
    GPU-CPU and PP-PME process load balancing by shifting work from the
    mesh to the non-bonded calculation.
  - PPPM/P3M with analytical derivative at the same cost and with the same
    features as PME.
  - New, advanced free energy sampling techniques.
  - AdResS adaptive resolution simulation support.
  - Enforced rotation ("rotational pulling")
  - Build configuration now uses CMake, configure+autoconf/make no longer
    supported. (The CMake build system features with a lot of automation
    and cleverness under the hood and we know that the it might not always (forwarded request 150931 from kwk)

OBS-URL: https://build.opensuse.org/request/show/150933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=22
2013-02-04 19:16:48 +00:00
Ismail Dönmez e88dc49f7b Accepting request 134106 from science
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/134106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=20
2012-09-14 10:25:55 +00:00
Stephan Kulow 6213213417 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=18
2011-12-06 17:16:21 +00:00
Sascha Peilicke 5f3e887b26 Accepting request 84316 from Education
- Clean up spec file
- Update to 4.5.5
  - Improved pdb2gmx -chainsep option and reintroduced the -merge option.
  - Fixed mdrun file appending truncating files to 0 bytes when
    continuation runs stopped before writing new output.
  - Fixed COM pulling with multiple constraints checking the
    convergence of one constraint instead of all.
  - Fixed some dihedrals in sugars in Gromos53a5/6 working on the
    wrong atoms.
  - AmberGS force field is now based on Amber94 instead of Amber96.
  - Moved hydrogens in Charmm27 protein termini to separate charge
    groups and added ACE and CT3 residue types.
  - Many small fixes which avoid termination with fatal errors or
    crashes in mdrun and tools.
  - Many small updates to the manual pages of programs. (forwarded request 84299 from kwk)

OBS-URL: https://build.opensuse.org/request/show/84316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=16
2011-09-22 08:46:04 +00:00
Lars Vogdt 9f701fde27 Accepting request 83035 from Education
OBS-URL: https://build.opensuse.org/request/show/83035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=15
2011-09-19 19:22:50 +00:00
darix 330bc0d666 Autobuild autoformatter for 53680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=13
2010-11-22 16:19:23 +00:00
darix f18d17c5bd Accepting request 53680 from Education
Accepted submit request 53680 from user anubisg1

OBS-URL: https://build.opensuse.org/request/show/53680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=12
2010-11-22 16:19:18 +00:00
OBS User autobuild 67a12497b9 Autobuild autoformatter for 51980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=11
2010-11-02 15:16:41 +00:00
Ruediger Oertel 16b1f261e4 Accepting request 51980 from Education
Accepted submit request 51980 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=10
2010-11-02 15:16:34 +00:00
OBS User autobuild f65874181f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=7 2010-03-18 14:51:15 +00:00
OBS User unknown bdd5de4582 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=5 2009-07-17 15:59:23 +00:00
OBS User unknown 58aeb52fba OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=4 2009-01-12 00:57:24 +00:00
OBS User unknown fb4fe956cd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=3 2008-10-08 09:46:14 +00:00
OBS User unknown 83aaad5637 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromacs?expand=0&rev=1 2007-01-15 23:15:47 +00:00