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

Print in parallel evaluation doesn't work #108

Open
stone-zeng opened this issue Jan 15, 2021 · 0 comments
Open

Print in parallel evaluation doesn't work #108

stone-zeng opened this issue Jan 15, 2021 · 0 comments

Comments

@stone-zeng
Copy link

Print in parallel evaluation will not give any result. Fox example, in Jupyter it gives

ParallelTable[Print[i]; i, {i, 10}]

(* Output *)
{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}

But in a desktop version's Mathematica there should be something like

1
3
5
6
2
4
7
8
9
10

from the sub-kernels.

  • Wolfram language version: 12.1.1 for Linux x86 (64-bit) (June 19, 2020)
  • Operation system: Linux x86 (64-bit)
  • Jupyter version:
    • jupyter core : 4.6.3
    • jupyter-notebook : 6.1.4
    • qtconsole : 4.7.7
    • ipython : 7.18.1
    • ipykernel : 5.3.4
    • jupyter client : 6.1.7
    • jupyter lab : not installed
    • nbconvert : 6.0.2
    • ipywidgets : 7.5.1
    • nbformat : 5.0.7
    • traitlets : 5.0.4
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

1 participant