I want to run a simulation with a fixed number of threads. The call to openEMS is:
FDTD.Run(Sim_Path, verbose=3, cleanup=True, setup_only=setup_only, debug_pec=debug_pec, numThreads=num_threads)
When the simulation is started it still starts with one thread for the multithreading compressed_sse engine which means m_numThreads in that engine is still 0.
I want to run a simulation with a fixed number of threads. The call to openEMS is:
FDTD.Run(Sim_Path, verbose=3, cleanup=True, setup_only=setup_only, debug_pec=debug_pec, numThreads=num_threads)
When the simulation is started it still starts with one thread for the multithreading compressed_sse engine which means m_numThreads in that engine is still 0.