Skip to content
Snippets Groups Projects
Commit 7c05a527 authored by Simon Marlow's avatar Simon Marlow
Browse files

hpc_raytrace requires parsec

parent 458d853b
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ hpc = config.top + '/../utils/hpc/install-inplace/bin/hpc' ...@@ -6,7 +6,7 @@ hpc = config.top + '/../utils/hpc/install-inplace/bin/hpc'
hpc_prefix = 'perl ../hpcrun.pl --clear --exeext=' + config.exeext + ' --hpc=' + hpc; hpc_prefix = 'perl ../hpcrun.pl --clear --exeext=' + config.exeext + ' --hpc=' + hpc;
test('hpc_raytrace', \ test('hpc_raytrace', \
compose(skip_if_fast, cmd_prefix(hpc_prefix)), \ [ skip_if_fast, cmd_prefix(hpc_prefix), reqlib('parsec') ], \
multimod_compile_and_run, \ multimod_compile_and_run, \
['Main','-fhpc -package parsec']) ['Main','-fhpc -package parsec'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment