Skip to Content.
Sympa Menu

charm - Re:[charm]

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re:[charm]


Chronological Thread 
  • From: Nikhil Jain <nikhil.jain AT acm.org>
  • To: Shahriar minaee <sh.minaee AT gmail.com>
  • Cc: Charm Mailing List <charm AT cs.illinois.edu>
  • Subject: Re:[charm]
  • Date: Tue, 27 Oct 2015 10:36:57 -0500

Hi Shahriar,

It is hard to point out the error without looking at the error
messages that would have preceded the text you have sent. Can you
share what errors were printed before the "make[1]" line. Also, based
on the name of the build folder, I wonder if you really intended to
build all these options. Here is a break down of what you are
building:

multicore-linux64- : Build charm for single node linux desktop
bigemulator-bigsim- : Building charm on top the emulation framework
(typically used for generating simulation traces)
g95-: Use fortran g95 compiler
ooc-: build with out of core support
papi-: enable PAPI counters
persistent-: use persistent communication routines (does not match the
multicore build)
tsan- : enable thread sanitizer options

--Nikhil

On Tue, Oct 27, 2015 at 7:34 AM, Shahriar minaee
<sh.minaee AT gmail.com>
wrote:
> Dear developers
>
> I have a problem with installing charm on my laptop with ubuntu 14.0.4 os.
> here is the error:
> make[1]: *** [conv-autoconfig.h] Error 1
> make[1]: Leaving directory
> `/home/USER/Desktop/charm/multicore-linux64-bigemulator-bigsim-g95-lcs-ooc-papi-persistent-tsan-gcc/tmp'
> make: *** [headers] Error 2
> Charm++ NOT BUILT. Either cd into
> multicore-linux64-bigemulator-bigsim-g95-lcs-ooc-papi-persistent-tsan-gcc/tmp
> and try
>
> Whats the problem?
>
> Thank you for your answer
>



--
Nikhil Jain,
nikhil.jain AT acm.org,
http://charm.cs.uiuc.edu/people/nikhil
Doctoral Candidate @ CS, UIUC


  • [charm], Shahriar minaee, 10/27/2015
    • Re:[charm], Nikhil Jain, 10/27/2015

Archive powered by MHonArc 2.6.16.

Top of Page