I agree. This is a huge drawback, and not only for reading files. We have a smp implementation (for Scilab) written in C that use forking and intermediate files to overcome this, but it only works in Scilab 5 when running headless. This really limits the usefulness of the software I think, as modern servers typically have lots of cores.
Cheers, Arvid From: Scilab Users List <[email protected]> on behalf of "Carrico, Paul" <[email protected]> Reply-To: Users mailing list for Scilab <[email protected]> Date: Tuesday, 30 October 2018 at 10:55 To: 'Users mailing list for Scilab' <[email protected]> Subject: Re: [Scilab-users] parallel_run Scilab is not probably the best tool to deal with big files (except maybe csv ones – but without addition information’s from your side); for your study, I suggest you to have a look to python … EXPORT CONTROL : Cet email ne contient pas de données techniques This email does not contain technical data De : users [mailto:[email protected]] De la part de FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY) Envoyé : mardi 30 octobre 2018 10:51 À : Users mailing list for Scilab Objet : [EXTERNAL] Re: [Scilab-users] parallel_run I think the fact that there is no Multi-Threading system within scilab framework is a big drawback. From: users <[email protected]> On Behalf Of Stéphane Mottelet Sent: Tuesday, October 30, 2018 10:49 AM To: Users mailing list for Scilab <[email protected]> Subject: Re: [Scilab-users] parallel_run Use Scilab 5.5.2 under Linux. S. Le 30 oct. 2018 à 10:44, FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY) <[email protected]<mailto:[email protected]>> a écrit : Hello Again, In that case what should I do I want to run code paralley because I have a very big file ? From: users <[email protected]<mailto:[email protected]>> On Behalf Of Arvid Rosén Sent: Tuesday, October 30, 2018 10:39 AM To: Users mailing list for Scilab <[email protected]<mailto:[email protected]>> Subject: Re: [Scilab-users] parallel_run parallel_run has also been broken on macOS for ages unfortunately. I don’t think it was removed though. Cheers, Arvid From: Scilab Users List <[email protected]<mailto:[email protected]>> on behalf of "Carrico, Paul" <[email protected]<mailto:[email protected]>> Reply-To: Users mailing list for Scilab <[email protected]<mailto:[email protected]>> Date: Tuesday, 30 October 2018 at 10:15 To: 'Users mailing list for Scilab' <[email protected]<mailto:[email protected]>> Subject: Re: [Scilab-users] parallel_run Hi I do not know if it’s still the case, but some time ago, parallel runs were only available under Linux and not under Windows Paul EXPORT CONTROL : Cet email ne contient pas de données techniques This email does not contain technical data De : users [mailto:[email protected]] De la part de FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY) Envoyé : mardi 30 octobre 2018 10:13 À : [email protected]<mailto:[email protected]> Objet : [EXTERNAL] [Scilab-users] parallel_run Hello Sir\M’m I am trying to execute parallel_run method but even with I have tried by copy pasting the example in the forum function a=g(arg1) a=arg1*arg1 endfunction res = parallel_run(1:10, g); but I have the following error: “ Undefined variable: parallel_run” Thanks in advance. _______________________________________________ users mailing list [email protected]<mailto:[email protected]> https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users<https://urldefense.proofpoint.com/v2/url?u=https-3A__antispam.utc.fr_proxy_1_c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy_lists.scilab.org_mailman_listinfo_users&d=DwMGaQ&c=0hKVUfnuoBozYN8UvxPA-w&r=4TCz--8bXfJhZZvIxJAemAJyz7Vfx78XvgYu3LN7eLo&m=Blvo1n7SxDimsoEOWU_VJPW88Hpdz3AXvr547C6Hbjc&s=TxShEIqz0kVTe25aefsqQCjAyDxzxeii4TrnU5XMil8&e=>
_______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
