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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
wtlib
WindEnergyToolbox
Commits
1b1e786e
Commit
1b1e786e
authored
8 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
updated launch.py section in the docs
parent
552fed9e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/howto-make-dlcs.md
+5
-3
5 additions, 3 deletions
docs/howto-make-dlcs.md
with
5 additions
and
3 deletions
docs/howto-make-dlcs.md
+
5
−
3
View file @
1b1e786e
...
...
@@ -443,7 +443,8 @@ options:
consider using --crontab instead. Default=False
--sort Sort pbs file list. Default=False
--crontab Crontab mode. Implies --cache, and not compatible with
--node. Default=False
--node. When all jobs are done, crontab -r will remove
all the user's current crontab jobs. Default=False
--debug Debug print statements. Default=False
```
...
...
@@ -459,10 +460,11 @@ g-000 $ launch.py -n 100 -p pbs_in/
If the launching process requires hours, and you have to close you SHH/PuTTY
session before it reaches the end, you can either use the ```--node``` or the
```
--crontab
``` argument. When using ```
--node
```, ```
launch.py
``` will run on
a dedicated cluster no
t
e, submitted as a PBS job. When using ```
--crontab
```,
a dedicated cluster no
d
e, submitted as a PBS job. When using ```
--crontab
```,
```
launch.py
``` will be run once every 5 minutes as a ```
crontab
``` job on the
login node. This is preferred since you are not occupying a node with a very
simple and light job.
simple and light job. ```
launch.py
``` will remove all the users crontab jobs
at the end with ```
crontab -r
```.
```
bash
g-000 $ cd /mnt/mimer/hawc2sim/demo/A0001
...
...
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