[Scilab-users] Scilab 6.0.1 extremely slow on new (high-end) laptop

2018-09-29 Thread Orbeaman
Hello, I received my new laptop a few days ago and found out that Scilab 6.0.1 is extremely slow. I would say that it takes about twice the time in comparison to my previous laptop - New laptop (available since since June 2018) I9-8950HK GTX 1080 with 1 x 16GB RAM SSD RAID 0 Windows 10 Home Versi

Re: [Scilab-users] bug when setting gcbo field in a callback function ?

2018-09-29 Thread Samuel Gougeon
Le 29/09/2018 à 00:31, antoine monmayrant a écrit : Hello Stéphane, Well, I tried exactly this trick with mixed results: it kind of works most of the time, but sometimes it fails. I did not manage to reproduce the issue with my minimum working example though. It's weird, no? Why would gcbo b

Re: [Scilab-users] bug when setting gcbo field in a callback function ?

2018-09-29 Thread antoine monmayrant
Le 29/09/2018 à 12:10, Samuel Gougeon a écrit : Le 29/09/2018 à 00:31, antoine monmayrant a écrit : Hello Stéphane, Well, I tried exactly this trick with mixed results: it kind of works most of the time, but sometimes it fails. I did not manage to reproduce the issue with my minimum working

Re: [Scilab-users] Scilab 6.0.1 extremely slow on new (high-end) laptop

2018-09-29 Thread antoine monmayrant
Hello Ludovic, No, I've never seen something like that. But it's sure you won't get the same build under Win10 and a vanilla linux install. On Windows, I know you can choose between Intel optimized libraries and base ones, and on linux, it depends on whether you rebuild for your machine or use

Re: [Scilab-users] bug when setting gcbo field in a callback function ?

2018-09-29 Thread Stéphane Mottelet
Hello Antoine There are multiple other problems like this one, solved when inserting a pause or a sleep. They are java synchronization problems, likely S. > Le 29 sept. 2018 à 12:47, antoine monmayrant a > écrit : > > > >> Le 29/09/2018 à 12:10, Samuel Gougeon a écrit : >>> Le 29/09/2

Re: [Scilab-users] Scilab 6.0.1 extremely slow on new (high-end) laptop

2018-09-29 Thread Samuel Gougeon
Le 29/09/2018 à 11:53, Orbeaman a écrit : Hello, I received my new laptop a few days ago and found out that Scilab 6.0.1 is extremely slow. I would say that it takes about twice the time in comparison to my previous laptop - New laptop (available since since June 2018) I9-8950HK GTX 1080 with 1

Re: [Scilab-users] bug when setting gcbo field in a callback function ?

2018-09-29 Thread Stéphane Mottelet
Another example of such weirdness: consider (fixed) bug #13359. Its non-regression test fail (at least on my OSX and Linux machines) systematicaly when run by --> test_run cacsd bug_13359 When run interactively by --> exec SCI/modules/cacsd/tests/nonreg_tests/bug_13359.tst it sometimes succe

[Scilab-users] Portability

2018-09-29 Thread Gabriel Calderon
   I have made a working  simulator with XCOS in Scilab 5.5.2, on MacOS. I've try to run it on the same Scilab version on WindowsXP and the plots appear distorted.    What could be the reason?   Thanks in advance,     Christian ___ use

Re: [Scilab-users] bug when setting gcbo field in a callback function ?

2018-09-29 Thread Samuel Gougeon
Le 29/09/2018 à 18:16, Stéphane Mottelet a écrit : Another example of such weirdness: consider (fixed) bug #13359. Its non-regression test fail (at least on my OSX and Linux machines) systematicaly when run by --> test_run cacsd bug_13359 When run interactively by --> exec SCI/modules/cacsd/

Re: [Scilab-users] Portability

2018-09-29 Thread Samuel Gougeon
Le 29/09/2018 à 18:41, Gabriel Calderon a écrit : I have made a working simulator with XCOS in Scilab 5.5.2, on MacOS. I've try to run it on the same Scilab version on WindowsXP and the plots appear distorted. What could be the reason? Hello Gabriel, Would you mind trying with the mos