Revision 9a6a850d323c357f9dde95f4029b39afd48e3f97 authored by Francois Trahay on 13 June 2008, 12:12:37 UTC, committed by Francois Trahay on 13 June 2008, 12:12:37 UTC
1 parent f5c630e
Raw File
bench_createtasks

#-*-sh-*-
# PM2: Parallel Multithreaded Machine
# Copyright (C) 2001 "the PM2 team" (see AUTHORS file)
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or (at
# your option) any later version.
# 
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.

. include/marcel_default

marcel=${BENCHMARCEL:-"mono"}
hosts=${BENCHHOST:-"localhost"}

flavor="bench_marcel_${marcel}_${hosts}"
appdir="${PM2_ROOT}/marcel/examples"
loop="marcel"

prog="createtasks"
args="200"
back to top