The rest
This commit is contained in:
parent
54807292b8
commit
64013e1c36
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "libvpx"]
|
||||||
|
path = libvpx
|
||||||
|
url = https://chromium.googlesource.com/webm/libvpx
|
1
ampere_scratch
Symbolic link
1
ampere_scratch
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/fs/nexus-scratch/vut/ampere_scratch/
|
1
libpod/tmp/pause.pid
Normal file
1
libpod/tmp/pause.pid
Normal file
@ -0,0 +1 @@
|
|||||||
|
369522
|
1
libvpx
Submodule
1
libvpx
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c6de95ce0e54c3d40fa39bb1c8cab282b7d1d877
|
820
libvpx_make.output
Normal file
820
libvpx_make.output
Normal file
File diff suppressed because one or more lines are too long
1
local_scratch
Symbolic link
1
local_scratch
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/scratch0/vut/
|
8
notes.txt
Normal file
8
notes.txt
Normal 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
2
power.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
sensors | awk '/CPU power:/ {printf "Socket"++count[$1] " "; print $3}' >> power.output
|
5
testing_container/Containerfile
Normal file
5
testing_container/Containerfile
Normal 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/*
|
0
testing_container/test.txt
Normal file
0
testing_container/test.txt
Normal file
BIN
testing_container/testing.sif
Executable file
BIN
testing_container/testing.sif
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user