MantisBT - ParaView
View Issue Details
0006779ParaView(No Category)public2008-04-09 17:252011-01-13 17:00
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.43.4 
0006779: Cannot save Exodus as anything
Open an exodus file (like disk_out_ref or can). Then try to save the data. ParaView gives no choice for the file type and raises an error if you try to select a file to save to.
No tags attached.
duplicate of 0006885closed Nathan Fabian Multiblock Exodus writer 
related to 0006698closed Utkarsh Ayachit Multi-block writer does not work in parallel 
related to 0006780closed Berk Geveci Cannot extract blocks from exodus file 
Issue History
2008-04-09 17:25Ken MorelandNew Issue
2008-04-09 17:25Ken MorelandStatusbacklog => tabled
2008-04-09 17:25Ken MorelandAssigned To => Berk Geveci
2008-04-09 17:27Ken MorelandRelationship addedrelated to 0006780
2008-06-03 11:04Utkarsh AyachitStatustabled => @80@
2008-06-03 11:04Utkarsh AyachitResolutionopen => no change required
2008-06-03 11:04Utkarsh AyachitNote Added: 0012216
2008-06-04 16:21Alan ScottStatus@80@ => @20@
2008-06-04 16:21Alan ScottResolutionno change required => reopened
2008-06-04 16:21Alan ScottNote Added: 0012244
2008-06-04 16:23Alan ScottNote Added: 0012245
2008-07-09 10:48Utkarsh AyachitStatus@20@ => tabled
2008-07-09 10:48Utkarsh AyachitAssigned ToBerk Geveci => Utkarsh Ayachit
2008-07-24 13:57Utkarsh AyachitRelationship addedduplicate of 0006885
2008-07-24 13:57Utkarsh AyachitDuplicate ID0 => 6885
2008-07-24 13:57Utkarsh AyachitStatustabled => @80@
2008-07-24 13:57Utkarsh AyachitResolutionreopened => duplicate
2008-07-29 13:02Utkarsh AyachitStatus@80@ => @20@
2008-07-29 13:02Utkarsh AyachitResolutionduplicate => reopened
2008-07-29 13:02Utkarsh AyachitStatus@20@ => @80@
2008-07-29 13:02Utkarsh AyachitResolutionreopened => fixed
2008-07-29 13:02Utkarsh AyachitNote Added: 0012858
2008-07-29 13:02Utkarsh AyachitDuplicate ID6885 => 0
2008-07-29 14:09Alan ScottStatus@80@ => @20@
2008-07-29 14:09Alan ScottResolutionfixed => reopened
2008-07-29 14:09Alan ScottNote Added: 0012865
2008-07-29 14:10Alan ScottStatus@20@ => @80@
2008-07-29 14:10Alan ScottResolutionreopened => fixed
2008-07-29 14:10Alan ScottNote Added: 0012866
2008-08-07 16:14Alan ScottStatus@80@ => @20@
2008-08-07 16:14Alan ScottResolutionfixed => reopened
2008-08-07 16:14Alan ScottNote Added: 0012962
2008-08-19 15:18Utkarsh AyachitRelationship addedrelated to 0006698
2008-08-19 15:20Utkarsh AyachitStatus@20@ => @80@
2008-08-19 15:20Utkarsh AyachitResolutionreopened => fixed
2008-08-19 15:20Utkarsh AyachitNote Added: 0013077
2008-08-19 15:28Alan ScottStatus@80@ => closed
2008-08-19 15:28Alan ScottNote Added: 0013080
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0012216)
Utkarsh Ayachit   
2008-06-03 11:04   
It can be saved as vtm. There's another bug for fixing the exodus writer to write multiblock datasets.
(0012244)
Alan Scott   
2008-06-04 16:21   
vtm doesn't work. Try the following:
Client/server, 6 servers.
Open up disk_out_ref.exo. All variables on. Apply.
Save as junk.vtm.
Edit/Delete all.
File/ Open/ junk.vtm. Apply.

Output is as follows:
ERROR: In C:\alan\paraviewNightlyTrunk\src\ParaView3\VTK\IO\vtkDataReader.cxx, line 763
vtkPolyDataReader (0A527038): Unsupported cell attribute type: ² for file: (Null FileName)

Should we keep this bug open, or close it and open another for vtm files?
(0012245)
Alan Scott   
2008-06-04 16:23   
One more note, after the bug listed above, you cannot color junk.vtm by anything.
(0012858)
Utkarsh Ayachit   
2008-07-29 13:02   
Fixing the vtm reading problem.

/cvsroot/ParaView3/ParaView3/VTK/IO/vtkXMLReader.cxx,v <-- VTK/IO/vtkXMLReader.cxx
new revision: 1.53; previous revision: 1.52
(0012865)
Alan Scott   
2008-07-29 14:09   
We need a vtm fix.
(0012866)
Alan Scott   
2008-07-29 14:10   
Woops, I didn't see that Utkarsh had already fixed it.
(0012962)
Alan Scott   
2008-08-07 16:14   
This is giving me troubles still, using can.exo.

client/server, but I suspect that doesn't matter.
Open can.exo. All variables on (but shouldn't matter)
Save as junk.vtm.
Delete all
Open junk.vtm. Output is as listed below, Unsupported cell attribute type:

give me a call if you think I am in error.
(0013077)
Utkarsh Ayachit   
2008-08-19 15:20   
The issue is due to the fact that vtm writers cannot write in parallel correctly. BUG 0006698 captures that issue, hence I am making this resolved (since the original bug is indeed resolved).
(0013080)
Alan Scott   
2008-08-19 15:28   
The issue i was having is that the vtm writer is not parallel. It works serial. Closed.