Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • wdata wdata
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wtools
  • wdatawdata
  • Wiki
  • Visit integration

Visit integration · Changes

Page history
Update Visit integration authored Feb 19, 2024 by Gabriel Wlazłowski's avatar Gabriel Wlazłowski
Hide whitespace changes
Inline Side-by-side
Visit-integration.md
View page @ d7f00623
[[_TOC_]]
# VisIt
Download [VisIt](https://visit-dav.github.io/visit-website/index.html) (an Open Source, interactive, scalable, visualization, animation and analysis tool) in version 3.3.x or higher. It, by default, supports W-DATA format.
# Opening file
## Opening file
When opening the file you need to select metadata file of W-DATA format, i.e. file `*.wtxt`. An example is shown below.
![visit_open](uploads/216ab59845e485a226f1e4a429c72653/visit_open.png)
*Note*: When you select `*.wtxt` file and click open VisIt should automatically use `wdata` plugin, as it is by default assigned to `wtxt` file extension. You can also select it manually using the option `Open file as type` and selecting WData.
# Example plot
## Example plot
Here you can download sample data here: [example-vortices.tar.gz](uploads/2ddded58f7b17f150a32eca65a0dce6f/example-vortices.tar.gz)
To check if VisIt works correctly, try to open the example data:
......@@ -28,3 +30,22 @@ You can also create a host file by using in VisIt: `Options->Host files`.
When a host file is provided to visit, assign to it the server should be visible on the list of hosts in `Open file` dialog box:
![visit](uploads/ab68e29709dbb72b7725654f5b8a146a/visit.png)
# Opening remote files using `sshfs`
As an alternative option, you can `sshfs` utility (`ssh file system`). With this tool, you can mount remote locations on your local computer. For example, the command below will mount the remote folder (`dwarf.if.pw.edu.pl:/home/gabrielw`) in the local folder (`/home/gabrielw/sshfs/dwarf/home`):
```
sshfs dwarf.if.pw.edu.pl:/home/gabrielw /home/gabrielw/sshfs/dwarf/home
```
This method is less efficient than working in client-server mode; however, it allows one to visualize data located on remote systems without an installed visit tool and without downloading the data.
# Common problems
## VisIt cannot find a suitable plugin when trying to open `wtxt` file.
1. Check on the list of provided plugins (option `Open file as type` when opening file) if WData plugin is installed. If not, download version 3.3.x or higher or install the plugin manually; see [here](VisIt plugin compilation).
2. There is a problem with permissions. Add read permission to your wdata set, for example by:
```
chmod a+r *
```
Clone repository
  • Data types
  • Examples
    • C examples
    • Python examples
  • Tags
  • VisIt plugin compilation
  • Visit integration
  • Home
  • wdata format concept