View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013794 | ParaView | (No Category) | public | 2013-01-16 16:48 | 2015-01-11 08:19 | ||||
Reporter | Alan Scott | ||||||||
Assigned To | David C. Lonie | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | git-master | ||||||||
Target Version | 4.2 | Fixed in Version | 4.2 | ||||||
Summary | 0013794: Remote server, find max error | ||||||||
Description | When running remote server, find data/ max fails with a python error. Linux, remote server, master. Open can.exo. All vars on. Apply. Edit/ Find Data. Change GlobalId to EQPS. Change "is" to "is max". Run Selection Query. It will hang for a while, then the following gets written out: Traceback (most recent call last): File "<string>", line 5, in <module> File "/projects/viz/paraview/ParaView/3.98.1-Mesa/Linux-redsky-x86_64/lib/paraview-3.98/site-packages/paraview/extract_selection.py", line 147, in Exec ds = ExecData(self, iterCD.GetCurrentDataObject(), selection) File "/projects/viz/paraview/ParaView/3.98.1-Mesa/Linux-redsky-x86_64/lib/paraview-3.98/site-packages/paraview/extract_selection.py", line 122, in ExecData mask = eval(selection_node.GetQueryString(), globals(), new_locals) File "<string>", line 1, in <module> File "/projects/viz/paraview/ParaView/3.98.1-Mesa/Linux-redsky-x86_64/lib/paraview-3.98/site-packages/paraview/vtk/algorithms.py", line 304, in global_max MPI.COMM_WORLD.Allreduce(None, [M, MPI.DOUBLE], MPI.MAX) File "Comm.pyx", line 544, in mpi4py.MPI.Comm.Allreduce (/projects/viz/paraview/src/ParaView/3.98.1/ParaView3/Utilities/mpi4py/src/mpi4py.MPI.c:63736) File "message.pxi", line 585, in mpi4py.MPI._p_msg_cco.for_allreduce (/projects/viz/paraview/src/ParaView/3.98.1/ParaView3/Utilities/mpi4py/src/mpi4py.MPI.c:23520) File "message.pxi", line 523, in mpi4py.MPI._p_msg_cco.for_cro_send (/projects/viz/paraview/src/ParaView/3.98.1/ParaView3/Utilities/mpi4py/src/mpi4py.MPI.c:23007) File "message.pxi", line 106, in mpi4py.MPI.message_simple (/projects/viz/paraview/src/ParaView/3.98.1/ParaView3/Utilities/mpi4py/src/mpi4py.MPI.c:19218) TypeError: message: expecting buffer or list/tuple This is a bug. | ||||||||
Tags | No tags attached. | ||||||||
Project | Sandia | ||||||||
Topic Name | 13794_fix_mp4py | ||||||||
Type | incorrect functionality | ||||||||
Attached Files | |||||||||
Relationships | |||||||||||
|
Relationships |
Notes | |
(0030153) Utkarsh Ayachit (administrator) 2013-01-16 17:41 |
commit e1114c112528cfea3cdc0e62e4afc14382c38635 Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Date: Wed Jan 16 17:39:46 2013 -0500 BUG 0013794: Fix mpi4py API change issue. Since we recently updated to mpi4py 1.3, looks like MPI.Reduceall(..) with empty send buffer no longer works. We need to create a send and receive buffer to use. Updated the algorithms.py file to reflect the API change. Change-Id: I9a58d698dd3df3678d97ae6f969807e65522d0d7 |
(0030154) Utkarsh Ayachit (administrator) 2013-01-16 17:51 |
DEVELOPER NOTE: The next bug to fix to address this issue is that vtkPythonExtractSelection doesn't correctly handle composite datasets that may have non-aligned null blocks between processes e.g. when can.ex2 is opened in parallel. |
(0030178) Utkarsh Ayachit (administrator) 2013-01-17 17:10 |
DEVELOPER NOTE: We have the following issues with min/max. 1) Currently, the min/max/mean are computing per-block. That's not what users would expect. To fix this, we need to update the algorithms.py file in ParaView to handle composite datasets better. The user does foo(array), we should pass array as a custom array which itself comprises of arrays from all the blocks in the composite dataset. 2) Min/Max/Mean across processes has issues when any process has no data. The collective MPI calls deadlock. We'll need to address that by ensuring that all processes participate in the collective operations even if they don't have the requested arrays. That may require us to share information about arrays on all processes with everyone. |
(0032182) Utkarsh Ayachit (administrator) 2014-01-16 13:58 |
DEVELOPER NOTE: "max" is currently not available in the UI. To reproduce this issue you can use the following "Query" instead: EQPS == global_max(EQPS) |
(0032444) David C. Lonie (developer) 2014-03-03 14:42 |
Applying Utkarsh's patch to change the mpi4py API fixes the issue. |
(0032462) Utkarsh Ayachit (administrator) 2014-03-09 13:24 |
SUMMARY --------------------------------------------- Topics merged into master: 13794_fix_mp4py 14572-search-series-parameter-widget 14620_FixRulerCrash disabled-multiblock-pieces fix_example_qt5 optimize_amrconnectivity point-sprite-plugin-crash pvweb-visualizer remove-extra-resources (VTK) update-vtk-20140303 ------------------------------------------- |
(0032529) Alan Scott (manager) 2014-03-21 16:26 |
The query above is hanging (not crashing) remote server. Be sure to check before closing this bug. |
(0032531) Alan Scott (manager) 2014-03-21 20:09 |
"is max" no longer exists, since it was incorrect in parallel. Thus, I am closing this bug. The meat of this bug (give us the ability to find min and max) will be fixed in one of the related bugs off this one, currently under development. I will also test it then. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2013-01-16 16:48 | Alan Scott | New Issue | |
2013-01-16 17:41 | Utkarsh Ayachit | Note Added: 0030153 | |
2013-01-16 17:51 | Utkarsh Ayachit | Note Added: 0030154 | |
2013-01-17 17:10 | Utkarsh Ayachit | Note Added: 0030178 | |
2013-01-24 22:34 | Utkarsh Ayachit | Target Version | => 4.0 |
2013-02-11 18:32 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit |
2013-02-13 12:51 | Alan Scott | Relationship added | related to 0010958 |
2014-01-16 13:47 | Utkarsh Ayachit | Assigned To | Utkarsh Ayachit => David C. Lonie |
2014-01-16 13:58 | Utkarsh Ayachit | Note Added: 0032182 | |
2014-01-16 16:59 | Utkarsh Ayachit | Target Version | 4.0 => 4.2 |
2014-02-11 12:26 | David C. Lonie | Relationship added | parent of 0014565 |
2014-03-03 14:42 | David C. Lonie | Topic Name | => 13794_fix_mp4py |
2014-03-03 14:42 | David C. Lonie | Note Added: 0032444 | |
2014-03-03 14:42 | David C. Lonie | Status | backlog => gatekeeper review |
2014-03-03 14:42 | David C. Lonie | Resolution | open => fixed |
2014-03-09 13:24 | Utkarsh Ayachit | Fixed in Version | => git-master |
2014-03-09 13:24 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
2014-03-09 13:24 | Utkarsh Ayachit | Note Added: 0032462 | |
2014-03-21 16:26 | Alan Scott | Note Added: 0032529 | |
2014-03-21 16:28 | Utkarsh Ayachit | Status | customer review => todo |
2014-03-21 20:09 | Alan Scott | Note Added: 0032531 | |
2014-03-21 20:09 | Alan Scott | Status | todo => closed |
2014-08-29 11:00 | Utkarsh Ayachit | Fixed in Version | git-master => 4.2 |
2015-01-11 08:19 | Utkarsh Ayachit | Source_changeset_attached | => ParaView master 392223ec |
2015-01-11 08:19 | David C. Lonie | Source_changeset_attached | => ParaView master 10d058a4 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |