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

2021-02-25 Thread Stéphane Mottelet
It’s exactly the opposite. It does work with 5.5.2 under Linux but does not 
with  5.5.2 under Windows.

S.

> Le 25 févr. 2021 à 16:25, Antoine Monmayrant  a 
> écrit :
> 
> 
> Hello Clément,
> 
> I forgot that detail.
> But this will not help Andrei use parallel_run, as it does not work under 
> linux, right?
> 
> Cheers,
> 
> Antoine
> 
> On 25/02/2021 16:10, Clément David wrote:
>> Hello Andrei,
>>  
>> To launch the Scilab 5.5.2 binary on new Linux version, you might need to 
>> remove some libraries (so files) provided 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, 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.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 ...
>>  
>> --
>> WBR,
>> Andrei
>>  
>> 
>> 
>> ___
>> users mailing list
>> users@lists.scilab.org
>> http://lists.scilab.org/mailman/listinfo/users
> ___
> users mailing list
> users@lists.scilab.org
> https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


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

2021-02-25 Thread Clément David
Hello Antoine,

It should run on Linux using 5.5.2 (as fork() is available) however if parallel 
work is needed I suggest you to use Scilab MPI rather than parallel_run. The 
former is process based with explicit variable transfer whereas the latter is 
implicit.

See https://help.scilab.org/docs/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.
But this will not help Andrei use parallel_run, as it does not work under 
linux, right?

Cheers,

Antoine
On 25/02/2021 16:10, Clément David wrote:
Hello Andrei,

To launch the Scilab 5.5.2 binary on new Linux version, you might need to 
remove some libraries (so files) provided 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, 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.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 ...

--
WBR,
Andrei




___

users mailing list

users@lists.scilab.org

http://lists.scilab.org/mailman/listinfo/users
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


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

2021-02-25 Thread Antoine Monmayrant

Hello Clément,

I forgot that detail.
But this will not help Andrei use parallel_run, as it does not work 
under linux, right?


Cheers,

Antoine

On 25/02/2021 16:10, Clément David wrote:


Hello Andrei,

To launch the Scilab 5.5.2 binary on new Linux version, you might need 
to remove some libraries (so files) provided 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, 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.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 ...

--
WBR,

Andrei


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


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

2021-02-25 Thread Clément David
Hello Andrei,

To launch the Scilab 5.5.2 binary on new Linux version, you might need to 
remove some libraries (so files) provided 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, 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.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 ...

--
WBR,
Andrei

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users