Gaussview5 in local linux 64-bit machines: Difference between revisions

From Wiki
Jump to navigation Jump to search
New page: go back to Main Page, Computational Resources, Computational Codes, GAUSSIAN '''This is to be done only into local computers in our research institute''' '''They are cov...
 
No edit summary
Line 1: Line 1:
go back to [[Main Page]], [[Computational Resources]], [[Computational Codes]], [[GAUSSIAN]]
go back to [[Main Page]], [[Computational Resources]], [[GUIS]], [[Gauss View]]





Revision as of 16:40, 18 December 2009

go back to Main Page, Computational Resources, GUIS, Gauss View


This is to be done only into local computers in our research institute

They are covered by our license.

DO NOT COPY THIS SOFTWARE ANYWHERE ELSE!

SETTING UP gaussview in your local linux machine

1. Create a usergroup named gaussian in your local machine. Put the users that want to use gv5 in this group. Usually yourself.

2. Copy the file from the repository into the /usr/local directory tree.

Example

  a) mkdir /apps/gaussview5
  b) cd /apps/gaussview5
  c) scp tccguest@aliga.iciq.es:/users_area/gaussian/gaussview5-linux64/gv5.tgz .
  d) tar -xzvf gv5.tgz

3. Change the group owner of the /apps/gaussview5/gv folder to gaussian chgrp -R gaussian /apps/gaussview5/gv

4. Check the file /apps/gaussview5/gv/gv5 and copy it to some directory in your execution path.

Example:

  vi /apps/gaussview5/gv/gv5
  cp apps/gaussview5/gv/gv5 /usr/local/bin

3. Try to execute gv5. If it misses some shared library, try to find them in internet and put them in /usr/local/g03.C02/gv5/lib

4. If it does not work, you may have insoluble problems with your graphic set-up. Bad luck.