Rob Van der Wijngaart

Results 23 comments of Rob Van der Wijngaart

You're a brave man!

Apologies. Indeed, OpenMPI 1.7.1 is the version required at present. It is obtained using Mercurial. I will send instructions. The Fenix library is also required. I will send instructions for...

Thanks for getting cracking on my pull request. I'll figure out what went wrong and fix it.

Can you check to see if there is a conflict in make.common? I have this in the version that should have been committed and push to branch Fenix_new: ``` ......

That was a typo on my part. I had already pushed my branch.

I'm not sure I understand. I had pulled the body out of the main iteration loop only for the Fenix implementations of the PRKs, and in that case Fenix-related dependencies...

That is actually a matter of garbage collection. File timestep.c in that directory is not used to build the kernel. It must be left over from my work on Fenix,...

Ah, I was on branch master. I will check this out later tonight. Sorry.

OK, I'll take care of it. The reason MPI1/AMR has the split structure is because I wanted to create a simple example for the Fenix version. I should have reverted...

I could determine that the code hangs in the preinit part. **I take that back**. The code hangs in Fenix_Init, but I don't know where yet.