[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 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]/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 2022-03-12T20:34:50+00:00 https://parallella.org/forums/feed.php?f=32 2022-03-12T20:34:50+00:00 2022-03-12T20:34:50+00:00 https://parallella.org/forums/viewtopic.php?t=4372&p=20192#p20192 <![CDATA[Clustering • Cluster for 3D]]> Just to share that I've realized an application useful to visualize 3D functions in parametric form
x=x(k,t); y=y(k,t); z=z(k,t)
that is working using a double loop, one numeric (for i=0;i<width;i++) and the other one through the parallel calculation of cores both in a single board asset of 16 cores or using a cluster of Parallella boards using boards*16 cores (in theory up to 8 boards, 128 cores).
Using a single board (16 cores) or a cluster (for example my 64 cores cluster) it is possible to run multiple cycles in parallel: multiple of 16 cores if using a single board or multiple of 64 cores in a cluster of boards in order to process the evolution of trajectories of f(x,y,z) one by each core.
The Host program has a run.ini file in order to run options:
axis yes/no; frame yes/no; assonometry view yes/no; +-zoom value; rotation xy, zy, xz; boost x y or z; step length; number of parallel batteries of cores; number of boards used.
Each core run its own program to model and calculate its f( x(t,k) y(t,k) z(t,k) ) in a form of a template to realize the evolution of the parametric functions.
Actually I'm running and using a cluster of up to 4 and 5 boards with 64 and 80 cores in a cluster of epiphany chips via eLink (North/South gates).
I'm going to apply Runge Kutta applications for 3D derivation of f(x,y,z) through 3D trajectories.

I can only image what we could do if it would be possible to using an access to a Framebuffer or an HDMI output.... still I've not been able to use any HDMI version of the Bitstream.
I hope someone could be able to add an HDMI and a Frambuffer to visualize dinamic 3D functions.
I'm available to share cluster setting and my application to work with multi cores boards.

Statistics: Posted by claudio4parallella — Sat Mar 12, 2022 8:34 pm


]]>
2022-02-10T01:09:23+00:00 2022-02-10T01:09:23+00:00 https://parallella.org/forums/viewtopic.php?t=4368&p=20183#p20183 <![CDATA[Clustering • Re: 4 Parallella boards and Porcupine CLUSTER]]>
Did you find a buyer for your 4-board Parallella cluster?
If not sold, what boards are they - desktop or server, 7010 or 7020?
Were you also able to get a newer OS installed with clustering and HDMI supported (if desktop boards)

Ross

Statistics: Posted by rosslav — Thu Feb 10, 2022 1:09 am


]]>
2021-09-17T12:49:09+00:00 2021-09-17T12:49:09+00:00 https://parallella.org/forums/viewtopic.php?t=4368&p=20177#p20177 <![CDATA[Clustering • 4 Parallella boards and Porcupine CLUSTER]]> Is there anybody still interested?
I have a well working and ready cluster of 4 Parallella Adapteva boards with 4 Porcupine Boards and eLink interface that I do not use anymore.
Anybody is interested to purchase the full package ?
I repeat, well working with original P-Ubuntu for Cluster.
With Heat sink and fan, cables, 4 USB cables for powering each board.
Picture here attached.
Let me know, I could ship everywhere, shipment expenses and customs fees on charge to purchaser.
Best price to be agreed.
Thanks and best regards
C

Statistics: Posted by claudio4parallella — Fri Sep 17, 2021 12:49 pm


]]>
2021-03-04T01:21:09+00:00 2021-03-04T01:21:09+00:00 https://parallella.org/forums/viewtopic.php?t=4222&p=20176#p20176 <![CDATA[Clustering • Re: Two-Parallella Cluster using eLink and Procupine]]>
Hope you are healthy and safe these COVID days...

I've had my boards (desktop hdmi w/z7010) for several years, but I'm just getting around to setting up a 4-board cluster and would prefer to use the e-links via Porcupine adapters. I've read the earlier comments concerning all the issues with compatibility between the OS and ESDK, so because it's been a while since the last posting I'm wondering:

1. is there now a more recent OS (at least 18.04) and ESDK combination that provides functional e-links? And if so, is there any rebuilding required? I'm assuming that the OS would be headless...
2. if a recent OS + ESDK combination is still unknown at the moment, what would be the next oldest releases to use? I'm assuming that the OS would be headless here too...
2. it's not a huge deal, but is it possible for an hdmi OS and appropriate ESDK to have functional e-links? And if so, what rebuilding if any is required?

