Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
icon-libraries
libmtime
Commits
75a97f85
Commit
75a97f85
authored
2 years ago
by
Luis Kornblueh
Browse files
Options
Downloads
Patches
Plain Diff
Workaround for nvfortran ICE - code not used
parent
b8c40f00
No related branches found
Branches containing commit
Tags
1.1.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/libmtime_hl.f90
+3
-4
3 additions, 4 deletions
src/libmtime_hl.f90
with
3 additions
and
4 deletions
src/libmtime_hl.f90
+
3
−
4
View file @
75a97f85
...
...
@@ -44,7 +44,8 @@ MODULE mtime_hl
IMPLICIT
NONE
#ifndef __NVCOMPILER
PUBLIC
::
t_datetime
,
t_timedelta
,
t_juliandelta
,
t_julianday
,
t_event
,
t_eventGroup
PUBLIC
::
t_timedeltaFromMilliseconds
PUBLIC
::
t_timedeltaFromSeconds
...
...
@@ -389,9 +390,7 @@ CONTAINS
#include "mtime_t_juliandelta.inc"
#include "mtime_t_event.inc"
#endif
END
MODULE
mtime_hl
!>
...
...
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