Skip to content

NWChem 7.0.0

Compare
Choose a tag to compare
@edoapra edoapra released this 26 Feb 21:23
· 1 commit to release-7-0-0 since this release
2c9a1c7

The NWChem 7.0.0 release is now available.

Documentation available at
https://github.com/nwchemgit/nwchem/wiki

Please use the Github Issues feature to file bugs, feedback, etc ... at
https://github.com/nwchemgit/nwchem/issues

Release notes at
https://raw.githubusercontent.com/nwchemgit/nwchem/release-7-0-0/release.notes.7.0.0

The last two files labelled as "Source code" are to be used only by experienced software developers

We recommend to download the file (containing just the source code)
https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem-7.0.0-release.revision-2c9a1c7c-srconly.2020-02-26.tar.bz2

QA tests, examples and the rest of the release files can be found in
https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem-7.0.0-release.revision-2c9a1c7c-nonsrconly.2020-02-26.tar.bz2

If you would rather download all the release files at once, please download the 138 MB file
https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem-7.0.0-release.revision-2c9a1c7c-src.2020-02-26.tar.bz2

Installation instructions for the precompiled packages on Ubuntu Xenial

sudo apt -y install curl  python3-dev gfortran  mpi-default-bin mpi-default-dev libopenblas-dev ssh

curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem-data_7.0.0-3_all.ubuntu_xenial.deb
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem_7.0.0-3_amd64.ubuntu_xenial.deb

sudo dpkg -i nwchem-data_7.0.0-3*_xenial.deb nwchem_7.0.0-3*_xenial.deb

Installation instructions for the precompiled packages on Ubuntu Bionic

sudo apt -y install curl  python3-dev gfortran  mpi-default-bin mpi-default-dev libopenblas-dev ssh

curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem-data_7.0.0-3_all.ubuntu_bionic.deb
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem_7.0.0-3_amd64.ubuntu_bionic.deb

sudo dpkg -i nwchem-data_7.0.0-3*_bionic.deb nwchem_7.0.0-3*_bionic.deb