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
60 stars 10 forks source link

Double output #6

Open jordana309 opened 2 years ago

jordana309 commented 2 years ago

When I run the following: program example x=1+1 print *, 'Hello, World!', x end program example I get the following output: /usr/bin/ld: warning: libgfortran.so.4, needed by /home/nuker/anaconda3/lib/libmpi.so, may conflict with libgfortran.so.5 Hello, World! 2.00000000
Hello, World! 2.00000000

Is there a reason I'm getting double output?

rouson commented 2 years ago

Thanks for your interest in jupyter-CAF-kernel. It hasn't been maintained recently. It appears you've discovered a bug. If you have any interest in investigation this and contributing a fix, pull requests are welcome.

jordana309 commented 2 years ago

I appreciate that, rouson! I'm just starting to get into serious coding, and will likely have little time to mess with it much (I don't get a lot of time to code much due to other responsibilities). However, if I figure out something, I'll go ahead an note it here :)

So I'll leave the issue open for now?