Skip to Content.
Sympa Menu

charm - Re: [charm] Charm 6.2.0-pre1 Available

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Charm 6.2.0-pre1 Available


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: Jim Phillips <jim AT ks.uiuc.edu>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] Charm 6.2.0-pre1 Available
  • Date: Wed, 17 Mar 2010 17:01:43 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

On Wed, Mar 17, 2010 at 16:46, Jim Phillips
<jim AT ks.uiuc.edu>
wrote:
> Please be sure that it works without --use-production as well.  Thanks.

Tested, works. This will be on the release branch shortly.

> -Jim
>
> On Wed, 17 Mar 2010, Phil Miller wrote:
>
>> Confirmed. I'm changing
>> #define CMK_OPTIMIZE
>> to
>> #define CMK_OPTIMIZE 1
>> in the generated conv-mach-opt.h. I've tested that this works on Abe,
>> and am trying to test it on a local machine with ICC.
>>
>> Thanks for the report.
>>
>> Phil
>>
>> On Wed, Mar 17, 2010 at 15:47, Jim Phillips
>> <jim AT ks.uiuc.edu>
>> wrote:
>>>
>>> Hi,
>>>
>>> I get the following building mpi-linux-x86_6 --with-production on abe.
>>>
>>> -Jim
>>>
>>>
>>> ../bin/charmc  -O -nobs -o machine.o  -DFOR_CPLUS=1 machine.c
>>> machine.c(77): error: expected an expression
>>>  #if CMI_MPI_TRACE_USEREVENTS && !CMK_OPTIMIZE && ! CMK_TRACE_IN_CHARM
>>>                                                ^
>>>
>>> machine.c(111): error: expected an expression
>>>  #if !CMK_OPTIMIZE
>>>                   ^
>>>
>>> machine.c(1335): warning #1011: missing return statement at end of
>>> non-void
>>> func
>>> tion "CmiAsyncSendFn"
>>>  }
>>>  ^
>>>
>>> machine.c(1637): warning #266: function "ConverseCommonExit" declared
>>> implicitly
>>>    ConverseCommonExit();
>>>    ^
>>>
>>> machine.c(1664): error: expected an expression
>>>  #if CMI_MPI_TRACE_USEREVENTS && !CMK_OPTIMIZE && !CMK_TRACE_IN_CHARM
>>>                                                ^
>>>
>>> machine.c(1737): warning #266: function "EmergencyExit" declared
>>> implicitly
>>>    EmergencyExit();
>>>    ^
>>>
>>> machine.c(1788): warning #266: function "CthInit" declared implicitly
>>>    CthInit(CmiMyArgv);
>>>    ^
>>>
>>> machine.c(1790): warning #266: function "ConverseCommonInit" declared
>>> implicitly
>>>    ConverseCommonInit(CmiMyArgv);
>>>    ^
>>>
>>> machine.c(1793): error: expected an expression
>>>  #if CMI_MPI_TRACE_USEREVENTS && !CMK_OPTIMIZE && !CMK_TRACE_IN_CHARM
>>>                                                ^
>>>
>>> machine.c(1954): error: expected an expression
>>>  #if !CMK_OPTIMIZE
>>>                   ^
>>>
>>>
>





Archive powered by MHonArc 2.6.16.

Top of Page