sourceryinstitute / jupyter-CAF-kernel

:sparkles: A Coarray Fortran Jupyter notebook kernel :cloud: :computer: :notebook: :zap:
https://beta.mybinder.org/v2/gh/sourceryinstitute/jupyter-CAF-kernel/master
MIT License
61 stars 11 forks source link

Installation requirements #4

Closed bkmgit closed 5 years ago

bkmgit commented 6 years ago

This is nice. Would be helpful if could use GCC and Gfortran 5. OpenCoarrays will also work with OpenMPI

zbeekman commented 6 years ago

Hi Benson,

Can you please clarify what the issue is? Do you just want documentation of what the installation requirements are?

You really need GCC/GFortran >= 6.1 for decent OpenCoarrays support.

FYI, there are docker images (that I may need to update) that have everything you need.

Let me know how I can help & make things clearer.

ansh997 commented 6 years ago

Hi, I want to use coarray-fortran locally. For that I followed the steps given but it shows following issues: jupyter-kernelspec install prebuild/jupyter-caf-kernel/Coarray-Fortran/ after this it shows error: [Errno 13] Permission denied: '/usr/local/share/jupyter' Perhaps you want to install with sudo or --user? but with sudo also it asks for repo even after adding repo and following first three steps. Please Help!

zbeekman commented 6 years ago

Hi @ansh997,

Do you just want to use plain Coarray Fortran locally or do you want to use Coarray Fortran with Jupyter notebooks locally?

If you just want to use Coarray Fortran, without jupyter, please see https://github.com/sourceryinstitute/OpenCoarrays

In the meantime I will look into a solution that will allow a more flexible installation.

zbeekman commented 6 years ago

P.S. Pull requests implementing suggested improvements are always welcome 😉

zbeekman commented 5 years ago

I think you can pass --user to your pip install command. I hope you sorted the issue out. If not feel free to re-open this issue.