Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Nektar
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
55
Issues
55
List
Boards
Labels
Milestones
Merge Requests
33
Merge Requests
33
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nektar
Nektar
Commits
655df7df
Commit
655df7df
authored
Dec 27, 2018
by
Chris Cantwell
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Write EVs to stdout only on root process.
Avoids clobbered print statements causing test failures.
parent
0eb52c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
DriverModifiedArnoldi.cpp
library/SolverUtils/DriverModifiedArnoldi.cpp
+4
-1
No files found.
library/SolverUtils/DriverModifiedArnoldi.cpp
View file @
655df7df
...
...
@@ -531,7 +531,10 @@ void DriverModifiedArnoldi::EV_post(
+
boost
::
lexical_cast
<
std
::
string
>
(
j
)
+
".fld"
;
WriteEvs
(
cout
,
j
,
wr
[
j
],
wi
[
j
]);
if
(
m_comm
->
GetRank
()
==
0
)
{
WriteEvs
(
cout
,
j
,
wr
[
j
],
wi
[
j
]);
}
WriteFld
(
file
,
Kseq
[
j
]);
}
}
...
...
Chris Cantwell
@ccantwel
mentioned in commit
0c20abce
·
Jan 28, 2019
mentioned in commit
0c20abce
mentioned in commit 0c20abce40ad9dd94352b40c3757a03c694b8f05
Toggle commit list
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