Differences between revisions 4 and 5
Revision 4 as of 2009-12-29 00:49:07
Size: 1936
Editor: DavidKirkby
Comment: Add data on Solaris and HP-UX. Perhaps compiler type should be included, as Sage build with gcc but not Sun Studio on Solaris 10
Revision 5 as of 2009-12-29 00:56:37
Size: 2127
Editor: Minh Nguyen
Comment: add compiler information
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
||<style="background-color: #c8c8ff;"> '''Distribution''' ||<style="background-color: #c8c8ff;"> '''Architecture''' ||<style="background-color: #c8c8ff;"> '''RAM''' ||<style="background-color: #c8c8ff;"> '''Compile''' ||<style="background-color: #c8c8ff;"> '''Doctest''' ||
|| Red Hat Enterprise Linux Server 5.4 || Intel(R) Xeon(R) CPU X7460 @ 2.66GHz || 128 GB || Yes || Pass ||
|| Ubuntu 8.04.3 LTS || Intel(R) Xeon(R) CPU X7460 @ 2.66GHz || 128 GB || Yes || Pass ||
||<style="background-color: #c8c8ff;"> '''Distribution''' ||<style="background-color: #c8c8ff;"> '''Architecture''' ||<style="background-color: #c8c8ff;"> '''RAM''' ||<style="background-color: #c8c8ff;"> '''Compiler''' ||<style="background-color: #c8c8ff;"> '''Build''' ||<style="background-color: #c8c8ff;"> '''Doctest''' ||
|| Red Hat Enterprise Linux Server 5.4 || Intel(R) Xeon(R) CPU X7460 @ 2.66GHz || 128 GB || GCC 4.1.2 || Yes || Pass ||
|| Ubuntu 8.04.3 LTS || Intel(R) Xeon(R) CPU X7460 @ 2.66GHz || 128 GB || GCC 4.2.4 || Yes || Pass ||
Line 16: Line 16:
||<style="background-color: #c8c8ff;"> '''Distribution''' ||<style="background-color: #c8c8ff;"> '''Architecture''' ||<style="background-color: #c8c8ff;"> '''RAM''' ||<style="background-color: #c8c8ff;"> '''Compile''' ||<style="background-color: #c8c8ff;"> '''Doctest''' || ||<style="background-color: #c8c8ff;"> '''Distribution''' ||<style="background-color: #c8c8ff;"> '''Architecture''' ||<style="background-color: #c8c8ff;"> '''RAM''' ||<style="background-color: #c8c8ff;"> '''Compiler''' ||<style="background-color: #c8c8ff;"> '''Build''' ||<style="background-color: #c8c8ff;"> '''Doctest''' ||
Line 21: Line 21:
||<style="background-color: #c8c8ff;"> '''Distribution''' ||<style="background-color: #c8c8ff;"> '''Architecture''' ||<style="background-color: #c8c8ff;"> '''RAM''' ||<style="background-color: #c8c8ff;"> '''Compile''' ||<style="background-color: #c8c8ff;"> '''Doctest''' ||
|| Solaris 10 update 6 || Sun T5240 2 x T2+ !CoolThreads (Niagra) CPUs @ 1167 MHz || 32 GB || Yes || n Failures ||
|| HP-UX 11.11 || HP C3600 1 x PA-8600 (PA-RISC) CPU @ 552 MHz || 8 GB || No || N/A ||
|| Open Solaris 06/2009 || Sun Ultra 27 Intel(R) Xeon(R) CPU W3580 @ 3.33 GHz || 12 GB || No || N/A ||
||<style="background-color: #c8c8ff;"> '''Distribution''' ||<style="background-color: #c8c8ff;"> '''Architecture''' ||<style="background-color: #c8c8ff;"> '''RAM''' ||<style="background-color: #c8c8ff;"> '''Compiler''' ||<style="background-color: #c8c8ff;"> '''Build''' ||<style="background-color: #c8c8ff;"> '''Doctest''' ||
|| Solaris 10 update 6 || Sun T5240 2 x T2+ !CoolThreads (Niagra) CPUs @ 1167 MHz || 32 GB || || Yes || n Failures ||
|| HP-UX 11.11 || HP C3600 1 x PA-8600 (PA-RISC) CPU @ 552 MHz || 8 GB || || No || N/A ||
|| Open Solaris 06/2009 || Sun Ultra 27 Intel(R) Xeon(R) CPU W3580 @ 3.33 GHz || 12 GB || || No || N/A ||

Compile and test results for Sage 4.3

Linux

Distribution

Architecture

RAM

Compiler

Build

Doctest

Red Hat Enterprise Linux Server 5.4

Intel(R) Xeon(R) CPU X7460 @ 2.66GHz

128 GB

GCC 4.1.2

Yes

Pass

Ubuntu 8.04.3 LTS

Intel(R) Xeon(R) CPU X7460 @ 2.66GHz

128 GB

GCC 4.2.4

Yes

Pass

Mac OS X

Distribution

Architecture

RAM

Compiler

Build

Doctest

Unix

Distribution

Architecture

RAM

Compiler

Build

Doctest

Solaris 10 update 6

Sun T5240 2 x T2+ CoolThreads (Niagra) CPUs @ 1167 MHz

32 GB

Yes

n Failures

HP-UX 11.11

HP C3600 1 x PA-8600 (PA-RISC) CPU @ 552 MHz

8 GB

No

N/A

Open Solaris 06/2009

Sun Ultra 27 Intel(R) Xeon(R) CPU W3580 @ 3.33 GHz

12 GB

No

N/A

Note. Sage 4.3 will only build on Solaris 10 if one of the following three conditions is met:

  • Sun Studio is not installed

  • Sun Studio is installed, but its location moved to a non-standard one, so it can't be found.
  • William's patch #2 at http://trac.sagemath.org/sage_trac/ticket/6595 is applied. (This breaks the build on some OS X versions, so it was not included in Sage 4.3. A revised version should allow Solaris to build, without breaking the build on OS X)