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
a695313a
Commit
a695313a
authored
8 years ago
by
mads
Browse files
Options
Downloads
Patches
Plain Diff
cleaning up cluster_simulation.py
parent
04b4564f
No related branches found
No related tags found
2 merge requests
!6
Clustertools
,
!5
Clustertools
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wetb/hawc2/cluster_simulation.py
+2
-6
2 additions, 6 deletions
wetb/hawc2/cluster_simulation.py
with
2 additions
and
6 deletions
wetb/hawc2/cluster_simulation.py
+
2
−
6
View file @
a695313a
from
wetb.hawc2.simulation
import
Simulation
,
SimulationThread
,
INITIALIZING
,
ERROR
,
FINISH
from
wetb.hawc2.htc_file
import
HTCFile
from
wetb.hawc2.log_file
import
LogFile
from
wetb.hawc2
import
log_file
from
wetb.hawc2.simulation
import
Simulation
,
SimulationThread
import
os
import
sys
import
time
from
threading
import
Timer
,
Thread
from
threading
import
Thread
class
ClusterSimulation
(
Simulation
):
def
__init__
(
self
,
modelpath
,
htcfilename
,
hawc2exe
=
"
HAWC2MB.exe
"
):
Simulation
.
__init__
(
self
,
modelpath
,
htcfilename
,
hawc2exe
=
hawc2exe
)
...
...
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