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
b16508de
Commit
b16508de
authored
8 years ago
by
Aidan Chalk
Browse files
Options
Downloads
Patches
Plain Diff
fixed copyright stuff
parent
99a739bf
No related branches found
No related tags found
1 merge request
!8
[WIP] Fortran bindings
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fortran_examples/test.F90
+19
-0
19 additions, 0 deletions
fortran_examples/test.F90
src/fqsched.F90
+21
-0
21 additions, 0 deletions
src/fqsched.F90
with
40 additions
and
0 deletions
fortran_examples/test.F90
+
19
−
0
View file @
b16508de
!*******************************************************************************
!* This file is part of QuickSched.
! * Coypright (c) 2017 Aidan Chalk (aidan.chalk@stfc.ac.uk)
! *
! * This program is free software: you can redistribute it and/or modify
! * it under the terms of the GNU Lesser General Public License as published
! * by the Free Software Foundation, either version 3 of the License, or
! * (at your option) any later version.
! *
! * This program is distributed in the hope that it will be useful,
! * but WITHOUT ANY WARRANTY; without even the implied warranty of
! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! * GNU General Public License for more details.
! *
! * You should have received a copy of the GNU Lesser General Public License
! * along with this program. If not, see <http://www.gnu.org/licenses/>.
! *
! ******************************************************************************/
Module
matrix
Module
matrix
Use
,
Intrinsic
::
ISO_C_BINDING
Use
,
Intrinsic
::
ISO_C_BINDING
Implicit
None
Implicit
None
...
...
This diff is collapsed.
Click to expand it.
src/fqsched.F90
+
21
−
0
View file @
b16508de
!*******************************************************************************
!* This file is part of QuickSched.
! * Coypright (c) 2017 Aidan Chalk (aidan.chalk@stfc.ac.uk)
! *
! * This program is free software: you can redistribute it and/or modify
! * it under the terms of the GNU Lesser General Public License as published
! * by the Free Software Foundation, either version 3 of the License, or
! * (at your option) any later version.
! *
! * This program is distributed in the hope that it will be useful,
! * but WITHOUT ANY WARRANTY; without even the implied warranty of
! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! * GNU General Public License for more details.
! *
! * You should have received a copy of the GNU Lesser General Public License
! * along with this program. If not, see <http://www.gnu.org/licenses/>.
! *
! ******************************************************************************/
Module
quicksched
Module
quicksched
Use
,
Intrinsic
::
ISO_C_BINDING
Use
,
Intrinsic
::
ISO_C_BINDING
Implicit
None
Implicit
None
...
...
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