Skip to Content.
Sympa Menu

charm - Re: [charm] leanMD like code for N-body calc

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] leanMD like code for N-body calc


Chronological Thread 
  • From: Pritish Jetley <pjetley2 AT uiuc.edu>
  • To: Padma Raghavan <raghavan AT cse.psu.edu>
  • Cc: charm AT cs.uiuc.edu, kale AT illinois.edu
  • Subject: Re: [charm] leanMD like code for N-body calc
  • Date: Mon, 9 Jan 2012 14:08:43 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Yes, there is such a piece of code, called CharmBH. Please follow these steps to get an executable:

1. Obtain a copy of Charm++
2. build the 'MeshStreamer' library in Charm++: go to the tmp/libs/ck-libs/MeshStreamer directory and do a 'make'
3. Run the attached script to get an executable of barnes. The only argument to the script should be the path to your Charm++ installation. The script will clone the relevant repositories and switch to the correct branch before starting the compilation.

./install.sh <path to charm++ installation> 

Please let me know if you run into errors.
Pritish

On Mon, Jan 9, 2012 at 12:08 PM, Padma Raghavan <raghavan AT cse.psu.edu> wrote:

We are specifically looking for a barnes-hut type tree-code. Thanks, Padma
On 1/9/12 1:07 PM, Shad Kirmani wrote:
Hello,

We are looking for a lightweight code that does the N-Body calculations. ChaNGa is there but it is a very heavy code. Is there something available, like leanMD, for N-body calculations?

Thanks,
Shad

--

Padma Raghavan                         

Director, Institute for CyberScience 

Professor, Computer Science and Engineering       

The Pennsylvania State University      

Phone: 814-865-9233                    

E-mail: raghavan AT psu.edu

Html: http://www.ics.psu.edu

      http://www.cse.psu.edu/~raghavan

Staff: Louise Troxell

E-mail: slt29 AT psu.edu

Phone:814-867-1467





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




--
Pritish Jetley
Doctoral Candidate, Computer Science
University of Illinois at Urbana-Champaign

Attachment: install.sh
Description: Bourne shell script




Archive powered by MHonArc 2.6.16.

Top of Page