Skip to content

Commit

Permalink
Use new URL for tramp3d
Browse files Browse the repository at this point in the history
Fixes #505
  • Loading branch information
Andi Kleen committed Dec 18, 2023
1 parent 1fc9709 commit 346820a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions workloads/CLTRAMP3D
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
set -e
if [ ! -f tramp3d-v4.cpp ] ; then
echo "Downloading tramp3d-v4"
curl https://users.suse.com/~rguenther/tramp3d/tramp3d-v4.cpp.gz |
gunzip |
curl https://raw.githubusercontent.com/microsoft/checkedc-llvm-test-suite/master/MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.cpp |
sed -e 's/mutable Element_t/Element_t/' \
-e 's/mutable Pooma::Iterate_t/Pooma::Iterate_t/' > tramp3d-v4.cpp
fi
Expand Down
3 changes: 1 addition & 2 deletions workloads/GCCTRAMP3D
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
set -e
if [ ! -f tramp3d-v4.cpp ] ; then
echo "Downloading tramp3d-v4"
curl https://users.suse.com/~rguenther/tramp3d/tramp3d-v4.cpp.gz |
gunzip |
curl https://raw.githubusercontent.com/microsoft/checkedc-llvm-test-suite/master/MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.cpp |
sed -e 's/mutable Element_t/Element_t/' \
-e 's/mutable Pooma::Iterate_t/Pooma::Iterate_t/' > tramp3d-v4.cpp
fi
Expand Down

0 comments on commit 346820a

Please sign in to comment.