CFLAG

Results 39 comments of CFLAG

Re-opening. This issue should be closed when the README or INSTALL is updated as mentioned above.

All the tests are using the following syntax : ``` if (BUILD_TARGET MATCHES "gpu") file(COPY bind.sh DESTINATION ${run_dir}) add_test(NAME test2d COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ./bind.sh $ ${TEST_ARGUMENTS} WORKING_DIRECTORY ${run_dir}) else...

Hello, If the DCT / DST in this PR is working, it could replace the current one. In this situation, conflicts are expected. I have been working on this PR...

In my opinion, a proper design could be to use command-line arguments such as ``` mpirun -n 5 test --nx 32 --ny 64 --nz 128 --prow 1 --pcol 5 .......

I will update the CI to use BP5 instead of BP4. If the CI passes, then we can merge inside dev. Apr 18, 2025 08:54:05 Stefano Rolfo ***@***.***>: > >...

I think the PR is almost ready for merging. The ADIOS2 examples have been updated, they are probably missing some OpenACC stuff.

I think the branch `main` is not ready for BP5, deeper modifications in the example are needed. One workaround could be to update 2decomp without updating the example and print...

Currently, xcompact3d is performing some MPI IO for the particles. We could move the corresponding MPI IO routines inside 2decomp.

This is relevant if some other people would need it. @fangjian19 , do you think other people might need something similar ? Do you think we could improve the subroutines...