Skip to content

Commit

Permalink
Added initial CIL setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Apr 13, 2015
1 parent e823a07 commit dce9b8a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions suites/cil_paper.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
from default import *

scripts = [
('Black Scholes', 'black_scholes', '--size=5000000*10'),
]

references = {
'bridges': [python_numpy, cil_managed, cil_unsafe],
'scripts': scripts,
}

bohrium = {
'bridges': [cil_bohrium],
'managers': [('node', 'node', '', None)],
'engines': [('cpu', 'cpu', None)],
'scripts': scripts
}

suites = [
references,
bohrium
]

0 comments on commit dce9b8a

Please sign in to comment.