遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/4824)
<a href="https://www.bestpractices.dev/projects/4824"><img src="https://www.bestpractices.dev/projects/4824/badge"></a>
Python framework for coupled HPC simulations
IPS (Integrated Plasma Simulator) is an environment to orchestrate complex coupled simulation workflows on parallel computers. The IPS is designed primarily for use in a batch-processing environment, with a batch job typically comprising a single invocation of the framework, calling the individual physics codes many times as the simulation progresses.
Detailed in https://ips-framework.readthedocs.io/en/latest/development.html
https://github.com/HPC-SimTools/IPS-framework/issues
https://ips-framework.readthedocs.io/en/latest/development.html#code-review-expectations
No flake8 warning has been disabled. The disabled list of warning from pylint is in https://github.com/HPC-SimTools/IPS-framework/blob/main/.pylintrc and is actively been worked on to reduce the number of disabled warnings.
The code base does not implement or rely on any particular cryptographic mechanisms.
Running bandit and CodeQL which check for common vulnerabilities
Application written using Python, not C/C++
后退