Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] Charm++ on Arcetri/pacini cluster

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] Charm++ on Arcetri/pacini cluster


Chronological Thread 
  • From: "Evgeniia Belousova -X (ebelouso - AAP3 INC at Cisco)" <ebelouso AT cisco.com>
  • To: Jim Phillips <jim AT ks.uiuc.edu>
  • Cc: "Landon Noll \(chongo\)" <chongo AT cisco.com>, "Thomas Gilgan -X \(thgilgan - AAP3 INC at Cisco\)" <thgilgan AT cisco.com>, "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] [ppl] Charm++ on Arcetri/pacini cluster
  • Date: Sat, 28 Mar 2015 00:04:13 +0000
  • Accept-language: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Thank you, Jim!
But ++local will run the program only on localhost (which is okay for
hello example), and for my application several nodes are needed.

Evgeniia

On 3/27/15, 2:28 PM, "Jim Phillips"
<jim AT ks.uiuc.edu>
wrote:

>
>Your problem is that you can't ssh to localhost. Try charmrun ++local
>instead, which will just fork the processes.
>
>Jim
>
>On Thu, 26 Mar 2015, Evgeniia Belousova -X (ebelouso - AAP3 INC at Cisco)
>wrote:
>
>> Hello Bilge,
>>
>> Thank you very much for the tutorial book you sent! It is really
>>helpful and explains some very interesting aspects.
>>
>> Nevertheless, we need a properly configured and fully functional
>>Charm++ build for trying all fancy tricks :-) I tried to install it in
>>my home directory on pacini using the following command:
>>
>> ./build charm++ netlrts-linux-x86_64 --with-production -j8
>>--enable-tracing --enable-tracing-commthread
>>
>> and pacini says that it was build successfully. I can run some examples
>>(like simplearrayhello), but I can run them only in the standalone mode
>>(./hello). When I try to use charmrun (./charmrun +p4 hello) I get the
>>following error message:
>>
>> connect to address ::1: Connection refused
>> Trying 127.0.0.1...
>> connect to address ::1: Connection refused
>> Trying 127.0.0.1Š
>>
>> and so on, and so forth. What could cause such an error?
>>
>> It would be very helpful, if you install Charm++ with correct
>>configuration on pacini (under /usr/local/uiuc, for example), so we
>>could make use of it.
>>
>> Regards,
>>
>> Evgeniia
>>
>>






Archive powered by MHonArc 2.6.16.

Top of Page