|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
what arch do I use for comparison?Hi
/proc/cpuinfo tells me I have 4 CPU's and each is Intel(R) Xeon(R) CPU X5460 @ 3.16GHz which file under CONFIG/ARCHS should I use? Mathew ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
|
|
Re: what arch do I use for comparison?>/proc/cpuinfo tells me I have 4 CPU's and each is
>Intel(R) Xeon(R) CPU X5460 @ 3.16GHz > >which file under CONFIG/ARCHS should I use? Configure should autodetect it. Are you saying it doesn't? Cheers, Clint ************************************************************************** ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** ************************************************************************** ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
|
|
Re: what arch do I use for comparison?I only get
Clock rate=3158Mhz single precision double precision ********************* ******************** real complex real complex Benchmark % Clock % Clock % Clock % Clock ========= ========= ========= ========= ========= kSelMM 590.6 546.4 313.1 295.6 kGenMM 97.9 97.3 97.5 97.5 kMM_NT 96.6 95.3 96.9 95.2 kMM_TN 97.0 95.3 96.7 95.1 BIG_MM 572.5 561.4 302.6 298.9 kMV_N 53.7 141.0 42.2 56.2 kMV_T 62.4 83.9 43.3 56.5 kGER 93.1 115.1 28.8 38.9 IS it because I configured with ../configure -b 64 -Fa alg -fPIC -D c -DPentiumCPS=3100 --prefix=/home/ossetest ? Clint Whaley wrote: >> /proc/cpuinfo tells me I have 4 CPU's and each is >> Intel(R) Xeon(R) CPU X5460 @ 3.16GHz >> >> which file under CONFIG/ARCHS should I use? >> > > Configure should autodetect it. Are you saying it doesn't? > > Cheers, > Clint > > ************************************************************************** > ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** > ************************************************************************** > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Math-atlas-devel mailing list > Math-atlas-devel@... > https://lists.sourceforge.net/lists/listinfo/math-atlas-devel > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
|
|
Re: what arch do I use for comparison?> single precision double precision
> ********************* ******************** > real complex real complex >Benchmark % Clock % Clock % Clock % Clock >========= ========= ========= ========= ========= > kSelMM 590.6 546.4 313.1 295.6 > kGenMM 97.9 97.3 97.5 97.5 > kMM_NT 96.6 95.3 96.9 95.2 > kMM_TN 97.0 95.3 96.7 95.1 > BIG_MM 572.5 561.4 302.6 298.9 > kMV_N 53.7 141.0 42.2 56.2 > kMV_T 62.4 83.9 43.3 56.5 > kGER 93.1 115.1 28.8 38.9 > >IS it because I configured with >../configure -b 64 -Fa alg -fPIC -D c -DPentiumCPS=3100 >--prefix=/home/ossetest Nope, nothing wrong with the configure line that I see. My guess is that configure doesn't recognize the chip due to changing model/CPU family values. What does your full cpuinfo look like? >From what wikipedia shows me, this is a Core2-based processor, so you should be able to compare against Core2Duo64SSE3.tgz. If you want to try to install using the Core2 architectural defaults, pass : -A 15 to configure. For Core2-based systems, you will get substantially better double precision performance with 3.9.1 than you do with 3.8.2 (from the above, it looks like you are using 3.8.2). Cheers, Clint ************************************************************************** ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** ************************************************************************** ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
|
|
Re: what arch do I use for comparison?Thanks. Got reasonable results.
Clint Whaley wrote: >> single precision double precision >> ********************* ******************** >> real complex real complex >> Benchmark % Clock % Clock % Clock % Clock >> ========= ========= ========= ========= ========= >> kSelMM 590.6 546.4 313.1 295.6 >> kGenMM 97.9 97.3 97.5 97.5 >> kMM_NT 96.6 95.3 96.9 95.2 >> kMM_TN 97.0 95.3 96.7 95.1 >> BIG_MM 572.5 561.4 302.6 298.9 >> kMV_N 53.7 141.0 42.2 56.2 >> kMV_T 62.4 83.9 43.3 56.5 >> kGER 93.1 115.1 28.8 38.9 >> >> IS it because I configured with >> ../configure -b 64 -Fa alg -fPIC -D c -DPentiumCPS=3100 >> --prefix=/home/ossetest >> > > Nope, nothing wrong with the configure line that I see. My guess is that > configure doesn't recognize the chip due to changing model/CPU family > values. What does your full cpuinfo look like? > > >From what wikipedia shows me, this is a Core2-based processor, so you > should be able to compare against Core2Duo64SSE3.tgz. > > If you want to try to install using the Core2 architectural defaults, pass : > -A 15 > to configure. > > For Core2-based systems, you will get substantially better double precision > performance with 3.9.1 than you do with 3.8.2 (from the above, it looks > like you are using 3.8.2). > > Cheers, > Clint > > ************************************************************************** > ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** > ************************************************************************** > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Math-atlas-devel mailing list > Math-atlas-devel@... > https://lists.sourceforge.net/lists/listinfo/math-atlas-devel > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
|
|
Re: what arch do I use for comparison?Great for you. How about the output of cpuinfo for me?
>From math-atlas-devel-bounces@... Mon Jul 28 18:46:41 2008 Return-Path: <math-atlas-devel-bounces@...> X-Original-To: whaley@... Delivered-To: whaley@... Date: Mon, 28 Jul 2008 16:46:26 -0700 From: Mathew Yeates <myeates@...> User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) To: "List for developer discussion, NOT SUPPORT." <math-atlas-devel@...> X-Source-IP: matslab.jpl.nasa.gov [137.78.59.50] X-Source-Sender: myeates@... X-AUTH: Authorized Subject: Re: [atlas-devel] what arch do I use for comparison? X-BeenThere: math-atlas-devel@... X-Mailman-Version: 2.1.8 Precedence: list Reply-To: "List for developer discussion, NOT SUPPORT." <math-atlas-devel@...> List-Id: "List for developer discussion, NOT SUPPORT." <math-atlas-devel.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/math-atlas-devel>, <mailto:math-atlas-devel-request@...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=math-atlas-devel> List-Post: <mailto:math-atlas-devel@...> List-Help: <mailto:math-atlas-devel-request@...?subject=help> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/math-atlas-devel>, <mailto:math-atlas-devel-request@...?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Sender: math-atlas-devel-bounces@... Errors-To: math-atlas-devel-bounces@... X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on mail0.cs.utsa.edu X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 Status: R Thanks. Got reasonable results. Clint Whaley wrote: >> single precision double precision >> ********************* ******************** >> real complex real complex >> Benchmark % Clock % Clock % Clock % Clock >> ========= ========= ========= ========= ========= >> kSelMM 590.6 546.4 313.1 295.6 >> kGenMM 97.9 97.3 97.5 97.5 >> kMM_NT 96.6 95.3 96.9 95.2 >> kMM_TN 97.0 95.3 96.7 95.1 >> BIG_MM 572.5 561.4 302.6 298.9 >> kMV_N 53.7 141.0 42.2 56.2 >> kMV_T 62.4 83.9 43.3 56.5 >> kGER 93.1 115.1 28.8 38.9 >> >> IS it because I configured with >> ../configure -b 64 -Fa alg -fPIC -D c -DPentiumCPS=3100 >> --prefix=/home/ossetest >> > > Nope, nothing wrong with the configure line that I see. My guess is that > configure doesn't recognize the chip due to changing model/CPU family > values. What does your full cpuinfo look like? > > >From what wikipedia shows me, this is a Core2-based processor, so you > should be able to compare against Core2Duo64SSE3.tgz. > > If you want to try to install using the Core2 architectural defaults, pass : > -A 15 > to configure. > > For Core2-based systems, you will get substantially better double precision > performance with 3.9.1 than you do with 3.8.2 (from the above, it looks > like you are using 3.8.2). > > Cheers, > Clint > > ************************************************************************** > ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** > ************************************************************************** > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Math-atlas-devel mailing list > Math-atlas-devel@... > https://lists.sourceforge.net/lists/listinfo/math-atlas-devel > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel ************************************************************************** ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** ************************************************************************** ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
| Free embeddable forum powered by Nabble | Forum Help |