jupyter-CAF-kernel icon indicating copy to clipboard operation
jupyter-CAF-kernel copied to clipboard

Double output

Open jordana309 opened this issue 3 years ago • 2 comments

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?

jordana309 avatar Jan 23 '22 05:01 jordana309

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.

rouson avatar Jan 24 '22 03:01 rouson

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?

jordana309 avatar Jan 24 '22 04:01 jordana309