Re: [Scilab-users] Scilab 5.5.2 in Debian 10 - segmentation fault

2021-02-25 Thread Stéphane Mottelet
ded by your system. Especially, you >> could remove the scilab-5.5.2/lib/thirdparty/libz.so.1 file which is >> provided by your system. >> >> Regards, >> >> Clément >> >> From: users On Behalf Of Andrei Lomov >> Sent: Thursday, Februar

Re: [Scilab-users] Scilab 5.5.2 in Debian 10 - segmentation fault

2021-02-25 Thread Clément David
/5.5.2/en_US/MPI_Recv.html for more information. Thanks, Clément From: users On Behalf Of Antoine Monmayrant Sent: Thursday, February 25, 2021 4:25 PM To: users@lists.scilab.org Subject: Re: [Scilab-users] Scilab 5.5.2 in Debian 10 - segmentation fault Hello Clément, I forgot that detail

Re: [Scilab-users] Scilab 5.5.2 in Debian 10 - segmentation fault

2021-02-25 Thread Antoine Monmayrant
:* [Scilab-users] Scilab 5.5.2 in Debian 10 - segmentation fault Hi All, In order to use Scilab’ parallel_run in Debian 10 (x86_64), i download https://www.scilab.org/download/5.5.2/scilab-5.5.2.bin.linux-x86_64.tar.gz unpack it to ~/foo/scilab-5.5.2 then cd ~/foo/scilab-5.5.2/bin and run

Re: [Scilab-users] Scilab 5.5.2 in Debian 10 - segmentation fault

2021-02-25 Thread Clément David
On Behalf Of Andrei Lomov Sent: Thursday, February 18, 2021 11:00 AM To: users@lists.scilab.org Subject: [Scilab-users] Scilab 5.5.2 in Debian 10 - segmentation fault Hi All, In order to use Scilab’ parallel_run in Debian 10 (x86_64), i download https://www.scilab.org/download/5.5.2/scilab-5.5.2

[Scilab-users] Scilab 5.5.2 in Debian 10 - segmentation fault

2021-02-18 Thread Andrei Lomov
Hi All, In order to use Scilab’ parallel_run in Debian 10 (x86_64), i download https://www.scilab.org/download/5.5.2/scilab-5.5.2.bin.linux-x86_64.tar.gz unpack it to ~/foo/scilab-5.5.2 then cd ~/foo/scilab-5.5.2/bin and run …   $./scilab   Segmentation fault :((   ? What am I doing wrong ...  

Re: [Scilab-users] Scilab 5.5.2 in Debian 10 - segmentation fault

2021-02-18 Thread Antoine Monmayrant
Hello Andrei, I think this is a dead end. As far as I remember, parallel_run only works on Windows, on 1 core and is an ugly hack. From https://help.scilab.org/doc/5.5.2/en_US/parallel_run.html : "In this current version of Scilab, |parallel_run| uses only one core on Windows platforms."

Re: [Scilab-users] Scilab 5.5.2 in Debian 10 - segmentation fault

2021-02-18 Thread Jean-Yves Baudais
Hi, > From: "Andrei Lomov" <99and...@mail.ru> > https://www.scilab.org/download/5.5.2/scilab-5.5.2.bin.linux-x86_64.tar.gz > $./scilab > Segmentation fault I faced segfault problem with really basic matrix use in Scilab 5.3 and I guessed mismatch somewhere (Scilab, Java, OS?) in multicore