Axel Kohlmeyer
319508bd29
fix scoping ambiguity issue that confuses nvcc
2017-11-30 10:56:58 -05:00
Steve Plimpton
c4c59b909e
Merge pull request #716 from akohlmey/collected-small-changes
...
Collected small changes and bugfixes for next patch
2017-11-13 09:00:26 -07:00
Axel Kohlmeyer
b34000a5e1
make *_gpu_reinit() functions consistent in returning void. correct prototypes in src/GPU, too.
...
this supersedes and closes #719
2017-11-04 02:49:22 -04:00
Axel Kohlmeyer
2dbb44f2c6
provide Makefile.lammps template for use with bundled linalg lib
2017-10-24 13:38:04 -04:00
Axel Kohlmeyer
d1630bbe34
add missing BLAS/LAPACK functions used by LATTE to linalg lib
2017-10-24 13:22:20 -04:00
Giacomo Fiorin
f479f02589
Fix a Colvars error that was hidden by the previous segfault
2017-10-20 13:41:31 -04:00
Giacomo Fiorin
6e7504f153
Import segfault fix in Colvars module
2017-10-19 08:09:44 -04:00
Giacomo Fiorin
3e89b270fd
Update Colvars to version 2017-10-11
...
Notable features are the umbrella-integration based free energy estimator for
eABF, and the traditional thermodynamic integration estimator now available
for umbrella sampling, SMD, metadynamics. Also included are several small fixes.
Below is a list of relevant commits in the Colvars repository since the last update.
321d06a 2017-10-10 Add macros to manage colvarscript commands [Giacomo Fiorin]
26c3bec 2017-10-09 Document coming availability of Lepton in LAMMPS [Giacomo Fiorin]
cc8f249 2017-10-04 Clarify that SMP depends on code build [Giacomo Fiorin]
0b2ffac 2017-10-04 Summarize colvar definition options, clarify some details [Giacomo Fiorin]
28002e0 2017-10-01 Separate writing of restart file from other output (e.g. PMFs) [Giacomo Fiorin]
92f7c1d 2017-10-01 Deprecate colvarsTrajAppend [Giacomo Fiorin]
12a707f 2017-09-26 Accurate Jacobian calculation for RMSD variants [Jérôme Hénin]
fe389c9 2017-09-21 Allow subtractAppliedForce with extended-L again [Jérôme Hénin]
c050ce0 2017-09-18 Silence compiler warnings, remove Tabs [Giacomo Fiorin]
cb41905 2017-01-11 Add base class for TI estimator in other biases than ABF [Giacomo Fiorin]
a1bc676 2017-09-14 Avoid writing to unopened traj file [Jérôme Hénin]
b58d8cd 2017-09-08 Function to check for overlapping groups [Jérôme Hénin]
1e5efec 2017-09-07 Check for overlapping groups in coordNum [Jérôme Hénin]
03a61a4 2017-04-06 Add UI-based estimator [fhh2626]
ae43754 2017-08-17 Fix outputCenters parsing [Josh Vermaas]
1619e0e 2017-08-14 Delete static feature arrays in cvm destructor [Jérôme Hénin]
2017-10-13 13:45:10 -04:00
Steve Plimpton
18ca2292c2
Merge pull request #686 from giacomofiorin/lepton-library
...
Add Lepton library within lib/colvars
2017-10-13 09:48:42 -06:00
Giacomo Fiorin
d90aad887e
Add Lepton library within lib/colvars
2017-10-09 15:25:43 -04:00
Ryan S. Elliott
775a15b9da
Update lib/kim for kim-api-v1.9.2
2017-10-09 14:06:30 -05:00
Steve Plimpton
439c2fd980
Merge pull request #677 from stanmoore1/kk_update
...
Update to Kokkos r2.04.04 and add workaround for performance regression
2017-10-05 17:10:00 -06:00
Stan Moore
a55adf4a68
Update to Kokkos r2.04.04 and add workaround for performance regression
2017-10-03 11:30:00 -06:00
Axel Kohlmeyer
e6969002ce
having plain filelink instead of filelink.o confuses KOKKOS linking with nvcc
2017-09-25 19:37:37 -04:00
Steve Plimpton
ee487ef4aa
Merge pull request #652 from junghans/latte
...
Add LATTE fix
2017-09-22 10:32:19 -06:00
Steve Plimpton
a8ae886667
update fix latte examples and virial
2017-09-21 10:40:54 -06:00
Steve Plimpton
dd49d54889
new SNAP potentials and examples
2017-09-20 08:54:30 -06:00
Axel Kohlmeyer
59d2e13d48
add .gitignore and add Makefile.lammps.* symlinks to stay consistent with other libraries
2017-09-19 19:06:02 -04:00
Steve Plimpton
ac897ea645
LATTE package doc update and some small code changes
2017-09-19 16:27:25 -06:00
Axel Kohlmeyer
be96486d66
compile all objects in the GPU library with -fPIC for building shared object
2017-09-19 11:24:48 -04:00
Axel Kohlmeyer
48dd824b26
ignore generated header files with OpenCL kernels
2017-09-19 11:24:38 -04:00
Christoph Junghans
02665e45a4
fix doc in lib/latte/Makefile.lammps.*
2017-09-15 17:52:14 -06:00
Christoph Junghans
17aeccf19f
Merge remote-tracking branch 'origin/master' into latte
2017-09-15 16:18:13 -06:00
Giacomo Fiorin
f1fce64ff9
Fix small typo to calculation of accumulated work in Colvars
2017-09-14 12:58:00 -04:00
Steve Plimpton
f971cd6e45
Merge pull request #647 from rbberger/gpu_opencl_2
...
Use OpenCL 2.x API in GPU package when supported
2017-09-12 10:56:13 -06:00
Steve Plimpton
e927794696
Merge pull request #643 from andeplane/gpu_opencl_compile_fix
...
Fixed OpenCL compilation issues with __global keywords
2017-09-12 10:31:22 -06:00
Richard Berger
84b84c10db
Use OpenCL 2.x API in GPU package when supported
2017-09-09 19:53:56 -04:00
Christoph Junghans
2f6be88c4a
Merge remote-tracking branch 'origin/master' into exaalt
2017-09-08 07:04:12 -06:00
Richard Zamora
7b1542a0ba
merging stable and exaalt branches into exaaltstable
2017-09-07 16:31:50 -06:00
Anders Hafreager
dbc60d949f
Fixed OpenCL compilation issues with __global keywords
2017-09-06 15:08:02 +02:00
Stan Moore
cbf3646806
Merge branch 'master' into USER-DPD_kokkos
2017-08-23 15:20:56 -06:00
Steve Plimpton
b6c93f96cf
Merge pull request #629 from stanmoore1/kokkos_update
...
Update Kokkos library to v2.04.00
2017-08-23 14:39:42 -06:00
Axel Kohlmeyer
e88ff8d6f9
correct embedded help for GPU lib Install.py
2017-08-23 15:20:30 -04:00
Stan Moore
5c985946d5
Merge branch 'master' into USER-DPD_kokkos
2017-08-22 13:50:19 -06:00
Stan Moore
090c792d90
Update Kokkos library to v2.04.00
2017-08-22 13:42:02 -06:00
Steve Plimpton
c46d5ff422
Merge pull request #612 from giacomofiorin/colvars-update-2017-08-10
...
Minor fixes to Colvars module
2017-08-17 11:32:38 -06:00
Steve Plimpton
dd67989c76
Merge pull request #601 from stanmoore1/kokkos_update
...
Update Kokkos library to v2.03.13
2017-08-17 11:32:18 -06:00
Steve Plimpton
00aafef1a8
Merge pull request #597 from ndtrung81/three-body-short-nlist
...
Implementing short neighbor lists for three-body gpu styles
2017-08-17 11:31:59 -06:00
Tim Mattox
4041db8d1a
Merge branch 'master' into USER-DPD_kokkos as of patch 10Aug17
2017-08-11 13:25:28 -04:00
Axel Kohlmeyer
c6d923b6c8
make download function more resilient by also catching failed execution
2017-08-10 21:15:35 -04:00
Axel Kohlmeyer
6d24be8bb7
whitespace cleanup
2017-08-10 21:14:40 -04:00
Giacomo Fiorin
da01be7c18
More robust change from initial to target restraint centers in Colvars
2017-08-10 09:22:53 -04:00
Axel Kohlmeyer
146aa4cdbd
fall back to wget when curl is not available
2017-08-10 09:05:23 -04:00
Axel Kohlmeyer
2f3747eb6e
we need to override compiler flags in lib/voronoi/Install.py
...
The default compiler flags in voro++'s config.mk file do not include
-fPIC, which makes it incompatible with building the shared object for
the python wrapper.
2017-08-10 08:34:46 -04:00
Axel Kohlmeyer
2bc6ad80d4
avoid writable string and deprecated implicit conversion warning
2017-08-10 07:45:21 -04:00
Axel Kohlmeyer
6780c73907
restore mpic++ makefile to resolve regression test failure
2017-08-09 07:10:08 -04:00
Axel Kohlmeyer
b7b1257b01
remove attempts to use urllib and use curl for all downloading. restore printing help with no flags.
2017-08-08 17:00:09 -04:00
Axel Kohlmeyer
30431d4edb
rework Install.py for gpu library. make it consistent with other lib folders and support python3
2017-08-08 16:57:27 -04:00
Stan Moore
8a7a831bd6
Remove redundant check in Makefile.kokkos
2017-08-08 12:57:22 -06:00
Axel Kohlmeyer
c53a84a967
update README file for lib/mscg
2017-08-08 13:55:12 -04:00