Adrian --

I'm sorry this took forever, but I just pushed a variant of your patch to the 
main mtt repo:

    
https://github.com/open-mpi/mtt/commit/15f81de3d0d12e8e1e406c5151f36c82632c6616

Thanks!

As for PPC 64 results of OMPI MTT testing... hmm.  Do they show any interesting 
failures?  I.e., I don't know support/care about PPC64 any more, but if it 
shows interesting failures that are side effects of genuine problems that just 
don't happen to show up on other platforms, that's useful.


On Aug 7, 2014, at 10:49 AM, Adrian Reber <adr...@lisas.de> wrote:

> I was trying to run MTT on ppc64 and it complained that I need to write
> a patch. Since the name 'Fedora Core' does not exist anymore (since
> Fedora 7) I have following patch for MTT:
> 
> diff --git a/client/whatami/whatami b/client/whatami/whatami
> index b4c50f5..aa275f0 100755
> --- a/client/whatami/whatami
> +++ b/client/whatami/whatami
> @@ -295,9 +295,9 @@ get_linux_type()
>                 elif [ -n "`egrep 'Tao Linux release 1 ' /etc/issue`" ]; then
>                         distro=tao_1.0
> 
> -                elif [ -n "`egrep 'Fedora Core ' /etc/issue`" ]; then
> +                elif [ -n "`egrep 'Fedora ' /etc/issue`" ]; then
>                         distro_brand=fc
> -                        distro_version=`grep 'Fedora Core ' /etc/issue | sed 
> -e 's/Fedora Core release \([0-9]*\).*/\1/' `
> +                        distro_version=`grep 'Fedora ' /etc/issue | sed -e 
> 's/Fedora release \([0-9]*\).*/\1/' `
>                         distro=${distro_brand}${distro_version}
> 
>                 elif [ -n "`egrep 'White Box Enterprise Linux release 3.0' 
> /etc/issue`" ]; then
> 
> 
> Is there interest to get my ppc64 results submitted
> into the mtt database? And which tests should I be running.
> Based on the .ini I got from Christoph I am now running
> 
> http://svn.open-mpi.org/svn/ompi-tests/trunk/mpi_test_suite/
> 
> and 
> 
> https://svn.open-mpi.org/svn/ompi-tests/trunk/intel_tests
> 
> anything else?
> 
>               Adrian
> _______________________________________________
> mtt-users mailing list
> mtt-us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/mtt-users
> Searchable archives: 
> http://www.open-mpi.org/community/lists/mtt-users/2014/08/index.php


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

Reply via email to