|
Size: 0
Comment:
|
← Revision 12 as of 2013-01-16 23:15:13 ⇥
Size: 1293
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ## page was renamed from SciComp/Hedge/HowTo/Visualization ## page was renamed from SciComp/HedgeHowTo/Visualization ## page was renamed from SciComp/HedgeHowTo/HedgeVisu = Visualizing hedge's Results = Use one of * [[https://wci.llnl.gov/codes/visit/executables.html|VisIt]] (recommended) * [[http://paraview.org|Paraview]] == Using Visit == If you're using the 32-bit binary of Visit 1.12, go to `/lib` or wherever these libraries are and create these two symbolic links: * `ln -s libreadline.so.5 libreadline.so.4` * `ln -s libncurses.so.5 libtermcap.so.2` to work around a bug. === Using Remote Visit from hpcgeek === On your local machine in `.ssh/config`, have a section like this: {{{ Host hpcgeek* ForwardX11 no User kloeckner ProxyCommand ssh ccv nc hpcgeek 22 }}} (The star at the end is important.) {{{#!wiki warning Make sure your version of Visit matches the one on `hpcgeek`. Currently, `hpcgeek` is on VisIt 1.12. }}} To view the results from `hpcgeek` you have to make some settings in your local VisIt-installation: {{attachment:../Visit-Hostprofiles.png}} Further, in advanced options check "tunnel through ssh". To open/select a file you have to change to this host: {{attachment:../Visit-Fileselection.png}} |
Visualizing hedge's Results
Use one of
Using Visit
If you're using the 32-bit binary of Visit 1.12, go to /lib or wherever these libraries are and create these two symbolic links:
ln -s libreadline.so.5 libreadline.so.4
ln -s libncurses.so.5 libtermcap.so.2
to work around a bug.
Using Remote Visit from hpcgeek
On your local machine in .ssh/config, have a section like this:
Host hpcgeek* ForwardX11 no User kloeckner ProxyCommand ssh ccv nc hpcgeek 22
(The star at the end is important.)
Make sure your version of Visit matches the one on hpcgeek. Currently, hpcgeek is on VisIt 1.12.
To view the results from hpcgeek you have to make some settings in your local VisIt-installation:
Further, in advanced options check "tunnel through ssh".
To open/select a file you have to change to this host:
