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
7f043300
There was a problem fetching the pipeline summary.
Commit
7f043300
authored
8 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
prepost: udpated docs
parent
5d4d42d6
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/configure-wine.md
+1
-1
1 addition, 1 deletion
docs/configure-wine.md
docs/howto-make-dlcs.md
+3
-3
3 additions, 3 deletions
docs/howto-make-dlcs.md
docs/install-anaconda.md
+1
-1
1 addition, 1 deletion
docs/install-anaconda.md
with
5 additions
and
5 deletions
docs/configure-wine.md
+
1
−
1
View file @
7f043300
...
@@ -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
```
```
...
...
This diff is collapsed.
Click to expand it.
docs/howto-make-dlcs.md
+
3
−
3
View file @
7f043300
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
docs/install-anaconda.md
+
1
−
1
View file @
7f043300
...
@@ -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
```
```
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