[yocto] MPI support on Yocto

Alexandru Vaduva vaduvajanalexandru at yahoo.com
Sun Feb 8 22:45:02 PST 2015


I will try to take a look at it ;)
 

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

 On Tue, Feb 3, 2015 at 4:57 PM, Alexandru Vaduva
<vaduvajanalexandru at 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 at gmail.com> wrote:
>
>
> On Tue, Feb 3, 2015 at 12:14 PM, Alexandru Vaduva
> <vaduvajanalexandru at 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 at 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 at 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
>
>


   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150209/949e6ada/attachment.html>


More information about the yocto mailing list