MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: parallel table

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107319] Re: parallel table
  • From: "Very Bad Mother..." <shinytinkerbell at googlemail.com>
  • Date: Tue, 9 Feb 2010 02:44:35 -0500 (EST)
  • References: <hkm7br$oqi$1@smc.vnet.net> <hkoiei$t5n$1@smc.vnet.net>

Sorry,
new problem that I believe shouldn't occur. This time I use only
Mathematica built-in functions. Pls, have a look:

In[31]:= ParallelTable[
 ListPlot3D[
  Import[ToString["Psi_t" <> ToString[time] <> ".dat"]]], {time, 0,
  8000000, 2000000}]

(kernel 6) Import::nffil: File not found during Import.
(kernel 6) ListPlot3D::arrayerr: $Failed must be a valid array or a
list of valid arrays.
(kernel 8) LinkOpen::linke: Error 19
(kernel 7) LinkOpen::linke: Error 19
(kernel 8) JLink`InstallJava::launch: The Java runtime could not be
launched.
(kernel 7) JLink`InstallJava::launch: The Java runtime could not be
launched.
(kernel 8) JLink`Java::init: Java is not running. You must call
InstallJava[] to start the Java runtime.
(kernel 7) JLink`Java::init: Java is not running. You must call
InstallJava[] to start the Java runtime.
(kernel 8) PacletManager::fail: The PacletManager could not start.
Certain operations will not function correctly in this session unless
the PacletManager can run. It will attempt to restart when needed,
unless you set PacletManagerEnabled[] = False.
(kernel 7) PacletManager::fail: The PacletManager could not start.
Certain operations will not function correctly in this session unless
the PacletManager can run. It will attempt to restart when needed,
unless you set PacletManagerEnabled[] = False.
(kernel 8) Import::nffil: File not found during Import.
(kernel 7) Import::nffil: File not found during Import.
(kernel 8) ListPlot3D::arrayerr: $Failed must be a valid array or a
list of valid arrays.
(kernel 7) ListPlot3D::arrayerr: $Failed must be a valid array or a
list of valid arrays.
During evaluation of In[31]:= ListPlot3D::arrayerr: $Failed must be a
valid array or a list of valid arrays. >>
During evaluation of In[31]:= ListPlot3D::arrayerr: $Failed must be a
valid array or a list of valid arrays. >>
During evaluation of In[31]:= ListPlot3D::arrayerr: $Failed must be a
valid array or a list of valid arrays. >>
During evaluation of In[31]:= General::stop: Further output of
ListPlot3D::arrayerr will be suppressed during this calculation. >>

Out[31]= {ListPlot3D[$Failed], ListPlot3D[$Failed],
 ListPlot3D[$Failed]}

Any ideas what's happening this time?
Thank you for your help in advance,
--
tinkerbell


  • Prev by Date: Re: NDSolve with Dirichlet boundary condition
  • Next by Date: Re: LaplaceTransform[SquareWave[]] ??
  • Previous by thread: Re: parallel table
  • Next by thread: Re: Re: parallel table