Skip to content
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

Double output #6

Open
jordana309 opened this issue Jan 23, 2022 · 2 comments
Open

Double output #6

jordana309 opened this issue Jan 23, 2022 · 2 comments

Comments

@jordana309
Copy link

jordana309 commented Jan 23, 2022

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
Copy link
Member

rouson commented Jan 24, 2022

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
Copy link
Author

jordana309 commented Jan 24, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants