diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-25 14:54:18 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-25 14:54:18 +0200 |
commit | 3120c6f5a7064da4da650d1d5029110897206613 (patch) | |
tree | 46d47b535b744916d8c7a8b7483b7010d34dc228 | |
parent | 013863225326e06ea4113fd724d75b09ab0d4c55 (diff) |
TRNS nmc: explicitly source SDK
-rwxr-xr-x | TRNS/dimes-hetsim-nmc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TRNS/dimes-hetsim-nmc.sh b/TRNS/dimes-hetsim-nmc.sh index e821f1c..fb2640c 100755 --- a/TRNS/dimes-hetsim-nmc.sh +++ b/TRNS/dimes-hetsim-nmc.sh @@ -3,6 +3,8 @@ mkdir -p log/$(hostname) baselines/cpu/log/$(hostname) fn=log/$(hostname)/dimes-hetsim-nmc +source /opt/upmem/upmem-2024.1.0-Linux-x86_64/upmem_env.sh + # Args: -m m -n n -o M_ -p N_ # # Input: (M_ * m) × (N_ * n) matrix |