Difference between revisions of "Comsol/Interactive"
From ScientificComputing
(Created page with "You can start the graphical user interface (GUI) of COMSOL on one of the login nodes of Euler. This can be useful to change your COMSOL preferences or to prepare a model or ch...") |
|||
Line 1: | Line 1: | ||
− | You can start the graphical user interface (GUI) of COMSOL on one of the login nodes of Euler. This can be useful to change your COMSOL preferences or to prepare a model or check the result of a COMSOL job. | + | You can start the graphical user interface (GUI) of COMSOL on one of the login nodes of Euler. This can be useful to change your COMSOL preferences or to prepare a model or check the result of a COMSOL job. In order to start the GUI of COMSOL on a login node, you first need to establish an SSH connection with X11 forwarding enabled. |
− | |||
− | |||
− | In order to start the GUI of COMSOL on a login node, you first need to establish an SSH connection with X11 forwarding enabled. | ||
ssh -Y username@''hostname'' | ssh -Y username@''hostname'' | ||
Line 13: | Line 10: | ||
comsol | comsol | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 06:21, 24 August 2016
You can start the graphical user interface (GUI) of COMSOL on one of the login nodes of Euler. This can be useful to change your COMSOL preferences or to prepare a model or check the result of a COMSOL job. In order to start the GUI of COMSOL on a login node, you first need to establish an SSH connection with X11 forwarding enabled.
ssh -Y username@hostname
With username being your NETHZ username. Afterwards, you can load one of the COMSOL modules
module load comsol/5.1
and finally start the GUI with the comsol command.
comsol