I have not been able to compile on TACC’s Stampede2 after pulling from develop today. The commands I ran were:
>>> module load boost hdf5 qt5 vtk
>>> cmake -DBOOST_ROOT=$TACC_BOOST_DIR -DBOOST_INCLUDE_DIRS=$TACC_BOOST_INC -DCMAKE_BUILD_TYPE=Release -DEIGEN3_INCLUDE_DIR=$HOME/eigen -DKAHIP_ROOT=$HOME/KaHIP -DHALO_EXCHANGE=On ..
>>> module load gcc/9.1.0
>>> make -j8
The error presented was as follows: