Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ext-edelen_a
src
Commits
861dd938
Commit
861dd938
authored
Oct 13, 2017
by
adelmann
🎗
Browse files
remove annoying messages
parent
74da7172
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
ippl/src/Message/GlobalComm.hpp
ippl/src/Message/GlobalComm.hpp
+3
-1
ippl/src/Utility/IpplInfo.cpp
ippl/src/Utility/IpplInfo.cpp
+3
-3
No files found.
ippl/src/Message/GlobalComm.hpp
View file @
861dd938
...
...
@@ -312,11 +312,13 @@ bool reduce_masked(Communicate& comm, T& input, T& output,
}
// we're done ... but do a check to see that we reduced SOMETHING
/* ADA: can be "savely" ignored ...
if (!IncludeVal)
{
WARNMSG("reduce: there was nothing to reduce, since the masks ");
WARNMSG("were all false." << endl);
}
*/
}
//INCIPPLSTAT(incReductions);
...
...
@@ -439,4 +441,4 @@ bool scatter(InputIterator s1, InputIterator s2,
{
return
scatter
(
*
Ippl
::
Comm
,
s1
,
s2
,
t1
,
target_node
,
target_position
,
op
);
}
\ No newline at end of file
}
ippl/src/Utility/IpplInfo.cpp
View file @
861dd938
...
...
@@ -181,8 +181,8 @@ IpplInfo::IpplInfo(int& argc, char**& argv, int removeargs, MPI_Comm mpicomm) {
// You can only specify argc, argv once; if it is done again, print a warning
// and continue as if we had not given argc, argv.
if
(
CommInitialized
)
{
WARNMSG
(
"Attempt to create IpplInfo with argc, argv again."
<<
endl
);
WARNMSG
(
"Using previous argc,argv settings."
<<
endl
);
// ADA
WARNMSG("Attempt to create IpplInfo with argc, argv again." << endl);
//
WARNMSG("Using previous argc,argv settings." << endl);
}
else
{
// dbgmsg << "Starting initialization: argc = " << argc << ", " << endl;
// for (unsigned int dbgi=0; dbgi < argc; ++dbgi)
...
...
@@ -1175,4 +1175,4 @@ void __C_runtime_error ( int trap_code, char *name, int line_no, ... ) {
* $RCSfile: IpplInfo.cpp,v $ $Author: adelmann $
* $Revision: 1.1.1.1 $ $Date: 2003/01/23 07:40:33 $
* IPPL_VERSION_ID: $Id: IpplInfo.cpp,v 1.1.1.1 2003/01/23 07:40:33 adelmann Exp $
***************************************************************************/
\ No newline at end of file
***************************************************************************/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment