- Check that you have the correct versions of the OS, and libraries for your machine, as listed in the website G09 platform list
- Select or create a group (e.g. g09) which will own the Gaussian files inside the /etc/group. Users who will run Gaussian should either already be in this group, or should have this added to their list of groups.
- Create a Directory to place g09 and gv (For example gaussian). You can do it by using a command
mkdir gaussian
- Mount the Gaussian CD using commands like this one
mount /mnt/cdrom
- Within the CD, you can copy the gaussian binary contents (E64_930N.TGZ) out into your newly created gaussian directory.
- Untar it by using the command
tar -zxvf E64_930N.TGZ
- Change ownership for the newly created g09 directory from step 6.
chgrp -Rv g09 g09
- Install
cd g09 ./bsd/install
- Set the environment for users login
touch .login
Place the below contents into the .login
g09root=/usr/local/gaussian/ GAUSS_SCRDIR=/scratch/$USER export g09root GAUSS_SCRDIR . $g09root/g09/bsd/g09.profile
- Put it in your .bash_profile
source .login
Manual setup of TCP LINDA for Gaussian
To configure for TCP Linda for Gaussian to run Parallel on Nodes, all you need is to tweak the ntsnet and LindaLauncher file found at g09 directory. For TCP Linda to work in Gaussian, just make sure the LINDA_PATH is correct.
- ntsnet is found $g09root/ntsnet (where $g09root = /usr/local/gaussian/g09 in my installation)
- LindaLauncher is found in $g09root/linda8.2/opteron-linux/bin/LindaLauncher (where $g09root = /usr/local/gaussian/g09 in my installation)
- flc is found at $g09root/opteron-linux/bin/flc
- pmbuild is found at $g09root/opteron-linux/bin/pmbuild
- vntsnet is found at $g09root/opteron-linux/bin/vntsnet
LINDA_PATH=/usr/local/gaussian/g09/linda8.2/opteron-linux/
Auto-Install for Gaussian. This can also be found at Gaussian Installation Notes
# cd /usr/local/gaussian/g09 # ./bsd/install
Put the .tsnet.config in your home directory.
# touch .tsnet.config
Tsnet.Appl.nodelist: n01 n02 Tsnet.Appl.verbose: True Tsnet.Appl.veryverbose: True Tsnet.Node.lindarsharg: ssh Tsnet.Appl.useglobalconfig: True
No comments:
Post a Comment