From 09407ce5069d5814fd146650d639e5d464fe65e8 Mon Sep 17 00:00:00 2001 From: dave <dave@dtu.dk> Date: Thu, 7 Apr 2016 15:11:52 +0200 Subject: [PATCH] fine-tuning docs --- docs/configure-wine.md | 4 ++-- docs/howto-make-dlcs.md | 26 ++++++++++++++++---------- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/docs/configure-wine.md b/docs/configure-wine.md index ab0dd612..f58ab7cf 100644 --- a/docs/configure-wine.md +++ b/docs/configure-wine.md @@ -3,8 +3,8 @@ Configure Wine for HAWC2 ------------------------ > Note that the steps described here are executed automatically by the -configuration script ```[config-wine-hawc2.sh] -(https://gitlab.windenergy.dtu.dk/toolbox/pbsutils/blob/master/config-wine-hawc2.sh)``` +configuration script [```config-wine-hawc2.sh```] +(https://gitlab.windenergy.dtu.dk/toolbox/pbsutils/blob/master/config-wine-hawc2.sh) in ```pbsutils```. diff --git a/docs/howto-make-dlcs.md b/docs/howto-make-dlcs.md index d866ce93..d85445ec 100644 --- a/docs/howto-make-dlcs.md +++ b/docs/howto-make-dlcs.md @@ -163,21 +163,13 @@ description [here] (https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/configure-wine.md). 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 -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/ -``` +```/home/$USER/.wine32/drive_c/bin```. 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 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 -executable. 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. +executable. 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: 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 --------------------------------------------------- -- GitLab