This commit is contained in:
Tien Vu 2024-10-29 16:39:35 -04:00
parent 54807292b8
commit 64013e1c36
11 changed files with 842 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "libvpx"]
path = libvpx
url = https://chromium.googlesource.com/webm/libvpx

1
ampere_scratch Symbolic link
View File

@ -0,0 +1 @@
/fs/nexus-scratch/vut/ampere_scratch/

1
libpod/tmp/pause.pid Normal file
View File

@ -0,0 +1 @@
369522

1
libvpx Submodule

@ -0,0 +1 @@
Subproject commit c6de95ce0e54c3d40fa39bb1c8cab282b7d1d877

820
libvpx_make.output Normal file

File diff suppressed because one or more lines are too long

1
local_scratch Symbolic link
View File

@ -0,0 +1 @@
/scratch0/vut/

8
notes.txt Normal file
View File

@ -0,0 +1,8 @@
apptainer pull --arch arm64 --arch-variant 8 debian-unstable.sif docker://debian:unstable
podman save localhost/libvpx -o libvpx.img
apptainer pull libvpx.sif docker-archive:libvpx.img
~/ampere.sh apptainer run libvpx.sif
scontrol show job <jobid> --details
scancel --user vut --partition oasis
scancel --user vut --partition oasis

2
power.sh Normal file
View File

@ -0,0 +1,2 @@
#! /bin/sh
sensors | awk '/CPU power:/ {printf "Socket"++count[$1] " "; print $3}' >> power.output

View File

@ -0,0 +1,5 @@
FROM --platform=linux/arm64 debian:unstable
RUN apt-get update -y \
&& apt-get install -y vim gcc g++ make linux-perf stress \
&& rm -rf /var/lib/apt/lists/*

View File

BIN
testing_container/testing.sif Executable file

Binary file not shown.