[Scilab-users] More rapid calculation

antoine monmayrant antoine.monmayrant at laas.fr
Wed Feb 14 18:12:30 CET 2018


Hello,


If your problem is embarrassingly parallel (ie you run your simulations 
many times independently for different random matrices), you might speed 
up the overall simulation by running more than one instance of scilab in 
parallel.


Antoine


Le 14/02/2018 à 18:00, Stéphane Mottelet a écrit :
> Hello,
>
> A priori, there is no reason why your calculation should use more than 
> one CPU core, which explains why you see only 1/8=12,5% CPU use.
>
> S.
>
>
> Le 14/02/2018 à 14:35, fujimoto2005 a écrit :
>> I am using 6.00 for windows.
>> I am doing a simulation using a random number matrix with a huge 
>> size. The
>> size of the random matrix is 10 ^ 4 x 25000.
>> I am using a PC equipped with 8 cores and 16 threads.
>> It takes a considerable time to finish the simulation, but CPU 
>> utilization
>> is as low as 10-20%. Is there any way to increase the CPU usage and 
>> finish
>> the calculation sooner?
>> The loop is not used. I am using matrix functions.
>> I also considered parallel computing, but it is said that it can not 
>> be used
>> on windows.
>>
>> Best regards.
>>
>>
>>
>> -- 
>> Sent from: 
>> http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html
>> _______________________________________________
>> users mailing list
>> users at lists.scilab.org
>> http://lists.scilab.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>




More information about the users mailing list