How To Install Gaussian 09 Linux Ubuntu

admin

Noti dlya bayana pesni listjya zheltie 7. If you have gaussian for linux (e.g. G09D), then you can set up a small linux installation on windows, install gaussian there and run formchk in the linux environment. The guide assumes that you don't really know much about linux, or virtual machines.

The only dependency needed will be csh and the build-tools, that are by default included in ubuntu desktop. These instructions are applicable to 64 bit UNIX binaries. You can apply the following instructions to Gaussian 16 installation by simply substitute 09 with 16. Dienstglas 7x50. Sudo apt update sudo apt install csh We will insert the environment variables (NOTE: don't place '/' at the end of each directory): /bin/csh setenv mntpnt '/media/$user/CDROM' #where the installation cd will be mounted, replace $user with yours setenv g09root '/home/$user' #set the install location, I like to use my home folder as it keeps by default user and group ownerships Now that the variables are set we will extract the package in gaussian09 root directory.

Gaussian

Cd $g09root gunzip -c $mntpnt/tar/*.tgz tar xvf - chgrp -R $userGroup g09 #replace with the group of the previously defined $user cd g09./bsd/install To run the program we will create a file called '.login' in the g09 folder with additional environment variables. Write the following: g09root='/home/$user' GAUSS_SCRDIR='/tmp' export g09root GAUSS_SCRDIR. $g09root/g09/bsd/g09.profile Now import it to your bash profile source.login At this point the application is working if you go to the location /home/$user/g09 and source the.login file. But the sh will 'forget' these variables at every new session. This is really not cool at all. We will try to make that as painless as possible: cd $HOME nano.bash_alianses And write the following: alias sourceg09='source /home/$user/g09/.login' At this point everytime you open a new terminal window is enough to type 'sourceg09' to source the.login file. PS: I tried to install both 09 and 16 on the same machine and I runned into a problem at the time of recording the variable g16root.

First follow in order all the instruction and at the end edit the '.profile' file in the $HOME directory and include the path at the end of the file. So do the followinng cd $HOME nano.profile Write at the end: g16root='$HOME' export g16root A system reboot will ensure that the '.profile' file will be sourced automatically. We can now test the installation. Cd $g09root cd /g09/tests/com g09 $test.com Look out for the output $test.log file. Read by this author.