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 22, 2024 by Andrzej MakowskI's avatar Andrzej MakowskI
Show whitespace changes
Inline Side-by-side
Visit-integration.md
View page @ 0ece769d
......@@ -38,6 +38,39 @@ 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.
# Windows machine
Instruction is based on: https://github.com/winfsp/sshfs-win.
## SSHFS
#### prerequests
- The latest stable version of [WinFS](https://github.com/winfsp/winfsp).
- The newest stable version of [SSHFS-Win](https://github.com/winfsp/sshfs-win) is compatible with your system.
- **_Optionally_**, the [SSHFS-Win Manager]() frontend interface is available as well. The interface provides a convenient GUI interface for establishing and managing connections.
#### Adding remote FileSystem
##### If You did not installed the SSHFS-Win Manager follow this instructions:
1. You need to map a remote FileSystem. It is done in the `File Explorer` -> right click on `This PC` -> `Map network drive...`
![map-network-drive-windows-explorer](uploads/fc9163a765c0f7448c4e76ec8c0be901/map-network-drive-windows-explorer.png)
2. Now mount the remote FileSystem with the following command:
```
\\sshfs[.option]\<remote user>@<remote host>[!port][\path]
```
for connecting to DWARF storage file use:
```
\\sshfs\USERNAME@dwarf66.if.pw.edu.pl\..\..home2\archive\ntg\
```
##### If have installed the SSHFS-Win Manager follow this instructions:
1. Open SSHFS-Win Manager
2. Click `Add Connection`
![image](uploads/fc75167250e7c36605b63a21b7a6f171/image.png)
3. - in `2` fill with arbitrary connection name - i.e. DWARF-archive
- in `3` fill with host domain - for DWARF: dwarf.if.pw.edu.pl or dwarf66.if.pw.edu.pl
- in `4` fill with username - i.e. your account name at DWARF
- in `5` fill with the account password
- in `6` fill with a remote path - to connect with DWARF archive system use: `/home2/archive/ntg`
- click `7` to save the connection
![image](uploads/7a00c4bd874f61431de4038aaddeda88/image.png)
4. Connect to the remote FileSystem
# Common problems
## VisIt cannot find a suitable plugin when trying to open `wtxt` file.
......
Clone repository
  • Data types
  • Examples
    • C examples
    • Python examples
  • Tags
  • VisIt plugin compilation
  • Visit integration
  • Home
  • wdata format concept