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
801ec24e
Commit
801ec24e
authored
8 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
updated docs
parent
4ea3b35a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/howto-make-dlcs.md
+10
-0
10 additions, 0 deletions
docs/howto-make-dlcs.md
docs/install-anaconda.md
+14
-3
14 additions, 3 deletions
docs/install-anaconda.md
with
24 additions
and
3 deletions
docs/howto-make-dlcs.md
+
10
−
0
View file @
801ec24e
...
@@ -484,6 +484,16 @@ your running HAWC2 model (replace 123456 with the relevant job id):
...
@@ -484,6 +484,16 @@ your running HAWC2 model (replace 123456 with the relevant job id):
g-000 $ cd /scratch/$USER/123456.g-000.risoe.dk
g-000 $ cd /scratch/$USER/123456.g-000.risoe.dk
```
```
You can find what HAWC2 (or whatever other executable you are running) is
outputting to the command line in the file:
```
/var/lib/torque/spool/JOBID.jess.dtu.dk.OU
```
Or when watch what is happening at the end in real time
```
tail -f /var/lib/torque/spool/JOBID.jess.dtu.dk.OU
```
Re-launching failed jobs
Re-launching failed jobs
------------------------
------------------------
...
...
This diff is collapsed.
Click to expand it.
docs/install-anaconda.md
+
14
−
3
View file @
801ec24e
...
@@ -2,14 +2,25 @@
...
@@ -2,14 +2,25 @@
# Installation manual
# Installation manual
## Anaconda or Miniconda
## Anaconda or Miniconda
on Linux
```
```
conda update --all
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 blosc
conda install setuptools_scm future h5py pytables pytest nose sphinx blosc
conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl
conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl paramiko
pip install pyscaffold pytest-cov --no-deps
conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov
```
## Anaconda or Miniconda on Windows
```
conda update --all
conda create -n wetb_py3 python=3.4
source activate wetb_py3
conda install setuptools_scm future h5py pytables pytest nose sphinx
conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl paramiko
conda install -c https://conda.anaconda.org/conda-forge 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