I've been looking through the forum categories and all the Git repos including Supercores to get myself up to speed, but any suggestions as to how to proceed would be greatly appreciated!

Thx,
Ross

Statistics: Posted by rosslav — Thu Mar 04, 2021 1:21 am


]]>
2018-10-21T21:26:54+00:00 2018-10-21T21:26:54+00:00 https://parallella.org/forums/viewtopic.php?t=4350&p=20090#p20090 <![CDATA[Clustering • Re: CLUSTER: HDMI BITSTREAM]]>
Are you running a custom Linux kernel?

The things you need to get FB output are: A HDMI bitstream to program the FPGA, the devicetree files to tell the kernel about the hardware, and a Linux kernel driver for the hardware.

Statistics: Posted by zmc — Sun Oct 21, 2018 9:26 pm


]]>
2018-10-09T01:46:48+00:00 2018-10-09T01:46:48+00:00 https://parallella.org/forums/viewtopic.php?t=4349&p=20087#p20087 <![CDATA[Clustering • Re: CLUSTER: FRAMEBUFFER AND VIDEO OUTPUT USING LXSESSION]]>
Check out the code in https://github.com/esainty/parallel-mandelbrot -- this program uses native X11 to display the calculated graphic. It is relatively clear from the code how the X11 window is created and written to. It works even when I am connected to my system using VNC. It might even work with X11 forwarding via ssh.

If you want to run the program, you first have to install libx11-dev (and any dependencies). Then, since this is an MPI program, you have to compile it with: mpicc -o pm pm.c -lm -lX11 (I renamed the code file and I use MPICH--the Parallella has OpenMPI installed and although they seem to be nearly the same, I have not tried this using OpemMPI) and once you have it compiled you can run it like this: mpirun --np 4 ./pm -- be patient because the default calculation is complex and takes a while to complete (on my 16 core mpi stack it seems to take between 2 and 3 minutes).

If I recall correctly, there also is/was an xtemp application that would use ssh X11 forwarding to show a running temperature graph in a window--I can't find this right now but the X11 work has to be similar to the mandelbrot program.

Hope this provides a usable alternative.

Statistics: Posted by njpacoma — Tue Oct 09, 2018 1:46 am


]]>
2018-09-12T15:02:54+00:00 2018-09-12T15:02:54+00:00 https://parallella.org/forums/viewtopic.php?t=4350&p=20079#p20079 <![CDATA[Clustering • CLUSTER: HDMI BITSTREAM]]> Statistics: Posted by claudio4parallella — Wed Sep 12, 2018 3:02 pm


]]>
2018-09-12T14:32:37+00:00 2018-09-12T14:32:37+00:00 https://parallella.org/forums/viewtopic.php?t=4349&p=20078#p20078 <![CDATA[Clustering • CLUSTER: FRAMEBUFFER AND VIDEO OUTPUT USING LXSESSION]]> I'm going to some slow progress on my needs.

MY SCENARIO
- Cluster of 4 parallellas, 64 core, via eLink; 3 SLAVE parallellas, 1 MASTER parallella
- Mandatory usage of old img ubuntu-14.04-headless-z7010-20150130.1.img , the only capable of make working eLink Custer
- The Cluster application produce a PNG file
- Installing lxde, ok graphic desktop with VNC, may be useful for GTK graphic applications

MY MISSING
- No existing Framebuffer /dev/fb0 using ubuntu-14.04-headless-z7010-20150130.1.img
- No existing Video Output, no HDMI using ubuntu-14.04-headless-z7010-20150130.1.img
- No possibility to use the last IMG with HDMI / Framebuffer with the Cluster

MY NEEDS
- I need to output the bitmap produces by the fast 64 cores cluster immediately to a video, using for example the Framebuffer and "lxsession" or "framebuffer-vncserver": using a Raspberry Pi I use to display bitmap on my MAC directly written into the Framebuffer /dev/fb0

MY WAYS
**BOOT** : I've put the HDMI BOOT files: devicetree.dtb and uImage I got at in place of the ubuntu-14.04-headless-z7010-20150130.1.img original headless boot files.
**RESULTS**: 1) The Framebuffer /dev/fb0 is generated; framebuffer is working succesfully write into; 2) no way to run "lxsession" or "framebuffer-vncserver" and show my bitmap generated by the 64 cores cluster 3) Epiphany sdk is not working at all.
May be the uImage or bitsteream is not compatible with epiphany and esdk

