Fenix
Fenix: A Portable, Flexible Fault Tolerance Programming Framework for MPI Applications
Install / Use
/learn @sandialabs/FenixREADME
************************************************************************
_|_|_|_| _|_|_|_| _| _| _|_|_| _| _|
_| _| _|_| _| _| _| _|
_|_|_| _|_|_| _| _| _| _| _|
_| _| _| _|_| _| _| _|
_| _|_|_|_| _| _| _|_|_| _| _|
************************************************************************
Installation
These instructions assume you are in your home directory.
- Checkout Fenix sources
- For example:
git clone <address of this repo> && cd Fenix
- For example:
- Create a build directory.
- Specify the MPI C compiler to use. Open MPI 5+ is the required version.
- Check out the CMake documentation for the best information on how to do this, but in general:
- Set the CC environment variable to the correct
mpicc, - Invoke cmake with
-DCMAKE_C_COMPILER=mpicc, - Add the mpi install directory to CMAKE_PREFIX_PATH.
- Set the CC environment variable to the correct
- If you experience segmentation faults during simple MPI function calls, this is often caused by accidentally building against multiple versions of MPI. See the FENIX_SYSTEM_INC_FIX CMake option for a potential fix.
- Check out the CMake documentation for the best information on how to do this, but in general:
- Run
cmake ../ -DCMAKE_INSTALL_PREFIX=... && make install - Optionally, add the install prefix to your CMAKE_PREFIX_PATHS environment variable, to enable
find_package(fenix)in your other projects.
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR
