Troubleshooting - HipGISAXS/HipGISAXS GitHub Wiki

If you are experiencing some troubles installing or using HipGISAXS, please see if your issue is addressed below. If not, send an email to [email protected] and/or open an issue/ticket here.

Installing HipGISAXS

  1. I am using Boost version 1.60, and I get the following compilation error:

     /usr/local/boost/include/boost/config/suffix.hpp(510): error: identifier "__float128" is undefined
    

Solution: This is a known issue with Boost 1.60 interacting with CUDA. Boost has a ticket for this and it is discussed here: https://svn.boost.org/trac/boost/ticket/11852. Essentially, you have few choices:

  • If you have write access to the Boost installation, apply the patch mentioned in the link above (or ask your system administrator to do so).
  • Downgrade Boost to 1.59 (or lower).