tac0S
Template Affectional Command Operating System
Macros | Functions | Variables
matmult.c File Reference

Data structures to manage LISP-like lists. More...

#include "syscall.h"

Macros

#define Dim
 

Functions

int main ()
 

Variables

int A [Dim][Dim]
 
int B [Dim][Dim]
 
int C [Dim][Dim]
 

Detailed Description

Data structures to manage LISP-like lists.

Author
Olivier Hureau, Hugo Feydel , Julien ALaimo

matmult.c Test program to do matrix multiplication on large arrays.

Intended to stress virtual memory system.

Ideally, we could read the matrices off of the file system, and store the result back to the file system!

Macro Definition Documentation

#define Dim
Value:
20 /* sum total of the arrays doesn't fit in
* physical memory
*/