Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue 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
Podhorszki, Norbert
ADIOS2
Commits
1c424334
Unverified
Commit
1c424334
authored
7 years ago
by
williamfgc
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #298 from williamfgc/f2c_nompi_bug
Fix for issue
#295
parents
01ce61e9
6d73901b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bindings/fortran/f2c/adios2_f2c_adios.cpp
+2
-1
2 additions, 1 deletion
bindings/fortran/f2c/adios2_f2c_adios.cpp
with
2 additions
and
1 deletion
bindings/fortran/f2c/adios2_f2c_adios.cpp
+
2
−
1
View file @
1c424334
...
@@ -43,7 +43,8 @@ void FC_GLOBAL(adios2_init_f2c, ADIOS2_INIT_F2C)(adios2_ADIOS **adios,
...
@@ -43,7 +43,8 @@ void FC_GLOBAL(adios2_init_f2c, ADIOS2_INIT_F2C)(adios2_ADIOS **adios,
const
int
*
debug_mode
,
const
int
*
debug_mode
,
int
*
ierr
)
int
*
ierr
)
{
{
adios2_init_config_f2c_
(
adios
,
""
,
debug_mode
,
ierr
);
FC_GLOBAL
(
adios2_init_config_f2c
,
ADIOS2_INIT_CONFIG_F2C
)
(
adios
,
""
,
debug_mode
,
ierr
);
}
}
void
FC_GLOBAL
(
adios2_init_config_f2c
,
void
FC_GLOBAL
(
adios2_init_config_f2c
,
...
...
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