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
39024352
Commit
39024352
authored
8 years ago
by
Aidan Chalk
Browse files
Options
Downloads
Patches
Plain Diff
Missed the module file for including when using make install
parent
69434db3
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
src/Makefile.am
+1
-1
1 addition, 1 deletion
src/Makefile.am
with
1 addition
and
1 deletion
src/Makefile.am
+
1
−
1
View file @
39024352
...
@@ -29,7 +29,7 @@ lib_LTLIBRARIES = libquicksched.la
...
@@ -29,7 +29,7 @@ lib_LTLIBRARIES = libquicksched.la
libquicksched_la_SOURCES
=
qsched.c queue.c fqsched.F90
libquicksched_la_SOURCES
=
qsched.c queue.c fqsched.F90
# List required headers
# List required headers
include_HEADERS
=
atomic.h lock.h queue.h qsched.h task.h res.h error.h
include_HEADERS
=
atomic.h lock.h queue.h qsched.h task.h res.h error.h
quicksched.mod
# Private headers.
# Private headers.
noinst_HEADERS
=
cycle.h quicksched.h
noinst_HEADERS
=
cycle.h quicksched.h
...
...
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