Jeff Hammond
Jeff Hammond
Work underway in https://github.com/jeffhammond/PRK/tree/hpx-2020
Thanks for the bug report. I will try to figure this out.
It is not important but OpenMPIv17.1 doesn't exist. Do you mean Open-MPI 1.7.1? It sounds like I need to add Open-MPI to Travis.
Please fix issues with `time_step`/`timestep.o`. Thanks. ``` /home/travis/build/ParRes/Kernels/PRK-deps/bin/mpicc -std=c99 -O3 -DMPI -DRESTRICT_KEYWORD=0 -DVERBOSE=0 -DDOUBLE=1 -DRADIUS=2 -DSTAR=1 -DLOOPGEN=0 -I../../include -c amr.c amr.c: In function ‘main’: amr.c:475:75: warning: format ‘%d’ expects argument...
Just push to your branch and GitHub will determine if there is a conflict.
@rfvander The problem is that `timestep.c` lives in `PRK/FENIX/AMR/` not `PRK/MPI1/AMR/`. Also, it depends on `fenix.h`. You need to implement MPI1's AMR without Fenix-related dependencies. ``` jrhammon-mac01:AMR jrhammon$ make amr...
Fixed in fa2ce89
Try to build `allmpi1` without the change in my patch. I don't see how it can succeed.
`MPI1/AMR/amr.c` separated `time_step` into a separate function as well...
Then where does https://github.com/ParRes/Kernels/blob/Fenix_new/MPI1/AMR/amr.c#L815 come from?