Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WindEnergyToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
toolbox
WindEnergyToolbox
Commits
09407ce5
There was a problem fetching the pipeline summary.
Commit
09407ce5
authored
8 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
fine-tuning docs
parent
deada514
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/configure-wine.md
+2
-2
2 additions, 2 deletions
docs/configure-wine.md
docs/howto-make-dlcs.md
+16
-10
16 additions, 10 deletions
docs/howto-make-dlcs.md
with
18 additions
and
12 deletions
docs/configure-wine.md
+
2
−
2
View file @
09407ce5
...
@@ -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```
.
...
...
This diff is collapsed.
Click to expand it.
docs/howto-make-dlcs.md
+
16
−
10
View file @
09407ce5
...
@@ -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
---------------------------------------------------
---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment