Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] problem with IS benchmark

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] problem with IS benchmark


Chronological Thread 
  • From: Gengbin Zheng <gzheng AT illinois.edu>
  • To: Daniel Carmo <daniel.a.s.carmo AT gmail.com>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] [ppl] problem with IS benchmark
  • Date: Fri, 15 Jun 2012 00:46:38 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Try a make clean before you make. You may already have a broken
(incompatible) setparams binary there, which make command skip
building it.
The setparams should be compiled fresh after you make clean.

Gengbin

On Thu, Jun 14, 2012 at 12:04 PM, Daniel Carmo
<daniel.a.s.carmo AT gmail.com>
wrote:
> Hi,
>
> I'm trying a benchmark of NMPB. I don't know nothing about it and i'm having
> problems. First, the make command don't work. The terminal accuse permission
> denied by the setparams exe:
> daniel@ubuntu:~/Documentos/Benchmarks/NPB3.2/NPB3.2-MPI/IS$
> make
> make[1]: Entering directory
> `/home/daniel/Documentos/Benchmarks/NPB3.2/NPB3.2-MPI/sys'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory
> `/home/daniel/Documentos/Benchmarks/NPB3.2/NPB3.2-MPI/sys'
> ../sys/setparams is 1 U
> make: execvp: ../sys/setparams: Permission denied
> make: *** [config] Error 127
> If anyone knows about this, please answer me.




Archive powered by MHonArc 2.6.16.

Top of Page