Skip to content
Snippets Groups Projects
Commit 09407ce5 authored by David Verelst's avatar David Verelst
Browse files

fine-tuning docs

parent deada514
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -3,8 +3,8 @@ Configure Wine for HAWC2 ...@@ -3,8 +3,8 @@ Configure Wine for HAWC2
------------------------ ------------------------
> Note that the steps described here are executed automatically by the > Note that the steps described here are executed automatically by the
configuration script ```[config-wine-hawc2.sh] configuration script [```config-wine-hawc2.sh```]
(https://gitlab.windenergy.dtu.dk/toolbox/pbsutils/blob/master/config-wine-hawc2.sh)``` (https://gitlab.windenergy.dtu.dk/toolbox/pbsutils/blob/master/config-wine-hawc2.sh)
in ```pbsutils```. in ```pbsutils```.
......
...@@ -163,21 +163,13 @@ description [here] ...@@ -163,21 +163,13 @@ description [here]
(https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/configure-wine.md). (https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/configure-wine.md).
All your HAWC2 executables and DLL's are now located at All your HAWC2 executables and DLL's are now located at
```/home/$USER/.wine32/drive_c/bin```. When there is a new version of HAWC2, or ```/home/$USER/.wine32/drive_c/bin```.
when a new license manager is released, you can update your local wine directory
as follows:
```
g-000 $ cp /home/MET/hawc2exe/* /home/$USER/.wine32/drive_c/bin/
```
Notice that the HAWC2 executable names are ```hawc2-latest.exe```, Notice that the HAWC2 executable names are ```hawc2-latest.exe```,
```hawc2-118.exe```, etc. By default the latest version will be used and the user ```hawc2-118.exe```, etc. By default the latest version will be used and the user
does not need to specify this. However, when you need to compare different version does not need to specify this. However, when you need to compare different version
you can easily do so by specifying which case should be run with which you can easily do so by specifying which case should be run with which
executable. The file ```hawc2-latest.exe``` will always be the latest HAWC2 executable.
version at ```/home/MET/hawc2exe/```. When a new HAWC2 is released you can
simply copy all the files from there again to update.
Log out and in again from the cluster (close and restart PuTTY). Log out and in again from the cluster (close and restart PuTTY).
...@@ -187,6 +179,20 @@ At this stage you can run HAWC2 as follows: ...@@ -187,6 +179,20 @@ At this stage you can run HAWC2 as follows:
g-000 $ wine32 hawc2-latest htc/some-intput-file.htc g-000 $ wine32 hawc2-latest htc/some-intput-file.htc
``` ```
Updating local HAWC2 executables
--------------------------------
When there is a new version of HAWC2, or when a new license manager is released,
you can update your local wine directory as follows:
```
g-000 $ cp /home/MET/hawc2exe/* /home/$USER/.wine32/drive_c/bin/
```
The file ```hawc2-latest.exe``` will always be the latest HAWC2
version at ```/home/MET/hawc2exe/```. When a new HAWC2 is released you can
simply copy all the files from there again to update.
Method A: Generating htc input files on the cluster Method A: Generating htc input files on the cluster
--------------------------------------------------- ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment