This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages) (Learn how and when to remove this message)
|
pFUnit is aFortranprogramming language framework forunit testing following thexUnit model.[1] Capabilities include parallel execution usingMPI andOpenMP.[2] Development began at NASAGoddard Space Flight Center in 2005. The framework makes extensive use of modern standard features of Fortran (2003, 2008), like support for object-oriented programming. A python-based preprocessor provides directives reminiscent of other xUnit testing frameworks (e.g. @assert), as well as support for parameterized test cases. pFUnit can be built using either aGNU make orCMake process.
It is published under theNASA Open Source Agreement version 1.3.[3]
Thiscomputer-programming-related article is astub. You can help Wikipedia byexpanding it. |