Probably someone has updated the DGX station system, and g++-10 compiler complains as
lto1: error: ‘-fcf-protection=full’ is not supported for this target.
To prevent this I needed to give the linker options as;
LD= g++-10 -fopenacc -foffload="-fcf-protection=none -fno-stack-protector"
0 件のコメント:
コメントを投稿