AMBER18 & AMBERTOOLS18 Installation-Linux System
AMBER18 & AMBERTOOLS18 Installation-Linux System
Exit save
source ~ / .bashrc activation
should be noted here that the python version must be above 2.7. You can view detailed commands by viewing
./configure to indicate
that two files will be generated after running, one is amber.sh and one is amber .csh
source /home/liwen/amber18/amber.sh
Here we should pay attention to modify the command according to your own amber18 installation path
or directly add amber.sh to the ~ / .bashrc file to avoid source amber.sh file every time.
Make install
make test
run after running antechamber command to see if amber is installed, if this command can be executed, it is installed,
if not, check the environment variables in ~ / .bashrc Path, and whether the amber.sh file was sourced before.
################################################################%%%%%%%%%%%%
installation method of the dynamic software Amber18. Although there are only a few steps, the process is quite
difficult, and it is easy to report errors during the installation.
After the operation is completed, the amber18 directory will be generated in the directory
Then set environment variables and add in ~ / .bashrc
2. Configuration
Here you can see the choice of compiler, it is strongly recommended to use intel compilation (because I have
reported other errors). Moreover, if the Intel version is 12-17 , the 18 version will report an error. The following is
about python, it is best to have already installed python , otherwise during the configuration process, you will be
asked if you want to install minicanda, and there will be some unnecessary troubles and errors.
command:
make install
This step may take 40 minutes. After compilation, amber.csh and amber.sh will be
generated in the directory.
4. Test
command:
make test
This step may take more than an hour.
https://blog.csdn.net/wzl1997/article/details/102708269
@@@@@@@@@@@@###########################################@@@@@@@@@@@@@
The AMBER molecular dynamics package was written by Peter A Kollman and
colleagues at the University of California San Francisco (UCSF). The program is
comprehensive and contains about 60 programs that work in coordination with each
other. It has now evolved to version 17. The AMBER function covers a wide variety of
biological molecules, including proteins, accounting and small drug molecules.
Hardware environment:
Hardware environment:
Compile dependencies
make clean
make install
cd test
make test
#install amber16
export AMBERHOME=/home/aspirin/amber/amber16
export PATH=AMBERHOME/bin:$PATH
source /home/aspirin/amber/amber16/amber.sh
running result
for reference only!
######################^^^^^^^^^###########################@@@@@@@@
Ubuntu 18.04 LTS installation and configuration driver, CUDA9.1 and Amber18 &
AmberTools18
Table of Contents
Environment
2. Driver installation
2.5. Installation
3. CUDA9.1 installation
Environment
Hardware: GPU: Quadro P600
System: Ubuntu 18.04
2. Driver installation
2.1 Driver
Download: https://www.nvidia.com/download/driverResults.aspx/
132541/
2.2. Delete the original NVIDIA driver
sudo apt-get remove --purge nvidia*
blacklist nouneau
carried out
sudo update-initramfs -u
Restart
lsmod | grep nouveau # No output means disable takes effect, it must be executed after restart
Install only driver files, not OpenGL files. This parameter is the most important
Don't check X service when installing driver
Nouveau is not checked when installing the driver
3. CUDA9.1 installation
Ubuntu18.04By default GCC-7.3.0, because it is CUDA 9.1not supported GCC-7, you need to install a lower
version 5or <= 6.3.0set it as the default version.
3.1 CUDA9.1 Download:
https://developer.nvidia.com/cuda-91-download-archive?target_os=Linux
3.2 Run terminal input command to install in cuda download
directory
sudo sh cuda_9.1.85_387.26_linux.run
After reading the agreement, select accept, in addition to installing the nvidia driver and installing
NVIDIA_CUDA-9.1_Samples, select Yes, and then select all to successfully install it;
#CUDA9.1
export CUDA_HOME=/usr/local/cuda-9.1
export PATH=/usr/local/cuda-9.1/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda-9.1/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH="/usr/local/cuda-9.1/lib:${LD_LIBRARY_PATH}"
Finally it appears: Result = PASS. deviceQuery, CUDA Driver = CUDART, CUDA Driver
Version = 10.0, CUDA Runtime Version = 9.1, NumDevs = 1 Result = PASS
apt-get install bison bc csh flex gfortran g++ xorg-dev zlib1g-dev libbz2-dev patch
python
#Amber18
test -f /opt/amber18/amber.sh && source /opt/amber18/amber.sh
export AMBERHOME=/opt/amber18
export CUDA_HOME=/usr/local/cuda
export PATH=$PATH:$CUDA_HOME/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CUDA_HOME/lib64
cd amber18
cd amber18
cd amber18
Parallel
make test
https://blog.csdn.net/u012325865/article/details/103456040
############$$$$$$$$$$$$$$$@@@@@@@@@@@@@@$$$$$$$$$$$$$$$$$@@@@@@@@@@
Gromacs 5.1.4 GPU accelerated version installation under CentOS7
Hardware environment:
Install dependencies
Kernel dependencies
yum install kernel-headers
yum install kernel-devel
Compile dependencies
yum install gcc
yum install gcc-c++
yum install gcc-gfortran
yum install cmake
yum install blas-devel
yum install lapack-devel
yum install boost-devel
yum install libxml2-devel
yum install libpng-devel
yum -y install doxygen
Compile and install Gromacs-5.1.4
running result
https://blog.csdn.net/u012325865/article/details/73028480
cuda ins
https://blog.csdn.net/u012325865/article/details/73034018