Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- InfluxDB - Access the most powerful time series database as a service
- Sonar - Write Clean Python Code. Always.
-
Here is the github provided by the author: https://github.com/lmoran94/eurocc_cfd
-
if that makes your eyes bleed, what do you think about this? https://github.com/scipy/scipy/blob/main/scipy/special/specfun/specfun.f (heh)
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
The report is somewhat in line with my experience. Rayon is ok for a few threads (<50), beyond that the execution time doesn't really scale well anymore unfortunately. This is too little for many HPC applications in fluid simulations. I had a fluid solver once parallelized with MPI and it had more or less optimal scaling for 1000+ processors and was also on par with codes written in C and Fortran, but I didn't compare it 1:1. Here is the mpi code. (It's a bit rough though and certainly not perfect) https://github.com/preiter93/rustpde-mpi
Related posts
- numerically evaluating wavelets?
- Fortran in SciPy: Get rid of linalg.interpolative Fortran code
- Optimization Without Using Derivatives
- scipy?
- Python - SciPy basic Introduction What is SciPy? SciPy is a scientific computation library that uses NumPy underneath. SciPy stands for Scientific Python. It provides more utility functions for optimization, stats and signal processing. Like NumPy, SciPy is open source so we can use it freely.