You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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 :)
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?
The text was updated successfully, but these errors were encountered: