Skip to content

Commit

Permalink
Doc: HPC3 has CMake 3.30.2
Browse files Browse the repository at this point in the history
HPC3 (UCI) now has a modern CMake module. Use this instead
of installing our own.
  • Loading branch information
ax3l committed Sep 21, 2024
1 parent 7e22ae7 commit 9c41b76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/machines/hpc3-uci/hpc3_gpu_warpx.profile.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export MY_PROFILE=$(cd $(dirname $BASH_SOURCE) && pwd)"/"$(basename $BASH_SOURCE
if [ -z ${proj-} ]; then echo "WARNING: The 'proj' variable is not yet set in your $MY_PROFILE file! Please edit its line 2 to continue!"; return; fi

# required dependencies
module load cmake/3.22.1 # we need 3.24+ - installing via pipx until module is available
module load cmake/3.30.2
module load gcc/11.2.0
module load cuda/11.7.1
module load openmpi/4.1.2/gcc.11.2.0
Expand Down
1 change: 0 additions & 1 deletion Tools/machines/hpc3-uci/install_gpu_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ python3 -m pip install --upgrade packaging
python3 -m pip install --upgrade wheel
python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade pipx
python3 -m pipx install --upgrade cmake
python3 -m pip install --upgrade cython
python3 -m pip install --upgrade numpy
python3 -m pip install --upgrade pandas
Expand Down

0 comments on commit 9c41b76

Please sign in to comment.