... | ... | @@ -9,7 +9,7 @@ The plugin must be placed on a system where VisIt server will be launched. |
|
|
|
|
|
# Installing W-data plugin on your local system
|
|
|
|
|
|
Follow instruction from this [file](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/lib-wdata/visit-plugin/README.txt).
|
|
|
Follow instruction from this [file](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/tree/public/lib/wdata/visit-plugin/README.txt).
|
|
|
|
|
|
Below we provide examples of the compilation process on selected systems.
|
|
|
## Compiling plugin on [Andes](https://docs.olcf.ornl.gov/systems/andes_user_guide.html)
|
... | ... | @@ -30,12 +30,12 @@ make |
|
|
## Compiling plugin on [Daint](https://www.cscs.ch/computers/piz-daint/)
|
|
|
Before you start compilation **make sure that you can connect without typing password** from `ela.cscs.ch` to `daint101.cscs.ch`:
|
|
|
```bash
|
|
|
[gabrielw@dell ~]$ ssh ela.cscs.ch
|
|
|
Enter passphrase for key '/home/gabrielw/.ssh/id_ed25519':
|
|
|
[wtools@dell ~]$ ssh ela.cscs.ch
|
|
|
Enter passphrase for key '/home/wtools/.ssh/id_ed25519':
|
|
|
|
|
|
[gabrielw@ela1 ~]$ ssh daint101.cscs.ch
|
|
|
[wtools@ela1 ~]$ ssh daint101.cscs.ch
|
|
|
|
|
|
gabrielw@daint101:~>
|
|
|
wtools@daint101:~>
|
|
|
|
|
|
```
|
|
|
If not use `ssh-keygen` & `ssh-copy-id daint101.cscs.ch`.
|
... | ... | @@ -79,13 +79,9 @@ VisIt allows for connecting with remote servers and use them for data visualizat |
|
|
2. Install W-DATA plugin on remote system.
|
|
|
3. Create XML host file and store it on local computer (client).
|
|
|
|
|
|
After first usage of VisIt it will create folder with settings. In case of linux system it is hidden folder `.visit` in your home directory. In this folder you need to place appropriate host file. Examples of such files are provided in [hosts](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/lib-wdata/visit-plugin/hosts) folder:
|
|
|
After first usage of VisIt it will create folder with settings. In case of linux system it is hidden folder `.visit` in your home directory. In this folder you need to place appropriate host file. Examples of such files are provided in [hosts](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/tree/public/lib-wdata/visit-plugin/hosts) folder:
|
|
|
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 server should be visible on the list of hosts in `Open file` dialog box:
|
|
|
![visit](uploads/1d58191b1d60e25821821d8b7c187974/visit.png)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|