Update container authored by Rémy Mozul's avatar Rémy Mozul
...@@ -54,12 +54,13 @@ From: ubuntu:noble ...@@ -54,12 +54,13 @@ From: ubuntu:noble
apt install -y libhdf5-dev hdf5-tools python3-h5py apt install -y libhdf5-dev hdf5-tools python3-h5py
# build the sources # build the sources
cd /root/lmgc90/build mkdir /root/build
cmake ../ -DWITH_OPENMP=ON cd /root/build
cmake ../lmgc90 -DWITH_OPENMP=ON
make && make install make && make install
# clean build and source directories # clean build and source directories
rm -rf /root/lmgc90 rm -rf /root/build
``` ```
Then the image file can be created with: Then the image file can be created with:
```cmd ```cmd
... ...
......