-
-
Notifications
You must be signed in to change notification settings - Fork 435
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 #6507 from akheir/master
Update LSU Jenkins libraries to match Rostam 3.0 with RHEL9
- Loading branch information
Showing
43 changed files
with
157 additions
and
241 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
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
7 changes: 4 additions & 3 deletions
7
.jenkins/lsu/env-gcc-13-cuda-12-dgx.sh → .jenkins/lsu/env-gcc-12-cuda-12-dgx.sh
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
# Copyright (c) 2020 ETH Zurich | ||
# Copyright (c) 2024 Alireza Kheirkhahan | ||
# | ||
# SPDX-License-Identifier: BSL-1.0 | ||
# Distributed under the Boost Software License, Version 1.0. (See accompanying | ||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | ||
|
||
module purge | ||
module load cmake | ||
module load gcc/10 | ||
module load boost/1.75.0-${build_type,,} | ||
module load gcc/14 | ||
module load boost/1.85.0-${build_type,,} | ||
module load hwloc | ||
module load openmpi | ||
module load pwrapi/1.1.1 | ||
|
||
export HPXRUN_RUNWRAPPER=srun | ||
export CXX_STD="17" | ||
export CXX_STD="20" | ||
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH | ||
|
||
configure_extra_options+=" -DHPX_WITH_CXX_STANDARD=${CXX_STD}" | ||
configure_extra_options+=" -DHPX_WITH_MALLOC=system" | ||
configure_extra_options+=" -DHPX_WITH_FETCH_ASIO=ON" | ||
configure_extra_options+=" -DHPX_WITH_ASIO_TAG=asio-1-12-0" | ||
configure_extra_options+=" -DHPX_WITH_COMPILER_WARNINGS=ON" | ||
configure_extra_options+=" -DHPX_WITH_COMPILER_WARNINGS_AS_ERRORS=ON" | ||
configure_extra_options+=" -DHPX_WITH_PARCELPORT_MPI=ON" | ||
configure_extra_options+=" -DHPX_WITH_PARCELPORT_LCI=ON" | ||
configure_extra_options+=" -DHPX_WITH_FETCH_LCI=ON" | ||
configure_extra_options+=" -DCMAKE_C_COMPILER=gcc" | ||
configure_extra_options+=" -DCMAKE_C_FLAGS=-fPIC" | ||
configure_extra_options+=" -DHPX_WITH_DATAPAR_BACKEND=EVE" | ||
configure_extra_options+=" -DHPX_WITH_FETCH_EVE=ON" | ||
configure_extra_options+=" -DHPX_WITH_EVE_TAG=main" | ||
|
||
# The pwrapi library still needs to be set up properly on rostam | ||
# configure_extra_options+=" -DHPX_WITH_POWER_COUNTER=ON" | ||
|
||
configure_extra_options+=" -DHPX_COROUTINES_WITH_THREAD_SCHEDULE_HINT_RUNS_AS_CHILD=ON" |
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
Oops, something went wrong.