From: Andy S. <and...@gm...> - 2014-12-17 19:57:55
|
Hi Guys, The new beta6 is up on source forge. All of the performance enhancements from the symcache branch have been merged into the main develop branch, and there is the same build on all platforms. The main thing this build does is add support for a wider range range of compilers / platforms. The #ifdef zoo has been cleaned up and RR now builds on the following platforms: 1: RedHat Enterprise >= 6.5 with gcc >= 4.4 2: SUSE Linux Enterprise Server >= 11 with gcc >= 4.4 3: Ubuntu >= 12.04 with either clang or gcc 4: Mac OSX 10.6 - 10.9 with either clang or gcc 5: Win32, MSVC 2010 or 2012 Also, roadrunner should now compile in either C++ 03 or C++11 mode, but only C++03 has been extensively tested. Binaries are up for Linux (Ubuntu >= 12.04, but should work with any newer distro), Mac OSX >= 10.7 and Win32. A lot of HPC clusters use RHEL 6.5 or Suse 11, so these have to be supported for a while. |