Feasibility of Sim4Life GPU Acceleration and Multithreaded Script Execution
-
Hello everyone! I'm currently running simulations with Sim4Life and would like to know if it's possible to improve efficiency through GPU acceleration or by running multiple scripts in parallel using multithreading. Could anyone share some experience or provide simple example code? Thanks a lot!
-
-
in theory, you can do anything you could do in a "normal" Python installation, in the Sim4Life Python. You might just have to install the package (go to the Python folder in
C:\Program Files\Sim4Life_<installed version>\Python
and runpython.exe -m pip install <some package>
. -
the analysis pipeline can run independent jobs in parallel when you run it from the GUI. In Python, the "Update" is probably blocking. @Sylvain might know?
-
-
-
in theory, you can do anything you could do in a "normal" Python installation, in the Sim4Life Python. You might just have to install the package (go to the Python folder in
C:\Program Files\Sim4Life_<installed version>\Python
and runpython.exe -m pip install <some package>
. -
the analysis pipeline can run independent jobs in parallel when you run it from the GUI. In Python, the "Update" is probably blocking. @Sylvain might know?
-