Skip to Content.
Sympa Menu

charm - Re: [charm] Fwd: [ppl] Charm++ on Samsung Galaxy Note 3

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Fwd: [ppl] Charm++ on Samsung Galaxy Note 3


Chronological Thread 
  • From: Eric Bohm <ebohm AT illinois.edu>
  • To: <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] Fwd: [ppl] Charm++ on Samsung Galaxy Note 3
  • Date: Wed, 19 Nov 2014 15:22:45 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Happy to hear that the arm7 build is working there.

If it isn't too much trouble, it would be nice to know if the test suite passes.

To get the entire test suite you'll need to build a bit more.

./build LIBS multicore-arm7 --with-production
cd multicore-arm7/tests;
make -j16;
make test;

The test suite can also be run using parallel make, but output gets confusing and overlapping tests perturb one another's performance, so we generally don't do that.

On 11/19/2014 02:44 PM, Jozsef Bakosi wrote:
Forgot to CC the list.

---------- Forwarded message ----------
From: Jozsef Bakosi <jbakosi AT gmail.com>
Date: Wed, Nov 19, 2014 at 1:43 PM
Subject: Re: [ppl] [charm] Charm++ on Samsung Galaxy Note 3
To: Yanhua Sun <sun51 AT illinois.edu>


That builds fine too. Should I run unit/regression tests?

On Wed, Nov 19, 2014 at 11:50 AM, Yanhua Sun <sun51 AT illinois.edu> wrote:
Excellent. Jozsef.

Can you also try to see whether you can build multicore version? 

./build charm++ multicore-arm7 --with-production 

Yanhua



On Wed, Nov 19, 2014 at 12:23 PM, Jozsef Bakosi <jbakosi AT gmail.com> wrote:
Hi folks,

Maybe someone else has done this already, but I wanted to let the developers know that I have successfully built Charm++ 6.6.0 on my cell-phone inside GNURoot Wheezy which allows a complete Debian inside an file-image without root (similar to VirtualBox). The build command line was

./build charm++ net-linux-arm7 -j16 --with-production

Outstanding work! Kudos to all of you! Please keep up the excellent work!

Why? Because I can... ;-)

Cheers,
Jozsef

_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm

_______________________________________________
ppl mailing list
ppl AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/ppl




--
Yours Sincerely,
Yanhua Sun 
University of Illinois at Urbana-Champaign,




_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm




Archive powered by MHonArc 2.6.16.

Top of Page