doc: mention Apptainer in INSTALL
This commit is contained in:
parent
bee47592af
commit
400c69c49a
1 changed files with 9 additions and 3 deletions
|
|
@ -2,7 +2,8 @@
|
|||
Summary
|
||||
=======
|
||||
|
||||
As Paradiseo is a development framework, you do not really need to install it on all your systems. Just put it somewhere on your development computer, compile it from here and indicate where to find it to your favorite build system.
|
||||
As Paradiseo is a development framework, you do not really need to install it on all your systems.
|
||||
Just put it somewhere on your development computer, compile it from here and indicate where to find it to your favorite build system.
|
||||
|
||||
|
||||
Build
|
||||
|
|
@ -18,6 +19,11 @@ Paradiseo use the CMake build system, so building it should be as simple as:
|
|||
mkdir build ; cd build ; cmake -DEDO=ON .. && make -j
|
||||
```
|
||||
|
||||
The file `howto_build_paradiseo.apptainer.def` shows you how to install and build from scratch.
|
||||
It is a definition file for the [Apptainer](https://apptainer.org/) container system,
|
||||
which is often used on HPC clusters.
|
||||
|
||||
|
||||
Develop
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue