Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parlib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Ivan Tsybulin
parlib
Commits
2bef25ba
Commit
2bef25ba
authored
2 years ago
by
Ivan Tsybulin
Browse files
Options
Downloads
Patches
Plain Diff
Fixed fortran test
parent
9e1970af
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ParLib.src/parlibf_test.f90
+2
-2
2 additions, 2 deletions
ParLib.src/parlibf_test.f90
with
2 additions
and
2 deletions
ParLib.src/parlibf_test.f90
+
2
−
2
View file @
2bef25ba
! Created by on 08.06.2020.
! Created by on 08.06.2020.
#include "parlibf.h"
program
parlibf_test
program
parlibf_test
IMPLICIT
NONE
IMPLICIT
NONE
#
include
"parlibf.h"
call
PARLIB_INIT
call
PARLIB_INIT
write
(
*
,
*
)
"Fortran parlib works"
write
(
*
,
*
)
"Fortran parlib works"
call
PARLIB_DEINIT
call
PARLIB_DEINIT
...
...
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