Skip to content

UIUC-PPL/barnes

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This is a Barnes-Hut simulator written on top of Charm++.

To build:
1. Edit the Makefile CHARM_PATH to point to your built copy of Charm++.
2. Edit the Makefile STRUCTURES_PATH to point to the Changa structures library.
   git clone https://github.com/N-BodyShop/utility
   STRUCTURES_PATH = utility/structures
3. make

Usage:
1. Prepare a data file with 10K particles:
   ./plummer 10000 particles.bin
2. Run on a single processor with 100 TreePieces and 50 iterations
   ./charmrun +p1 ./barnes -in=particles.bin -p=100 -killat=50

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published