Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
n-body_methods
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
CodeVault
hpc-kernels
n-body_methods
b23a6c37b0885828ebeae01cad88073e1898a3fe
n-body_methods
bh_tree_mpi
main.cpp
Find file
Normal view
History
Permalink
main.cpp
49 B
Newer
Older
* added basic code for bh tree datastructures
Paul Heinzlreiter
committed
8 years ago
1
2
3
4
int
main
(
int
argc
,
char
*
argv
[])
{
return
0
;
}