With which C/C++ compilers can I build ESyS-Particle?

Created by Dion Weatherley
Keywords:
C C++ compiler gcc icc
Last updated by:
Vince Boros

ESyS-Particle is known to successfully run when built with the following C/C++ compilers:

  gcc:
    4.6.3
    4.7.2

  icc:
    11.1.073 (-O2 switch (default))
    13.5.192 (-O2)

ESyS-Particle may crash when built with these C/C++ compilers:

  icc:
    10.1.025 (-O0)
    11.1.073 (-O0)
    12.0.3.174 (-O0 or -O2)
    12.1.0.233 (-O0 or -O2)
    13.0.028 (-O0 or -O2)
    13.5.192 (-O0)

ESyS-Particle fails to build with this C/C++ compiler:

  icc:
    10.1.025 (-O1 or -O2)

ESyS-Particle fails to configure with this C/C++ compiler:

  icc:
    9.1.052