| eb330ad2 | 22-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
mfem: set CUDA_ARCH - and override the default sm_60
Also limit to cxx17 to avoid this error
/usr/local/cuda/bin/nvcc -Xcompiler=-fPIC -ccbin mpicxx -Xcompiler -fPIC -g -lineinfo -gencode arch=com
mfem: set CUDA_ARCH - and override the default sm_60
Also limit to cxx17 to avoid this error
/usr/local/cuda/bin/nvcc -Xcompiler=-fPIC -ccbin mpicxx -Xcompiler -fPIC -g -lineinfo -gencode arch=compute_86,code=sm_86 -Xcompiler -Wno-lto-type-mismatch -Xcompiler -Wno-psabi -Xcompiler -g -Xcompiler -O0 -Xcompiler -std=gnu++20 -Xcompiler -fPIC -x=cu --expt-extended-lambda -arch=sm_60 -ccbin mpicxx -I/scratch/svcpetsc/petsc/arch-linux-c-debug/include -I/scratch/svcpetsc/petsc/arch-linux-c-debug/include -I/scratch/svcpetsc/petsc/include -I/scratch/svcpetsc/petsc/arch-linux-c-debug/include -DMFEM_CONFIG_FILE='"/scratch/svcpetsc/petsc/arch-linux-c-debug/externalpackages/git.mfem/petsc-build/config/_config.hpp"' -c /scratch/svcpetsc/petsc/arch-linux-c-debug/externalpackages/git.mfem/linalg/strumpack.cpp -o linalg/strumpack.o /usr/include/c++/11/bits/cpp_type_traits.h(176): error: identifier "char8_t" is undefined
/usr/include/c++/11/bits/cpp_type_traits.h(416): error: identifier "char8_t" is undefined ...
show more ...
|
| f563f7eb | 21-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
mfem: 'make CXXFLAGS=-Werror' [as invoked in CI] overrides CXXFLAGS detection and setup in mfem makefile. workaround by creating a wrapper makefile - that removes CXXFLAGS from make env - before invo
mfem: 'make CXXFLAGS=-Werror' [as invoked in CI] overrides CXXFLAGS detection and setup in mfem makefile. workaround by creating a wrapper makefile - that removes CXXFLAGS from make env - before invoking mfem makefile
show more ...
|