[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - Nbody simulations on the Parallella

Nbody simulations on the Parallella

Forum for anything not suitable for the other forums.

Re: Nbody simulations on the Parallella

Postby capnrob97 » Sat Jul 11, 2015 10:25 am

Trying to push my non MPI nbody code to github, get this error:

remote: Permission to parallella/parallella-examples.git denied to capnrob97
capnrob97
 
Posts: 74
Joined: Fri Feb 01, 2013 1:11 pm

Re: Nbody simulations on the Parallella

Postby tnt » Sat Jul 11, 2015 10:27 am

Well yeah, you can't push in that repo directly ... you have to do a fork of it under your account, push to that, then submit a pull request via the web ui.
tnt
 
Posts: 408
Joined: Mon Dec 17, 2012 3:21 am

Re: Nbody simulations on the Parallella

Postby capnrob97 » Sat Jul 11, 2015 10:32 am

I am following Andreas's blog on using github.

I did the fork etc on my local machine, then when I try to do the git push it errors out.

Did the 'fork' then add, the commit.

The blog says to then do the git push followed by a pull request
capnrob97
 
Posts: 74
Joined: Fri Feb 01, 2013 1:11 pm

Re: Nbody simulations on the Parallella

Postby tnt » Sat Jul 11, 2015 10:47 am

you need to fork on github, under you account name, then clone to your local machine, then push to your fork.
tnt
 
Posts: 408
Joined: Mon Dec 17, 2012 3:21 am

Re: Nbody simulations on the Parallella

Postby capnrob97 » Sat Jul 11, 2015 10:54 am

capnrob97
 
Posts: 74
Joined: Fri Feb 01, 2013 1:11 pm

Re: Nbody simulations on the Parallella

Postby capnrob97 » Sat Jul 11, 2015 12:07 pm

It must have worked, Andreas merged it into the parallella-examples

This was my first attempt at nBody.

I pushed that one first since it should easier for people to build and run, doesn't rely on building other libraries or anything.

I will clean up my MPI version, document some steps and push it later this weekend.

Forgot to add, you can't run it in X windows, do the ctrl-alt-f2 to login and run it from the command line there.
capnrob97
 
Posts: 74
Joined: Fri Feb 01, 2013 1:11 pm

Re: Nbody simulations on the Parallella

Postby capnrob97 » Sat Jul 11, 2015 8:12 pm

Sent a pull request for the MPI Nbody example

Also fixed a hard coded screen resolution issue in the mini-body example, should auto size to your screen res now
capnrob97
 
Posts: 74
Joined: Fri Feb 01, 2013 1:11 pm

Previous

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 8 guests