2016-04-07 10:16:33 -04:00
|
|
|
---
|
|
|
|
name: "Matrix Multiplication"
|
|
|
|
description: >
|
|
|
|
Test page faults by performing matrix multiplication on a large array.
|
|
|
|
tags: [vm]
|
2016-04-07 14:10:47 -04:00
|
|
|
depends: [not-dumbvm-vm]
|
2016-04-07 10:16:33 -04:00
|
|
|
sys161:
|
|
|
|
ram: 2M
|
|
|
|
---
|
|
|
|
| p /testbin/matmult
|