Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
CPU can be created and used even though failures are not handled yet. SURF
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 20 Nov 2004 00:17:49 +0000 (00:17 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 20 Nov 2004 00:17:49 +0000 (00:17 +0000)
commitfd472f70823a1157acdca204f02accd97918dccc
tree3cda0073fc0b19f44479fb3ebcdd1dfa2e642241
parent5c83394d7f1f7e2aa6d9d2fa7467afa4da9b7bd9
CPU can be created and used even though failures are not handled yet. SURF
is now a working mini SimGrid. You can have a look at
testsuite/surf/maxmin_usage.c to see how easy it is to use. Adding other
resource types is really straightforward.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@522 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/include/surf/surf.h
src/surf/cpu.c
src/surf/cpu_private.h
src/surf/surf.c
src/surf/surf_private.h
testsuite/Makefile.am
testsuite/surf/maxmin_bench.c [new file with mode: 0644]
testsuite/surf/maxmin_usage.c