[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - OMPI support for Epiphany
Page 1 of 1

OMPI support for Epiphany

PostPosted: Tue Jan 10, 2017 8:57 am
by Farzaneh
Dear forum members,

I would like to run omp4-epiphany example using ompicc on epiphany. I have already installed ompi 2.0.0, but I have faced the below error during running parallella-examples on epiphany:

[ORT warning]: Failed to open module "epiphany"

My second question is regarding variable allocation on each kernel's SPM. How can I handle allocation and data access remotely from different kernels?

Any help appreciated.
Thanks in advance

Re: OMPI support for Epiphany

PostPosted: Tue Jan 10, 2017 2:20 pm
by jar

Re: OMPI support for Epiphany

PostPosted: Wed Jan 25, 2017 2:48 pm
by mgrecki

Re: OMPI support for Epiphany

PostPosted: Wed Jan 25, 2017 6:28 pm
by mgrecki
some debugging has lead to:

/usr/local/lib/ompi/devices/epiphany/hostmodule.so: undefined symbol: ee_set_core_config
while the device module is to be loaded.

I will continue debugging, but honestly speaking I have expected less problems.

Re: OMPI support for Epiphany

PostPosted: Tue Feb 14, 2017 5:33 pm
by olajep
Hi,

OMPi 2.0.0 (+patches) is included in Parabuntu 2016.11, which can be downloaded from here:
https://github.com/parallella/parabuntu ... -2016.11.1

If you must build OMPi from source, use this tree for Parabuntu / esdk 2016.3+
https://github.com/parallella/ompi

// Ola