Jump to content

Mod:Hunt Research Group/gview

From ChemWiki

How to... use gaussview directly on the HPC

In case you are a gussview user, and would like to have a look at your calculations without copying them back to your local computer, you can add the line module load gaussian to your '~/.bash_profile' file on the HPC. I personally have

module load gaussview

module load gaussian

module load gnuplot

but that is your choice. These commands provide access to the respective software packages from your shell. I use a few of the gaussian commands (not gaussian itself of course) and gnuplot directly from the shell. have a look at module avail to see if there is anything you need.

Now log out and log back in.

If you have MacOS 10.5 installed you just have to type gaussview [filename.log] in any SSH session to open gaussview. If you have MacOS 10.4, it has to be a xterm session (There might be a way around this restriction, but as I have a 10.5 here, I currently can not test it).


For Windows Users with a Linux subsystem

Download and install Xming.


Inlcude the following line in your .bashrc/.zshrc on your local computer


export DISPLAY=localhost:0.0


Start up Xming before opening a terminal window. ssh into the hpc and follow the instructions above.