Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Service Desk
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
TurTLE
TurTLE
Commits
47079a5b
Commit
47079a5b
authored
4 years ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
rename macro BFPS to TURTLE
parent
74216439
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
cpp/base.hpp
+3
-3
3 additions, 3 deletions
cpp/base.hpp
with
3 additions
and
3 deletions
cpp/base.hpp
+
3
−
3
View file @
47079a5b
...
@@ -53,11 +53,11 @@ template <typename T> int sgn(T val)
...
@@ -53,11 +53,11 @@ template <typename T> int sgn(T val)
#ifdef OMPI_MPI_H
#ifdef OMPI_MPI_H
#define
BFPS
_MPICXX_DOUBLE_COMPLEX MPI_DOUBLE_COMPLEX
#define
TURTLE
_MPICXX_DOUBLE_COMPLEX MPI_DOUBLE_COMPLEX
#else
#else
#define
BFPS
_MPICXX_DOUBLE_COMPLEX MPI_C_DOUBLE_COMPLEX
#define
TURTLE
_MPICXX_DOUBLE_COMPLEX MPI_C_DOUBLE_COMPLEX
#endif//OMPI_MPI_H
#endif//OMPI_MPI_H
...
@@ -86,7 +86,7 @@ public:
...
@@ -86,7 +86,7 @@ public:
}
}
static
constexpr
MPI_Datatype
complex
(){
static
constexpr
MPI_Datatype
complex
(){
return
BFPS
_MPICXX_DOUBLE_COMPLEX
;
return
TURTLE
_MPICXX_DOUBLE_COMPLEX
;
}
}
};
};
...
...
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