Re: PyTrilinos import error Mac OS

2017-08-29 Thread Seufzer, William J. (LARC-D307)
But wait… there’s more… The afore mentioned conda install uses gmsh 2.15. There is a runtime error saying it wants a gmsh version > 2.5. I renamed gmsh in my environment and made sure I had a path into a > 2.5 version of the gmsh application on the Mac. I also had to do this on Linux. I had to

Re: PyTrilinos import error Mac OS

2017-08-25 Thread Guyer, Jonathan E. Dr. (Fed)
I'm glad I could help. Hopefully the conda devs will show me how to get a complete solution to what's still pretty broken. > On Aug 25, 2017, at 1:12 PM, Seufzer, William J. (LARC-D307) > wrote: > > Success! > > Here are the results from running parallel.py in the

Re: PyTrilinos import error Mac OS

2017-08-25 Thread Seufzer, William J. (LARC-D307)
Success! Here are the results from running parallel.py in the FiPy examples folder. (pytril) examples: mpirun -np 4 python parallel.py mpi4py: processor 0 of 4 :: PyTrilinos: processor 0 of 4 :: FiPy: 4 cells on processor 0 of 4 mpi4py: processor 1 of 4 :: PyTrilinos: processor 1 of 4 :: FiPy:

Re: PyTrilinos import error Mac OS

2017-08-25 Thread Guyer, Jonathan E. Dr. (Fed)
Make that `activate ` on Windows > On Aug 25, 2017, at 12:54 PM, Guyer, Jonathan E. Dr. (Fed) > wrote: > > OK, multiple things are messed up here and I'm not sure any of them are > related to Apple possibly moving things. > > Things should work on Mac OS X and Linux

Re: PyTrilinos import error Mac OS

2017-08-25 Thread Guyer, Jonathan E. Dr. (Fed)
OK, multiple things are messed up here and I'm not sure any of them are related to Apple possibly moving things. Things should work on Mac OS X and Linux with: conda create --name --channel guyer --channel conda-forge fipy nomkl Note, this does not work on Windows. On that platform, you

Re: PyTrilinos import error Mac OS

2017-08-22 Thread Guyer, Jonathan E. Dr. (Fed)
Apple moved something between 10.11 and 10.12. It looks like my rebuild for 10.12 from a few weeks ago broke 10.11. I'll have to figure out how to post both versions (and rebuild the 10.11 version at all). > On Aug 22, 2017, at 9:58 AM, Seufzer, William J. (LARC-D307) >

PyTrilinos import error Mac OS

2017-08-22 Thread Seufzer, William J. (LARC-D307)
I get the following error on Mac OS 10.11.6 (Xcode 8.2.1 w/ command line tools installed). I used: conda create --name pytril --channel guyer --channel condo-forge fipy to create the environment (BTW, thanks for setting that up!!) Father Google doesn’t seem to be of any help on this one. The