From 2750c2b572fb0343109c4462d891b56b39803bbf Mon Sep 17 00:00:00 2001 From: Szilard Pall Date: Mon, 31 May 2010 19:11:35 +0200 Subject: [PATCH] minor fixes in ditribution files --- COPYING-GPU | 10 +++++----- INSTALL-GPU | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/COPYING-GPU b/COPYING-GPU index f196b693cc..d241a7b257 100644 --- a/COPYING-GPU +++ b/COPYING-GPU @@ -11,12 +11,12 @@ License, a copy of this license can be found in the file COPYING. 2. The memtestG80 library -The memtestG80 library written by Imran Haque is Copyright 2009, Stanford University, -covered by the LGPL license and may be used under the following terms: +The memtestG80 library, written by Imran Haque, is Copyright 2009 Stanford University, +covered by the LGPL license. It may be used under the following terms: IN NO EVENT SHALL STANFORD UNIVERSITY BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF STANFORD UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -STANFORD UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOTLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION PROVIDED HEREUNDER IS PROVIDED "AS IS". Folding@home HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +STANFORD UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION PROVIDED HEREUNDER IS PROVIDED "AS IS". Folding@home HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. Restrictions: @@ -32,7 +32,7 @@ available at http://www.gnu.org/licenses/lgpl-3.0.txt. 3. OpenMM (binary distributions only) There are several licenses which cover different parts of OpenMM as described -in the file openmm/licenses/Licenses.txt accompanying the binary discribution. +in the file openmm/licenses/Licenses.txt accompanying the binary distribution. 4. FindCUDA.cmake script @@ -48,4 +48,4 @@ The FindCUDA.cmake script may be used under the terms of the MIT License: Scientific Computing and Imaging Institute, University of Utah This code is licensed under the MIT License. See the FindCUDA.cmake script - for the text of the license. \ No newline at end of file + for the text of the license. diff --git a/INSTALL-GPU b/INSTALL-GPU index 4b8f35cc42..08c5b248be 100644 --- a/INSTALL-GPU +++ b/INSTALL-GPU @@ -9,11 +9,11 @@ http://www.gromacs.org/gpu * INSTALLING FROM BINARY DISTRIBUTION: 0. Prerequisites: - • OpenMM (included in the binary release) - • NVIDIA CUDA libraries (version >=3.0); - • NVIDIA driver (for details on compatiblity consult + - OpenMM (included in the binary release) + - NVIDIA CUDA libraries (version >=3.0); + - NVIDIA driver (for details on compatiblity consult http://www.nvidia.com/Download/index5.aspx); - • NVIDIA CUDA-enabled GPU (for compatiblity list see + - NVIDIA CUDA-enabled GPU (for compatiblity list see http://www.gromacs.org/gpu). @@ -46,12 +46,12 @@ to the openmm/lib/plugins directory, e.g. in bash: export OPENMM_PLUGIN_DIR=PATH_TO_GROMACS/openmm/lib/plugins -4. At this point, running the command +4. At this point, running the command: PATH_TO_GROMACS/bin/mdrun-gpu -h -should display the standard mdrun help which means that the binary -runs and all the necessary libraries are accessible. +should display the standard mdrun help which means that all the +necessary libraries are accessible. -- 2.11.4.GIT