visit-dav / visit

VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
https://visit.llnl.gov
BSD 3-Clause "New" or "Revised" License
429 stars 111 forks source link

Path required in cmfe filenames? #120

Open aowen87 opened 5 years ago

aowen87 commented 5 years ago

cqid: VisIt00008047cqsubmitter: Brad Whitlockcqsubmitdate: 05/18/07 The cmfe expressions seem to need the database path. VisIt stores filenames using the entire path internally so perhaps the lack of path in the filename prevents cmfe from finding the right database. Richard Sharp complains that he is "in that directory so VisIt should find the files". dagobah 1016% mkdir richarddagobah 1017% cd richard/dagobah 1018% ln s ../wave/wave0000.silo A000.silodagobah 1019% ln s ../wave/wave0010.silo A010.silodagobah 1020% ln s ../wave/wave0020.silo A020.silodagobah 1021% ln s ../wave/wave0030.silo A030.silodagobah 1022% ln s ../wave/wave0200.silo B000.silodagobah 1023% ln s ../wave/wave0210.silo B010.silodagobah 1024% ln s ../wave/wave0220.silo B020.silodagobah 1025% ln s ../wave/wave0230.silo B030.silo 1. Open A.silo database2. A_minus_B = pressure - pos_cmfe(<B.silo database:pressure>, quadmesh, 1.)3. Create Pseudocolor of A_minus_B4. Draw Pseudocolor: ()viewer: The file "B.silo database" does not exist. This expression works and is what we want. It must need the path.pressure - pos_cmfe(</home/whitlocb/data/richard/B.silo database:pressure>, quadmesh, 1.)

-----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket.

Ticket number: 34 Status: Pending Project: VisIt Tracker: Bug Priority: Normal Subject: Path required in cmfe filenames? Assigned to: - Category: - Target version: - Author: Cyrus Harrison Start: Due date: % Done: 0% Estimated time: Created: 06/21/2010 07:15 pm Updated: Likelihood: 4 - Common Severity: 3 - Major Irritation Found in version: < 1.12 Impact: Expected Use: OS: All Support Group: DOE/ASC Description: cqid: VisIt00008047cqsubmitter: Brad Whitlockcqsubmitdate: 05/18/07 The cmfe expressions seem to need the database path. VisIt stores filenames using the entire path internally so perhaps the lack of path in the filename prevents cmfe from finding the right database. Richard Sharp complains that he is "in that directory so VisIt should find the files". dagobah 1016% mkdir richarddagobah 1017% cd richard/dagobah 1018% ln s ../wave/wave0000.silo A000.silodagobah 1019% ln s ../wave/wave0010.silo A010.silodagobah 1020% ln s ../wave/wave0020.silo A020.silodagobah 1021% ln s ../wave/wave0030.silo A030.silodagobah 1022% ln s ../wave/wave0200.silo B000.silodagobah 1023% ln s ../wave/wave0210.silo B010.silodagobah 1024% ln s ../wave/wave0220.silo B020.silodagobah 1025% ln s ../wave/wave0230.silo B030.silo 1. Open A.silo database2. A_minus_B = pressure - pos_cmfe(<B.silo database:pressure>, quadmesh, 1.)3. Create Pseudocolor of A_minus_B4. Draw Pseudocolor: ()viewer: The file "B.silo database" does not exist. This expression works and is what we want. It must need the path.pressure - pos_cmfe(</home/whitlocb/data/richard/B.silo database:pressure>, quadmesh, 1.)

Comments:

markcmiller86 commented 5 years ago

reduced likelihood and impact because wizard takes care of this issue.

@BradWhitlock ... should we close?