Skip to Content.
Sympa Menu

charm - Re: [charm] charm cannot compile

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] charm cannot compile


Chronological Thread 
  • From: Phil Miller <unmobile AT gmail.com>
  • To: sherin n m <surumi429 AT gmail.com>
  • Cc: Charm Mailing List <charm AT cs.illinois.edu>
  • Subject: Re: [charm] charm cannot compile
  • Date: Fri, 24 Mar 2017 08:38:11 -0500

We'll need more details from you to be truly helpful, but I can take a guess at what's going on.

You've built Charm++ successfully, and are now trying to compile some application using it. Your build process (command line, script, makefile, whatever) just tries to run 'charmc' without specifying a path to it. Since it's probably not on your $PATH, the shell doesn't find it, and errors as reported.

Either invoke charmc by its full path, or add your build's target/bin directory to your PATH environment variable.

On Mar 24, 2017 8:28 AM, "sherin n m" <surumi429 AT gmail.com> wrote:
No command 'charmc' found, did you mean:
 Command 'charm' from package 'charm' (universe)
charmc: command not found




Archive powered by MHonArc 2.6.19.

Top of Page