octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [octave-forge] (parallel) request help for testing at Windows


From: Markus Mützel
Subject: Re: [octave-forge] (parallel) request help for testing at Windows
Date: Sat, 30 Nov 2019 10:26:51 +0100

Am 28. November 2019 um 19:20 Uhr schrieb "Olaf Till":
> I couldn't go on with this for a few days, and since it seems to
> require more effort, I suggest that you don't fell pressed to respond
> immediately but may be make a new test once you have time... I can't
> currently promise to immediately respond myself...
>
> Anyway a new tarball with md5sum
>
> 6624809226b50b3f2e475e98d84bad40  parallel-3.1.3.tar.gz
>
> is uploaded to
>
> https://sourceforge.net/p/octave/package-releases/393/
>
> , which addresses the issue with the filename of the Octave
> executable.

I downloaded the tar ball and installed it with
pkg install parallel-3.1.3.tar.gz

It looks like the compilation completed successfully.

Afterwards, I re-started Octave (don't know whether that is necessary) and 
tried to run the following command. But it looks like they failed:
octave:1> pkg load parallel
octave:2>  __test_rfeval__ (@ (x) sqrt (x), 1, @ (info, x) info.message);
error: '__rfeval_slave__' undefined near line 1 column 1
could not load variable
error: could not initialize function handle

The function seems to exist though:
octave:2> which __rfeval_slave__
'__rfeval_slave__' is a function from the file 
D:\Octave\Octave-5.1.0.0\mingw64\lib\octave\packages\parallel-3.1.3\x86_64-w64-mingw32-api-v53\__rfeval_slave__.oct

And on the powershell:
PS 
D:\Octave\Octave-5.1.0.0\mingw64\lib\octave\packages\parallel-3.1.3\x86_64-w64-mingw32-api-v53>
 ls


    Verzeichnis: 
D:\Octave\Octave-5.1.0.0\mingw64\lib\octave\packages\parallel-3.1.3\x86_64-w64-mingw32-api-v53


Mode                LastWriteTime         Length Name
----                -------------         ------ ----
-a----       30.11.2019     10:06        8298196 fload.oct
-a----       30.11.2019     10:06        8298713 fsave.oct
-a----       30.11.2019     10:06       16877329 parallel_generate_srp_data.oct
-a----       30.11.2019     10:06       39652934 parallel_interface.oct
-a----       30.11.2019     10:06            483 PKG_ADD
-a----       30.11.2019     10:06            573 PKG_DEL
-a----       30.11.2019     10:06        8448098 select.oct
-a----       30.11.2019     10:06        6728715 __exit__.oct
-a----       30.11.2019     10:06       11030765 __rfeval_slave__.oct
-a----       30.11.2019     10:06       15966986 __test_rfeval__.oct
-a----       30.11.2019     10:06        8669054 __visglobal__.oct


Please, let me know if you need more information.

Markus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]