Skip to content
Snippets Groups Projects
Commit 69434db3 authored by Aidan Chalk's avatar Aidan Chalk
Browse files

Added various qsched_..._none values to fortran bindings

parent ee7273b6
No related branches found
No related tags found
1 merge request!8[WIP] Fortran bindings
......@@ -22,7 +22,9 @@
Module quicksched
Use, Intrinsic :: ISO_C_BINDING
Implicit None
Integer(Kind=C_INT), Parameter :: qsched_res_none = -1
Integer(Kind=C_INT), Parameter :: qsched_task_none = -1
Integer(Kind=C_INT), Parameter :: qsched_owner_none = -1
Interface
Integer(Kind=C_INT) Function qsched_get_tid() BIND(C)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment