Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
SWIFT
SWIFTsim
Wiki
adding a cooling routine to swift
Changes
Page history
New page
Templates
Clone repository
updates
authored
8 years ago
by
Stefan Arridge
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
adding-a-cooling-routine-to-swift.md
+3
-1
3 additions, 1 deletion
adding-a-cooling-routine-to-swift.md
with
3 additions
and
1 deletion
adding-a-cooling-routine-to-swift.md
View page @
b51b6dd4
...
@@ -27,4 +27,6 @@ But then crashes...
...
@@ -27,4 +27,6 @@ But then crashes...
#Include task_type_cooling in the 'task_acts_on' function in task.c
#Include task_type_cooling in the 'task_acts_on' function in task.c
This let's the scheduler know what the task acts on. For cooling we set this to be 'task_action_part'.
This let's the scheduler know what the task acts on. For cooling we set this to be 'task_action_part'.
\ No newline at end of file
#Error writing Entropy in the 78th snapshot. Says 'disk quota exceeded'. Not sure if this is related to the cooling
\ No newline at end of file
This diff is collapsed.
Click to expand it.