All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandru Vaduva <vaduvajanalexandru@yahoo.com>
To: Victor Rodriguez <vm.rod25@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: MPI support on Yocto
Date: Thu, 19 Feb 2015 19:21:02 +0000 (UTC)	[thread overview]
Message-ID: <1068292349.1957305.1424373662027.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: <2134770160.1079054.1423464302468.JavaMail.yahoo@mail.yahoo.com>

[-- Attachment #1: Type: text/plain, Size: 3356 bytes --]

Hello Victor,
Sorry for this late reply. I took a look at the mpich recipe error, but was not able to find a solution.I admit that I only looked at it for a few moments(around 2 hours), my schedule did not permit more.
If I`ll have any progress on this I will try to keep you posted.

Alex Vaduva
 

     On Monday, February 9, 2015 8:45 AM, Alexandru Vaduva <vaduvajanalexandru@yahoo.com> wrote:
   

 I will try to take a look at it ;)
 

     On Monday, February 9, 2015 7:13 AM, Victor Rodriguez <vm.rod25@gmail.com> wrote:
   

 On Tue, Feb 3, 2015 at 4:57 PM, Alexandru Vaduva
<vaduvajanalexandru@yahoo.com> wrote:
> I would suggest a layer under meta-openembeded:
> meta-openembedded/meta-oe/recipes-devtools/ caould be a start.

Hi Alex

This is the first version that I have:

diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
new file mode 100644
index 0000000..bf94714
--- /dev/null
+++ b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Message Passing Interface(MPI) implementation"
+HOMEPAGE = "http://git.mpich.org/mpich.git/"
+SECTION = "devel"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=673935943"
+SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz"
+SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7"
+
+
+EXTRA_OECONF = "--enable-debuginfo \
+                --enable-fast \
+                --enable-shared  \
+                --disable-f77 \
+                --disable-fc \
+                --disable-fortran \
+                --disable-cxx"
+
+inherit autotools gettext

However is failing in do_configure

autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory test/mpi to autoreconf
autoreconf: Entering directory `test/mpi'
aclocal: error:
/home/vrodri3/poky/build/tmp/work/i586-poky-linux/mpich/3.1.1-r0/mpich-3.1.1/subsys_include.m4:5:
file 'src/mpid/pamid/subconfigure.m4' does not exist
autoreconf: aclocal failed with exit status: 1
ERROR: autoreconf execution failed.

Any idea ?

BTW. I am adding those extra configures from upstream spec files

All the help is more than welcome

Regards

Victor Rodriguez



>
> Alex Vaduva
>
>
> On Wednesday, February 4, 2015 12:21 AM, Victor Rodriguez
> <vm.rod25@gmail.com> wrote:
>
>
> On Tue, Feb 3, 2015 at 12:14 PM, Alexandru Vaduva
> <vaduvajanalexandru@yahoo.com> wrote:
>> I will be more then happy to help you with this.
>>
>>
>> Alex Vaduva
>>
>>
>> On Tuesday, February 3, 2015 5:41 PM, Victor Rodriguez
>> <vm.rod25@gmail.com>
>> wrote:
>>
>>
>> HI team
>>
>> I wonder if there is any project or efforts to implement Message
>> Passing Interface (MPICH ) support on Yocto ?
>>
>> If no I am more than happy to work on it , I just will need a little
>> bit of guidance
>>
>> Thanks a lot
>>
>> Regards
>>
>> Victor Rodriguez
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>
> Thanks Alex
>
> Does anybody knows under which meta - list should we send the patch to
> review?
>
>
> Regards
>
> Victor Rodriguez
>
>


    



[-- Attachment #2: Type: text/html, Size: 8620 bytes --]

  reply	other threads:[~2015-02-19 19:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-03 15:39 MPI support on Yocto Victor Rodriguez
2015-02-03 18:14 ` Alexandru Vaduva
2015-02-03 22:21   ` Victor Rodriguez
2015-02-03 22:57     ` Alexandru Vaduva
2015-02-09  5:13       ` Victor Rodriguez
2015-02-09  6:45         ` Alexandru Vaduva
2015-02-19 19:21           ` Alexandru Vaduva [this message]
2015-02-19 19:54             ` Victor Rodriguez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1068292349.1957305.1424373662027.JavaMail.yahoo@mail.yahoo.com \
    --to=vaduvajanalexandru@yahoo.com \
    --cc=vm.rod25@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.