Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] VisIt Mac fix

A minor add on would be to add ICE e after. 

To recap:

example script called 

ice.sh
#!bin/bash
set <DYLD_PATH>
run ICE. (visit should pick up the DYLD_LIBRARY_PATH of the parent (ICE) process.

This might be a quick thing to try.

Best regards,
Hari


On Thu, May 7, 2015 at 3:31 PM, Harinarayan Krishnan <hkrishnan@xxxxxxx> wrote:
There is a potential quick and easy workaround for this. One could simply create a "visit-ice" executable. That simply consists of

-----
#!/bin/bash

DYLD_LIBRARY_PATH=<VisIt-Path>:$DYLD_LIBRARY_PATH
<execute-visit>
-----

Finally, just call the visit-ice executable.

This way the environment doesn't get corrupted and ParaView still works.

Does this sound okay? or is VisIt and ParaView running under the same environment?

Best regards,
Hari

On Thu, May 7, 2015 at 3:03 PM, McCaskey, Alex <mccaskeyaj@xxxxxxxx> wrote:
Hey Hari, 

The current problem exists on Macs that have other VTK libraries in their DYLD_LIBRARY_PATH. I’m attaching a pdf explaining it and the current work-around I used. But turns out, this work-around might also affect some users Paraview installation. 

Alex




Back to the top