-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct labels in philim.f90 select statement. #660
Conversation
This fixes a bug introduced in b9706ae.
I am not sure why but the builds are failing because packages that are look like they are correctly installed are subsequently not found, in this case |
On my laptop the pyclaw tests now run fine except for The petclaw tests give me a bunch of errors saying
e.g.
|
That just means that you do not have |
Actually, one of the Travis builds is also failing because it can't find h5py. It's strange, because the installation of hdf5-parallel with Conda appears to be successful. |
Any thoughts as to why this is happening? As far as I can tell everything is getting installed correctly so the only thing that comes to mind is that there is a path problem and something has changed the way that conda and Travis interact. |
I have not been able to uncover what is going on with the Conda install of MPI and HDF5. I don't see how it could possibly be related to this PR, so I'm in favor of merging this. I've raised an issue: |
I support this as well. I can send a message to one of the conda developers as well and see if they have an idea. |
Fixed bug in philim but travis not passing due to mpi/hdf5 issue.
This fixes a bug introduced in b9706ae.