Group Abstract Group Abstract

Message Boards Message Boards

0
|
138 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Can't start kernels and getting an error: Unable to communicate with closed link

In[83]:= LaunchKernels[]

During evaluation of In[83]:= LinkObject::linkd: Unable to communicate with closed link LinkObject['/Applications/Wolfram.app/Contents/MacOS/WolframKernel' -noinit -subkernel -wstp,2002,23].

During evaluation of In[83]:= LinkObject::linkd: Unable to communicate with closed link LinkObject['/Applications/Wolfram.app/Contents/MacOS/WolframKernel' -noinit -subkernel -wstp,2003,24].

During evaluation of In[83]:= LinkObject::linkd: Unable to communicate with closed link LinkObject['/Applications/Wolfram.app/Contents/MacOS/WolframKernel' -noinit -subkernel -wstp,2004,25].

During evaluation of In[83]:= General::stop: Further output of LinkObject::linkd will be suppressed during this calculation.

During evaluation of In[83]:= Parallel`Developer`ConnectKernel::failinit: 8 of 8 kernels failed to initialize.

Out[83]= {}

In[82]:= ParallelKernels[]

Out[82]= {}

In[80]:= AbsoluteTiming[
  counts2X2X2sList = ParallelMap[
    ArrayReshape[ (* Convert 1X8 counts into 2X2X2 counts; 
      doing it this weird way - Flatten first - is much faster. *)
      Flatten@#,
      {Length@#, 2, 2, 2}
      ] &,
    counts1X8sList
    ]
  ][[1]]

During evaluation of In[80]:= ParallelMap::nopar: No parallel kernels available; proceeding with sequential evaluation.

Out[80]= 0.040537
POSTED BY: Mark Tuttle
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard