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

prepost: udpated docs

parent 5d4d42d6
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -30,7 +30,7 @@ the HAWC2 executables in here: ...@@ -30,7 +30,7 @@ the HAWC2 executables in here:
``` ```
WINEDIRNAME=".wine32" WINEDIRNAME=".wine32"
printf 'REGEDIT4\n[HKEY_CURRENT_USER\Environment]\n"PATH"="c:\\bin"' >> ./tmp.reg printf 'REGEDIT4\n[HKEY_CURRENT_USER\\Environment]\n"PATH"="c:\\bin"' >> ./tmp.reg
WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit ./tmp.reg WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit ./tmp.reg
rm ./tmp.reg rm ./tmp.reg
``` ```
......
...@@ -75,7 +75,7 @@ On Linux/Mac connecting to the cluster is as simple as running the following ...@@ -75,7 +75,7 @@ On Linux/Mac connecting to the cluster is as simple as running the following
command in the terminal: command in the terminal:
``` ```
g-000 $ ssh $USER@gorm.risoe.dk ssh $USER@gorm.risoe.dk
``` ```
Use your DTU password when asked. This will give you terminal access to the Use your DTU password when asked. This will give you terminal access to the
...@@ -155,7 +155,7 @@ local wine directory, which by default is assumed to be ```~/.wine32```, and ...@@ -155,7 +155,7 @@ local wine directory, which by default is assumed to be ```~/.wine32```, and
```pbsutils``` contains and automatic configuration script you can run: ```pbsutils``` contains and automatic configuration script you can run:
``` ```
g-000 $ ./config-wine-hawc2.sh g-000 $ config-wine-hawc2.sh
``` ```
If you need more information on what is going on, you can read a more detailed If you need more information on what is going on, you can read a more detailed
...@@ -529,7 +529,7 @@ optional arguments: ...@@ -529,7 +529,7 @@ optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
--prep create htc, pbs, files (default=False) --prep create htc, pbs, files (default=False)
--check_logs check the log files (default=False) --check_logs check the log files (default=False)
--stats calculate statistics (default=False) --stats calculate statistics and 1Hz equivalent loads (default=False)
--fatigue calculate Leq for a full DLC (default=False) --fatigue calculate Leq for a full DLC (default=False)
--csv Save data also as csv file (default=False) --csv Save data also as csv file (default=False)
--years YEARS Total life time in years (default=20) --years YEARS Total life time in years (default=20)
......
...@@ -9,7 +9,7 @@ conda update --all ...@@ -9,7 +9,7 @@ conda update --all
conda create -n wetb_py3 python=3.5 conda create -n wetb_py3 python=3.5
source activate wetb_py3 source activate wetb_py3
conda install setuptools_scm future h5py pytables pytest nose sphinx conda install setuptools_scm future h5py pytables pytest nose sphinx
conda install scipy pandas matplotlib cython xlrd sphinx conda install scipy pandas matplotlib cython xlrd coverage
pip install pyscaffold pytest-cov pip install pyscaffold pytest-cov
``` ```
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