EDITFEKO running in multi-core windows machine

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hi,

I'm running hundreds of simulation using an automated matlab code in a multi-core windows machine. In EDITFEKO file i checked the parallel option(see Fig_1), but it's taking only one core and as a results the simulation is taking very long time. While running using the command           !'C:\Program Files\Altair\2017\feko\bin\prefeko.exe' DONE_mod.pre 
                                                                                                                                        !'C:\Program Files\Altair\2017\feko\bin\runfeko.exe' DONE_mod.fek --use-gpu

the message added below is showed,

 NOTE    35127: You are running a sequential version of FEKO, but it was detected that your CPU has more than one core. For best performance, it would be recommended to run the parallel FEKO kernel (your licence allows this) 

 

Can anyone please help me to use multiple core.

 

Thanks in Advance,

 


   

<?xml version="1.0" encoding="UTF-8"?>Fig_1.JPG

Tagged:

Answers

  • Mel
    Mel Altair Community Member
    edited May 2018

    Click on the dialog launcher by the mouse arrow. Then enter your number of cores as shown under the Parallel Execution group.

     

    _editfeko.png

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited May 2018

    Thanks, this setting works only in Feko solver, but not in the matlab code. However, I've got the answer. I've used   -np x  where x is the number of processor. the whole command for 40 core in matlab is 

       !'C:\Program Files\Altair\2017\feko\bin\runfeko.exe' DONE_mod.fek --use-gpu -np 40

     

    Thanks