Maciej Szpindler

Results 6 comments of Maciej Szpindler

Thank you. I misunderstood review concept. Is there any practical difference between project in "new" and "active" state?

- [ ] `ofi-crayshasta` at release 7.0.0 needs this fix https://github.com/spack/spack/issues/40129#issuecomment-1757848414

How to reproduce: 1. Environment: ``` module load CrayEnv PrgEnv-cray rocm/6.0.3 craype-accel-amd-gfx90a buildtools ``` 2. Configure AMReX: ``` cmake \ -DAMReX_SPACEDIM="1;2;3" \ -DAMReX_MPI=ON \ -DAMReX_OMP=OFF \ -DAMReX_GPU_RDC=OFF \ -DAMReX_GPU_BACKEND=HIP \...

4. Input file https://gist.github.com/mszpindler/e5e74ef32f6c4802b9b52d4b3ec464c7

5. SLURM job script (including job's memory occupation summary): ``` #!/bin/bash #SBATCH --job-name=multipole-mirror-testcase #SBATCH --partition=dev-g #SBATCH --time=20 #SBATCH --nodes=1 #SBATCH --ntasks-per-node=2 #SBATCH -c 6 #SBATCH --gpus-per-node=2 export FI_MR_CACHE_MAX_COUNT=memhooks export ROCFFT_RTC_CACHE_PATH=/dev/null...

7. The other method used to observe host memory allocations is: - srun to a node executing the job - identify PID of a process for rank 0 - `watch...