Schrödinger Local Installation Guide
Prerequisites: * Server license is already installed and configured for the group. * User needs a personal
Molecular Modeling Lab |
Prerequisites:
Download Schrodinger Suite
1. Create an Account on Schrödinger's Website
2. Download Schrödinger Suite
Downloads
folder:/home/username/Downloads/
Step-by-Step Guide for Installation
1. Extract the Schrödinger Installation Package
Downloads
directory using the following command:cd /home/username/Downloads
tar -xvf schrodinger_package_name.tar
2. Create Installation and Scratch Directories
mkdir -p /home/username/soft/INSTALL_DIRECTORY
mkdir -p /home/username/scratch
3. Install Schrödinger
cd /home/username/Downloads/schrodinger_package_name
./INSTALL
- When prompted, specify the installation directory you created earlier:
Set Up the Environment and Verify the Installation
.bashrc
file. Add the following lines at the end:## SCHRODINGER INSTALLATION ##
export SCHRODINGER=“/home/username/soft/INSTALL_DIRECTORY”
export SCHRODINGER_SCRATCH=“/home/username/scratch”
export PATH=“$SCHRODINGER:$PATH”
.bashrc
file:source /home/username/.bashrc
$SCHRODINGER/machid
$SCHRODINGER/utilities/query_gpgpu -a
License Installation and Status Check
1. Install the License
$SCHRODINGER/licadmin install -c SERVER_NAME:53001
SERVER_NAME
with the actual server name where the license server is running.53001
is the default port used by Schrödinger's license server.2. Verify the License Status
$SCHRODINGER/internal/bin/lictool status --licsrv-hostport SERVER_NAME:53001