Steve Plimpton
1d4d2155a2
USER-INTEL add-ons from Mike
2017-08-15 17:12:07 -06:00
Steve Plimpton
0b3f1b8a15
patch 11Aug17
2017-08-11 12:19:02 -06:00
Steve Plimpton
b209a4e246
Merge pull request #614 from akohlmey/fixes-for-stable
...
Fixes for stable
2017-08-11 08:35:20 -06:00
Axel Kohlmeyer
27553283c3
fix bug with pair_modify <style> compute not triggering the correct global change
2017-08-11 08:28:37 -04:00
Axel Kohlmeyer
df56b2d6a4
trigger relink after package library build through updating the time stamp on main.cpp
2017-08-11 08:16:20 -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
Steve Plimpton
52bec0f380
patch 10Aug17
2017-08-10 16:44:09 -06:00
Steve Plimpton
f68c6254d4
Merge pull request #611 from akohlmey/final-tweaks
...
More tweaks for stable release
2017-08-10 08:02:55 -06: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
f9a515efd3
add some remarks about makefile settings on windows
2017-08-10 07:24:24 -04:00
Axel Kohlmeyer
5b55744209
fix a header line formatting issue
2017-08-10 07:21:39 -04:00
Axel Kohlmeyer
0dc3cbaa8a
Revert "remove -DLAMMPS_MEMALIGN from "make mpi" and "make serial" for increased portability"
...
This reverts commit 4e97b57508
.
2017-08-10 06:51:57 -04:00
Axel Kohlmeyer
ce62c41252
when recomputing special bonds, make certain we do not shrink atom->maxspecial and add force->special_extra only once
2017-08-10 06:47:26 -04:00
Axel Kohlmeyer
4e97b57508
remove -DLAMMPS_MEMALIGN from "make mpi" and "make serial" for increased portability
2017-08-10 05:46:42 -04:00
Steve Plimpton
7f437d7690
Merge pull request #609 from akohlmey/doc-changes-for-stable
...
Final tweaks and doc changes for stable release
2017-08-09 17:37:35 -06:00
Axel Kohlmeyer
77a628e4ef
make the deprecation warning nicer looking
2017-08-09 19:13:40 -04:00
Axel Kohlmeyer
f01103dd08
correctly use the term CUDA (instead of Cuda) when not referring to the KOKKOS device flag (which is Cuda)
2017-08-09 19:08:23 -04:00
Axel Kohlmeyer
81f4d7ecb5
rework section 4 (Packages) in the manual to match Install.py scripts
2017-08-09 19:07:20 -04:00
Axel Kohlmeyer
210a77c5a0
add a deprecation warning to pair style meam and make the reax one consistent with it
2017-08-09 16:36:51 -04:00
Axel Kohlmeyer
6780c73907
restore mpic++ makefile to resolve regression test failure
2017-08-09 07:10:08 -04:00
Axel Kohlmeyer
be25a7d9a4
updated comment for fix neb by steve
2017-08-08 20:37:20 -04:00
Steve Plimpton
691d1b730d
Merge pull request #607 from akohlmey/final-changes-for-stable
...
Final build system changes for stable release
2017-08-08 17:26:22 -06:00
Axel Kohlmeyer
95ece8a6c0
consistently use $(PYTHON) in the master makefile (which defaults to "python")
2017-08-08 17:03:52 -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
Axel Kohlmeyer
c53a84a967
update README file for lib/mscg
2017-08-08 13:55:12 -04:00
Axel Kohlmeyer
b7b62f6893
do not pollute global namespace by including mscg header in fix header
2017-08-08 13:20:25 -04:00
Axel Kohlmeyer
d2b0c287d2
add local makefile overrides to be compatible with standard suffixes
2017-08-08 13:19:44 -04:00
Axel Kohlmeyer
b3244f9c98
more lib compilation updates
2017-08-08 07:20:33 -04:00
Axel Kohlmeyer
8bba29d91e
more lib installation cleanup
2017-08-07 17:21:45 -04:00
Axel Kohlmeyer
135b1650f1
revamp of library builds
...
- remove cross compiler stuff
- make use of Install.py consistent
- provide options for Makefile.serial and Makefile.mpi that match those in src
2017-08-07 17:13:01 -04:00
Steve Plimpton
0a54c34e34
Merge pull request #600 from akohlmey/install-and-docs-reviewed
...
Installation scripts and docs reviewed for release
2017-08-07 08:02:04 -06:00
Steve Plimpton
a8f6a95cba
Merge pull request #605 from rbberger/bash_on_windows
...
Adds tutorial for using LAMMPS in Bash on Windows
2017-08-07 08:00:56 -06:00
Richard Berger
e0f9a7c34c
Adds BOW tutorial link in main menu
2017-08-07 00:06:53 -04:00
Richard Berger
aaf17bde3f
Added tutorial for using LAMMPS in Bash on Windows
2017-08-07 00:06:12 -04:00
Axel Kohlmeyer
5ad8a3332d
Merge pull request #55 from GarrettTow/patch-1
...
Fixed typo in "compute_voronoi_atom.txt"
2017-08-04 19:18:57 -04:00
GarrettTow
ca7a3a6316
Fixed typo in "compute_voronoi_atom.txt"
...
There was the typo "requiers" in the Restrictions section of compute_voronoi_atom.txt.
2017-08-04 17:48:27 -04:00
Axel Kohlmeyer
163ed27618
update .gitignore
2017-08-04 16:10:59 -04:00
Axel Kohlmeyer
23ca0099f7
more updates to kim/Install.py to restore missing functionality and align with other scripts
...
- build into local directory to replace existing installation is now default
- add wrapper function that calls curl in case python package has not ssl support
- have to specify -n flag to avoid wiping out the existing installation
- can specify -p to point to an existing kim-api installation (implies -n)
2017-08-04 14:47:32 -04:00
Axel Kohlmeyer
59ac6ef573
correct a link and a name for OpenKIM
2017-08-04 11:19:09 -04:00
Axel Kohlmeyer
2fa16bcd4c
make overlapping links to references unique to avoid anchor label errors
2017-08-04 11:11:41 -04:00
sjplimp
e84b6d8067
Merge pull request #602 from rbberger/pylammps_fixes
...
PyLammps corrections
2017-08-04 08:35:00 -06:00
Richard Berger
96d3712817
Add missing link flag
2017-07-31 15:52:44 -06:00
Richard Berger
b395ef00b4
Update tutorial_pylammps.txt
2017-07-31 15:50:14 -06:00
Richard Berger
d3169eeab3
Remove Make.py reference in PyLammps examples
...
Also fixes some regressions due to command syntax changes
2017-07-31 13:56:20 -06:00
Richard Berger
71553cf732
Fix PyLammps regression after output.cpp change
2017-07-31 13:53:41 -06:00
Axel Kohlmeyer
9bfd9267fa
update and automate the QUIP configuration so that no environment variables are needed
2017-07-28 16:11:13 -04:00