[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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 483: 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/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/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/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/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]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community Supercomputing for Everyone 2017-08-30T12:37:52+00:00 https://parallella.org/forums/feed.php?f=13&t=4139 2017-08-30T12:37:52+00:00 2017-08-30T12:37:52+00:00 https://parallella.org/forums/viewtopic.php?t=4139&p=19513#p19513 <![CDATA[Re: Kissfft on parallella]]>
I don't think that using malloc() on the Epiphany cores is a good idea. Dynamic memory might be allocated in shared memory, which has different access semantics, which will cause your code to fail. There are provisions for using alloca() instead, but I don't know if this replaces all malloc()-calls. Try it.

Check your program size. If you put your data at 0x2000, then your whole kernel must be smaller than 8 KB. Try using a higher address, but make sure that your data does not overlap either your program (easy to check) or the stack (harder to check, if using alloca).

Also, quite some time ago, I released a program called e-top on this forum. Search for it, it might help you see what's going on within the cores.

Best Regards,
sebraa

Statistics: Posted by sebraa — Wed Aug 30, 2017 12:37 pm


]]>
2017-08-30T12:10:28+00:00 2017-08-30T12:10:28+00:00 https://parallella.org/forums/viewtopic.php?t=4139&p=19512#p19512 <![CDATA[Re: Kissfft on parallella]]> Statistics: Posted by Krisania — Wed Aug 30, 2017 12:10 pm


]]>
2017-08-29T21:02:03+00:00 2017-08-29T21:02:03+00:00 https://parallella.org/forums/viewtopic.php?t=4139&p=19511#p19511 <![CDATA[Re: Kissfft on parallella]]> Statistics: Posted by jar — Tue Aug 29, 2017 9:02 pm


]]>
2017-08-29T12:47:34+00:00 2017-08-29T12:47:34+00:00 https://parallella.org/forums/viewtopic.php?t=4139&p=19508#p19508 <![CDATA[Re: Kissfft on parallella]]> Statistics: Posted by Krisania — Tue Aug 29, 2017 12:47 pm


]]>
2017-07-26T16:23:20+00:00 2017-07-26T16:23:20+00:00 https://parallella.org/forums/viewtopic.php?t=4139&p=19417#p19417 <![CDATA[Re: Kissfft on parallella]]> Statistics: Posted by jar — Wed Jul 26, 2017 4:23 pm


]]>
2017-07-26T14:00:35+00:00 2017-07-26T14:00:35+00:00 https://parallella.org/forums/viewtopic.php?t=4139&p=19416#p19416 <![CDATA[Re: Kissfft on parallella]]> Statistics: Posted by Krisania — Wed Jul 26, 2017 2:00 pm


]]>
2017-07-25T20:52:35+00:00 2017-07-25T20:52:35+00:00 https://parallella.org/forums/viewtopic.php?t=4139&p=19413#p19413 <![CDATA[Re: Kissfft on parallella]]> Statistics: Posted by jar — Tue Jul 25, 2017 8:52 pm


]]>
2017-07-25T14:56:05+00:00 2017-07-25T14:56:05+00:00 https://parallella.org/forums/viewtopic.php?t=4139&p=19412#p19412 <![CDATA[Kissfft on parallella]]> Statistics: Posted by Krisania — Tue Jul 25, 2017 2:56 pm


]]>