MY CONCLUSIONS:
- even if I've succesfully setup the Framebuffer, I've not the results of video output of bitmap within the Headless system.

Any Further Suggestion?
Thanks in advance

Statistics: Posted by claudio4parallella — Wed Sep 12, 2018 2:32 pm


]]>
2018-09-10T21:03:10+00:00 2018-09-10T21:03:10+00:00 https://parallella.org/forums/viewtopic.php?t=4222&p=20075#p20075 <![CDATA[Clustering • Re: Two-Parallella Cluster using eLink and Procupine]]> Statistics: Posted by claudio4parallella — Mon Sep 10, 2018 9:03 pm


]]>
2018-09-10T20:56:25+00:00 2018-09-10T20:56:25+00:00 https://parallella.org/forums/viewtopic.php?t=4222&p=20074#p20074 <![CDATA[Clustering • Re: Two-Parallella Cluster using eLink and Procupine]]> Statistics: Posted by claudio4parallella — Mon Sep 10, 2018 8:56 pm


]]>
2017-12-30T00:20:49+00:00 2017-12-30T00:20:49+00:00 https://parallella.org/forums/viewtopic.php?t=4222&p=19920#p19920 <![CDATA[Clustering • Re: Two-Parallella Cluster using eLink and Procupine]]> Statistics: Posted by nncarlson — Sat Dec 30, 2017 12:20 am


]]>
2017-11-03T21:20:17+00:00 2017-11-03T21:20:17+00:00 https://parallella.org/forums/viewtopic.php?t=4222&p=19873#p19873 <![CDATA[Clustering • Re: Two-Parallella Cluster using eLink and Procupine]]> Statistics: Posted by claudio4parallella — Fri Nov 03, 2017 9:20 pm


]]>
2017-10-13T09:43:47+00:00 2017-10-13T09:43:47+00:00 https://parallella.org/forums/viewtopic.php?t=4222&p=19864#p19864 <![CDATA[Clustering • Re: Two-Parallella Cluster using eLink and Procupine]]> Proof of concept results of two eLinked Parallellas in cluster (Master-Slave)

Purpose: realize synchronization between multicores in eLink cluster with individual tasks

Lesson learned:
- core 0 of MASTER parallella must be used to read/write/synchronize all the cores in Master Epiphany and Slave Epiphany
- internal.ldf works ok, not other choice

Attachments of resulting images:
1. example of a single Parallella: the 16 cores individually are drawing a 1024 step of Y=sin(alpha) [0..2Pi]
2. example of a dual eLinked Parallellas: the 31 cores individually are drawing a 1024 step of Y=sin(2*alpha) [0..2Pi]

Next step: 4 eLinked Parallellas and 64 cores

Statistics: Posted by claudio4parallella — Fri Oct 13, 2017 9:43 am


]]>
2017-09-28T19:53:26+00:00 2017-09-28T19:53:26+00:00 https://parallella.org/forums/viewtopic.php?t=4222&p=19778#p19778 <![CDATA[Clustering • Re: Two-Parallella Cluster using eLink and Procupine]]>
SLAVE showing in a loop the local 16 Cores and Registers



MASTER showing in a loop the 32 Cores output, the total of output, the core-done counters



The 32 Cores are activated in sequence: core00 when reach 10000000 activate core01 and so on...... up to core73

Statistics: Posted by claudio4parallella — Thu Sep 28, 2017 7:53 pm


]]>
2017-09-27T18:25:34+00:00 2017-09-27T18:25:34+00:00 https://parallella.org/forums/viewtopic.php?t=4222&p=19767#p19767 <![CDATA[Clustering • Re: Two-Parallella Cluster using eLink and Procupine]]> UPDATE

- I've closed my open issue about interrupt, now tests work properly and I can manage them

- About my 2Parallells eLink cluster, if I have well understood: the SLAVE Parallela must run its Host and its Device core program and without this running the MASTER Parallella could not load the tasks to the SLAVE Epiphany cores..... (hope my English is clear...). No way to upload the device tasks to the SLAVE Epiphany from the MASTER Host....

Thanks for comments

Statistics: Posted by claudio4parallella — Wed Sep 27, 2017 6:25 pm


]]>