Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QuickSched
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
QuickSched
Commits
99a739bf
Commit
99a739bf
authored
8 years ago
by
Aidan Chalk
Browse files
Options
Downloads
Patches
Plain Diff
Added the missing qsched_free call to the fortran test
parent
430bd0bd
No related branches found
No related tags found
1 merge request
!8
[WIP] Fortran bindings
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fortran_examples/test.F90
+1
-0
1 addition, 0 deletions
fortran_examples/test.F90
with
1 addition
and
0 deletions
fortran_examples/test.F90
+
1
−
0
View file @
99a739bf
...
...
@@ -53,5 +53,6 @@ end do
Call
qsched_run
(
sched
,
nr_threads
,
fun
)
call
qsched_free
(
sched
)
call
f_qsched_destroy
(
sched
)
End
Program
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