Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_vcluster
Commits
a21bcadf
Commit
a21bcadf
authored
Dec 27, 2018
by
incardon
Browse files
Adding information to print
parent
ac9802a0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/VCluster/VCluster_base.hpp
View file @
a21bcadf
...
...
@@ -303,7 +303,7 @@ public:
MPI_Get_processor_name
(
node_name
,
&
len
);
std
::
cout
<<
"Rank: "
<<
m_rank
<<
" on host: "
<<
node_name
<<
" work on GPU: "
<<
context
->
getDevice
()
<<
std
::
endl
;
std
::
cout
<<
"Rank: "
<<
m_rank
<<
" on host: "
<<
node_name
<<
" work on GPU: "
<<
context
->
getDevice
()
<<
"/"
<<
context
->
getNDevice
()
<<
std
::
endl
;
#endif
}
...
...
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