Skip to content

Commit

Permalink
Upgrade modules for Deception (#485)
Browse files Browse the repository at this point in the history
* change gcc and cuda version

* use cuda12.3 and gcc12.2.0
  • Loading branch information
jaelynlitz authored Dec 27, 2024
1 parent 928f142 commit 8e730c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines/deception.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
. /etc/profile.d/modules.sh
module purge

module load gcc/10.2.0
module load gcc/12.2.0
module load cmake/3.28.1
module load python/3.7.0
module load cuda/11.4
module load cuda/12.3

0 comments on commit 8e730c4

Please sign in to comment.