You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we scale out the gt4py backend using the pace/example test case upto 384 mpi ranks on gaea with/without openmp support, the run crashed with errors,
/ncrc/home1/Xingqiu.Yuan/miniconda3/envs/py3119/lib/python3.11/site-packages/gridtools_cpp/data/include/gridtools/stencil/cpu_kfirst.hpp(78): error: no instance of overloaded function "gridtools::sid::shift" matches the argument list
argument types are: (ptr_diff_t, gridtools::sid::default_stride, )
sid::shift(
^
/ncrc/home1/Xingqiu.Yuan/miniconda3/envs/py3119/lib/python3.11/site-packages/gridtools_cpp/data/include/gridtools/stencil/frontend/../../sid/concept.hpp(658): note: this candidate was rejected because at least one template argument could not be deduced
using concept_impl_::shift;
however, when the same case running with DaCe backend, it works fine.
Describe the system environment, include:
the modules used for the test are,
(base) Xingqiu.Yuan@gaea56:/gpfs/f5/gfdl_f/scratch/Xingqiu.Yuan/pace> module list
when we scale out the gt4py backend using the pace/example test case upto 384 mpi ranks on gaea with/without openmp support, the run crashed with errors,
/ncrc/home1/Xingqiu.Yuan/miniconda3/envs/py3119/lib/python3.11/site-packages/gridtools_cpp/data/include/gridtools/stencil/cpu_kfirst.hpp(78): error: no instance of overloaded function "gridtools::sid::shift" matches the argument list
argument types are: (ptr_diff_t, gridtools::sid::default_stride, )
sid::shift(
^
/ncrc/home1/Xingqiu.Yuan/miniconda3/envs/py3119/lib/python3.11/site-packages/gridtools_cpp/data/include/gridtools/stencil/frontend/../../sid/concept.hpp(658): note: this candidate was rejected because at least one template argument could not be deduced
using concept_impl_::shift;
wtih openmp support, we have the following error,
/ncrc/home1/Xingqiu.Yuan/miniconda3/envs/py3119/lib/python3.11/site-packages/gridtools_cpp/data/include/gridtools/stencil/cpu_ifirst/loops.hpp(131): warning #16219: Some OpenMP processing was skipped to constrain compile time. Consider overriding limits (-qoverride-limits).
srun: error: c5n0890: task 90: Exited with exit code 1
srun: error: c5n1563: task 260: Killed
srun: error: c5n0890: task 111: Exited with exit code 1
srun: error: c5n1563: tasks 279,282: Killed
srun: error: c5n0890: task 98: Exited with exit code 1
srun: error: c5n1563: tasks 258,261,264,267,272,274,287,294,297: Killed
however, when the same case running with DaCe backend, it works fine.
Describe the system environment, include:
the modules used for the test are,
(base) Xingqiu.Yuan@gaea56:/gpfs/f5/gfdl_f/scratch/Xingqiu.Yuan/pace> module list
Currently Loaded Modules:
when change it to gcc compiler, we have similar error
The text was updated successfully, but these errors were encountered: