The official parafem docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
ParaFEM is an open source parallel finite element analysis library that is documented by the text book "Programming the Finite Element Method" available in English and Simplified Chinese.
The tag of each parafem docker image is consist of the version of parafem and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 5.0.3-oe2403sp4 | parafem 5.0.3 on openEuler 24.03-lts-sp4 | amd64, arm64 |
| 5.0.3-oe2403sp3 | parafem 5.0.3 on openEuler 24.03-lts-sp3 | amd64, arm64 |
To pull the parafem image from the registry:
docker pull openeuler/parafem:{Tag}
To run an interactive container with the parafem environment:
docker run -it --rm openeuler/parafem:{Tag} /bin/bash
To run a ParaFEM program with MPI:
docker run --rm openeuler/parafem:{Tag} mpirun --allow-run-as-root -np 2 p121 p121_demo
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:4343cb1a0…
Size
621.6 MB
Last updated
2 months ago
docker pull openeuler/parafemPulls:
13
Sep 7 to Sep 13