Skip to content

Commit

Permalink
Fix submission (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
imos authored Jul 19, 2020
1 parent 535744c commit 9a6ea80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion submission/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ export ICFPC_API_HOST=$1
export ICFPC_API_KEY=$2

free -h
for f in /sys/fs/cgroup/memory/*; do echo $f; cat $f; echo; done
for f in /sys/fs/cgroup/memory/*; do
echo $f
cat $f || echo 'failed to read'
echo
done
cat /proc/cpuinfo

./target/release/cui \
Expand Down

0 comments on commit 9a6ea80

Please sign in to comment.