Skip to Content.
Sympa Menu

charm - RE: [charm] Regarding charm4py and charm++ on RPi3B+.

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

RE: [charm] Regarding charm4py and charm++ on RPi3B+.


Chronological Thread 
  • From: "Galvez Garcia, Juan Jose" <jjgalvez AT illinois.edu>
  • To: Evan Ramos <evan AT hpccharm.com>, Edlir Pllashniku <edlir_1996 AT live.com>
  • Cc: "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Subject: RE: [charm] Regarding charm4py and charm++ on RPi3B+.
  • Date: Mon, 8 Apr 2019 17:31:33 +0000
  • Accept-language: en-US
  • Authentication-results: illinois.edu; spf=pass smtp.mailfrom=jjgalvez AT illinois.edu; dkim=pass header.d=uillinoisedu.onmicrosoft.com header.s=selector1-illinois-edu; dmarc=pass header.from=illinois.edu

Hi Ed,

 

For completeness, since you have to build charm++ from source, these are the full instructions to build Charm4py + Charm++ from source and install:

 

git clone https://github.com/UIUC-PPL/charm4py

cd charm4py

git clone https://github.com/UIUC-PPL/charm charm_src/charm

cd charm_src/charm

./build charm4py netlrts-linux-arm7 -j2

cd ../..

python3 setup.py install

 

 

Let us know if this works or not.

 

-Juan

 

From: Evan Ramos
Sent: Monday, April 8, 2019 12:23 PM
To: Edlir Pllashniku
Cc: charm AT cs.illinois.edu
Subject: Re: [charm] Regarding charm4py and charm++ on RPi3B+.

 

Hi Ed,

It looks like pip is trying to build Charm++ in the netlrts-linux-x86_64-tcp configuration, which won't work on an ARM device like the Raspberry Pi.

Try cloning Charm from our Git repository and building it with one of the following commands.

If your OS is built in 32-bit mode, which is likely to be the case unless you went out of your way to use an AArch64 distribution, try this command:

./build charm4py netlrts-linux-arm7 -j2

For completeness, the 64-bit build command would be:

./build charm4py netlrts-linux-arm8 -j2

Regards,
Evan A. Ramos
Software Engineer
Charmworks, Inc.


On Sat, Apr 6, 2019 at 10:25 AM Edlir Pllashniku <edlir_1996 AT live.com> wrote:
Hello,

I am wondering if charm4py is compatible with Raspberry Pi 3B+ which has an ARM cortex A53 (quad core) processor ?

I've tried to install it using both raspbian and ubuntu mate OS but neither work. Everytime I try it exits after ~1.5 hours blaming on internal compiler error. After that I tried installing the charm++ manually first and there the (same) error appears in a slightly different form. If you are curious on the different errors I got, I made a post (see link below) on superuser at stackoverflow about the error.


Kind Regards,
Ed



Archive powered by MHonArc 2.6.19.

Top of Page