I'm unable to compile the dev branch due to the include of filesystem that was added in #670. I'm using GCC 7.2 and Intel 19. Is the include of filesystem necessary? This header is not supported in GCC 7.
If necessary I can move my build systems up to a GCC 8 if we decide we don't need to support GCC 7 for Exawind/HFM.
@sayerhs or @jrood-nrel would you care to weigh in on this?
I guess some macro magic could be employed to switch the include to experimental/filesystem too.
I'm unable to compile the
devbranch due to the include offilesystemthat was added in #670. I'm using GCC 7.2 and Intel 19. Is the include offilesystemnecessary? This header is not supported in GCC 7.If necessary I can move my build systems up to a GCC 8 if we decide we don't need to support GCC 7 for Exawind/HFM.
@sayerhs or @jrood-nrel would you care to weigh in on this?
I guess some macro magic could be employed to switch the include to
experimental/filesystemtoo.