This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Description
Hi,
I am trying to compile some c++. the compilation worked well on S10 node, but after switching to any other node, I will get the following error:
In file included from /home/u96851/t2sp/install/gcc-7.5.0/include/c++/7.5.0/x86_64-pc-linux-gnu/bits/os_defines.h:39:0,
from /home/u96851/t2sp/install/gcc-7.5.0/include/c++/7.5.0/x86_64-pc-linux-gnu/bits/c++config.h:533,
from /home/u96851/t2sp/install/gcc-7.5.0/include/c++/7.5.0/string:38,
from /home/u96851/t2sp/Halide/src/Expr.h:8,
from /home/u96851/t2sp/Halide/src/AddAtomicMutex.h:4,
from /home/u96851/t2sp/Halide/src/AddAtomicMutex.cpp:1:
/usr/include/features.h:424:12: fatal error: sys/cdefs.h: No such file or directory
# include <sys/cdefs.h>
^~~~~~~~~~~~~
compilation terminated.
It seems like some libraries are missing on A10 and oneAPI nodes, according to this thread? Can you please install that on these nodes? Thanks