Gaussian GUI: Difference between revisions

From UFRC
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
  module load gaussian gui
  module load gaussian gui
=== Start a GUI session ===
=== Start a GUI session ===
:* Example: running Gaussview with 1 CPU, 8gb of memory, 4 hours of run time
* Example: running Gaussview with 1 CPU, 8gb of memory, 4 hours of run time
gui start -e gv -c 1 -m 8 -t 4
**<pre>gui start -e gv -c 1 -m 8 -t 4</pre>
* '''Note:''' Give the session from few seconds to a couple of minutes to start if the output is empty.
* '''Note:''' Give the session from few seconds to a couple of minutes to start if the output is empty.
$ gui show
**<pre>$ gui show</pre>
The output will look similar to the following e.g. with 1 active sessions and real passwords listed instead of 'REDACTED' in the example:  
The output will look similar to the following e.g. with 1 active sessions and real passwords listed instead of 'REDACTED' in the example:  
<div class="mw-collapsible mw-collapsed" style="width:70%; padding: 5px; border: 1px solid gray;">
''Expand this section to view sample output.''
<div class="mw-collapsible-content" style="padding: 5px;">
<pre>
<pre>
Current GUI sessions:
Current GUI sessions:
Line 25: Line 28:
Please copy a connection URL and paste it into a modern web browser's
Please copy a connection URL and paste it into a modern web browser's
location bar on your LOCAL computer located on campus or connected via OOD
location bar on your LOCAL computer located on campus or connected via OOD
</pre>
</pre></div></div>
    
    
=== Connect To GUI Session ===
=== Connect To GUI Session ===
Line 35: Line 38:
=== Stop GUI Session ===
=== Stop GUI Session ===
* To stop the GUI session, do the following, SessionID is the ID listed above, for example "1" in the above example.
* To stop the GUI session, do the following, SessionID is the ID listed above, for example "1" in the above example.
gui stop SessionID
**<pre>gui stop SessionID</pre>


'''For help with running GUI programs, please refer to: [[GUI Programs|SLURM GUI Session]'''
'''For help with running GUI programs, please refer to: [[GUI Programs|SLURM GUI Session]'''
__NOTOC__
__NOTOC__

Latest revision as of 19:17, 25 January 2023

Back to Gaussian
When starting gv via a SLURM GUI Session the following steps must be taken:

Load modules

module load gaussian gui

Start a GUI session

  • Example: running Gaussview with 1 CPU, 8gb of memory, 4 hours of run time
    • gui start -e gv -c 1 -m 8 -t 4
  • Note: Give the session from few seconds to a couple of minutes to start if the output is empty.
    • $ gui show

The output will look similar to the following e.g. with 1 active sessions and real passwords listed instead of 'REDACTED' in the example:

Expand this section to view sample output.

Current GUI sessions:
______________________________________________________________________________
#:  JobID    Application   Type  State       Reason
1: 51019979 gv            gui   RUNNING     
------------------------------------------------------------------------------
Connection URLs:
1: https://gui3.rc.ufl.edu/13132/?password=REDACTED

[[GUI_Programs#Connect_From_a_Client_Computer|Attach to the resulting xpra session from your local computer]]
______________________________________________________________________________

Please copy a connection URL and paste it into a modern web browser's
location bar on your LOCAL computer located on campus or connected via OOD

Connect To GUI Session

  • Attach to the job session in your local browser

Copy and paste a session URI into a modern browser (tested on Firefox and Chrome/Chromium) e.g.

https://gui3.rc.ufl.edu/13132/?password=REDACTED

As a result the browser tab becomes a 'desktop canvas' and the GUI program window should be visible and can be resized or maximized to the limits of the browser tab window as normal.

Stop GUI Session

  • To stop the GUI session, do the following, SessionID is the ID listed above, for example "1" in the above example.
    • gui stop SessionID

For help with running GUI programs, please refer to: [[GUI Programs|SLURM GUI Session]