Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Commits
42e2e442
There was an error fetching the commit references. Please try again later.
Commit
42e2e442
authored
6 years ago
by
Tomáš Oberhuber
Browse files
Options
Downloads
Patches
Plain Diff
Fixes after rebase.
parent
5cad88b4
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/TNL/Communicators/MpiCommunicator.h
+1
-1
1 addition, 1 deletion
src/TNL/Communicators/MpiCommunicator.h
src/TNL/Meshes/DistributedMeshes/DistributedGridIO_MeshFunction.h
+1
-0
1 addition, 0 deletions
...Meshes/DistributedMeshes/DistributedGridIO_MeshFunction.h
with
2 additions
and
1 deletion
src/TNL/Communicators/MpiCommunicator.h
+
1
−
1
View file @
42e2e442
...
...
@@ -251,7 +251,7 @@ class MpiCommunicator
static
MPI_Datatype
getDataType
(
const
T
&
t
)
{
return
MPITypeResolver
<
T
>::
getType
();
}
;
}
#endif
//dim-number of dimensions, distr array of guess distr - 0 for computation
...
...
This diff is collapsed.
Click to expand it.
src/TNL/Meshes/DistributedMeshes/DistributedGridIO_MeshFunction.h
+
1
−
0
View file @
42e2e442
...
...
@@ -512,6 +512,7 @@ class DistributedGridIO<
static
bool
load
(
const
String
&
fileName
,
MeshFunctionType
&
meshFunction
)
{
#ifdef HAVE_MPI
if
(
Communicators
::
MpiCommunicator
::
IsInitialized
())
//i.e. - isUsed
{
typename
MeshFunctionType
::
RealType
*
data
=
meshFunction
.
getData
().
getData
();
...
...
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