-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from arcaneframework/dev/ah-add-ubuntu-2404
Change version of the image base (U22 -> U24)
- Loading branch information
Showing
4 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,9 @@ ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 | |
ENV OMPI_ALLOW_RUN_AS_ROOT=1 | ||
ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 | ||
|
||
RUN /root/scripts/use_openmpi.sh | ||
RUN /root/scripts/use_@COMPILER_NAME@@[email protected] | ||
|
||
RUN cd /tmp \ | ||
&& git clone --recurse-submodules https://github.com/arcaneframework/framework \ | ||
&& mkdir build \ | ||
|
@@ -22,15 +25,11 @@ RUN cd /tmp \ | |
-D BUILD_SHARED_LIBS=ON \ | ||
-D CMAKE_C_COMPILER=@C_COMPILER@ \ | ||
-D CMAKE_CXX_COMPILER=@CXX_COMPILER@ \ | ||
-D ARCCORE_CXX_STANDARD=23 \ | ||
-D ARCCORE_CXX_STANDARD=20 \ | ||
-D ARCANE_DEFAULT_PARTITIONER=Metis \ | ||
-D CMAKE_BUILD_TYPE=@CMAKE_BUILD_TYPE@ \ | ||
-D ARCCORE_BUILD_MODE=@ARCCORE_BUILD_MODE@ \ | ||
-D ARCANE_BUILD_TYPE=@ARCANE_BUILD_TYPE@ \ | ||
@CMAKE_CONFIG@ \ | ||
&& cmake --build /tmp/build --target install \ | ||
&& cd / && rm -rf /tmp/* | ||
|
||
# RUN useradd -ms /bin/bash arcane_user | ||
# USER arcane_user | ||
# WORKDIR /home/arcane_user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters