[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/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 - Parallella for real time weather predictions

Parallella for real time weather predictions

Parallella for real time weather predictions

Postby nis » Sat Apr 12, 2014 10:58 am

Hi,

Weather Research and Forecast system (WRF) is a computationally intensive and widely used weather predication model. It is prepackaged with parallel processing tools (for eg:http://strc.comet.ucar.edu/software/newrems/), such as MPICH. Can I ascertain Epipheny cores and parllella cluster can work with WRF. WRF is also patched to run with NVIDIA GPUS by CUDA (http://www.mmm.ucar.edu/wrf/WG2/GPU/).

Thanks in advance,
Regards,
Nishadh
nis
 
Posts: 4
Joined: Thu Feb 27, 2014 4:12 am

Re: Parallella for real time weather predictions

Postby eleitl » Mon May 26, 2014 12:28 pm

Your main limitation will be the 32 kByte code limit on the Parallella cores. If your problem fits it, and you can port the application to this architecture, you're good.
eleitl
 
Posts: 25
Joined: Mon Dec 17, 2012 3:22 am

Re: Parallella for real time weather predictions

Postby Gravis » Tue May 27, 2014 3:25 pm

i get the feeling that the software is dependant on doubles (64 bits) instead of floats (32 bits). If that is true, then you are pretty much sunk unless you dont mind losing some precision in the name of speed. Also, if you want real time, you will likely need multiple interconnected Parallellas/Epiphany chips. With a custom board, the Epiphany chips can scale up to about 4k interconnected cores.

It's my opinion that the Epiphany is best suited for processing data streams since that removes overhead (if you have another core handling data IO).
User avatar
Gravis
 
Posts: 445
Joined: Mon Dec 17, 2012 3:27 am
Location: East coast USA.

Re: Parallella for real time weather predictions

Postby sneuf0897 » Tue Dec 23, 2014 7:56 pm

sneuf0897
 
Posts: 4
Joined: Tue Aug 05, 2014 3:08 pm

Re: Parallella for real time weather predictions

Postby adam.g » Sat Apr 11, 2015 6:26 am

Hi, has anyone tried running the WRF EMS package on Parallella? http://strc.comet.ucar.edu/software/newrems/
Is it possible to run on Parallella?
adam.g
 
Posts: 4
Joined: Thu Apr 09, 2015 7:34 am

Re: Parallella for real time weather predictions

Postby adam.g » Thu Apr 16, 2015 10:56 am

Hi again, I did some quick research and found that the EMS software comes as Perl script. Do you know anything about running Perl on Parallella? How does it work? Does it use the multiple cores?
adam.g
 
Posts: 4
Joined: Thu Apr 09, 2015 7:34 am

Re: Parallella for real time weather predictions

Postby sebraa » Thu Apr 16, 2015 6:22 pm

Perl does run on the Parallella, and it can utilize both ARM cores.
It does not run on the Epiphany chip, though.
sebraa
 
Posts: 495
Joined: Mon Jul 21, 2014 7:54 pm

Re: Parallella for real time weather predictions

Postby adam.g » Thu Apr 16, 2015 6:34 pm

thanks for this information, its very useful for me. Is there any way to make it work on Epiphany chip to utilize the full computing power?
adam.g
 
Posts: 4
Joined: Thu Apr 09, 2015 7:34 am

Re: Parallella for real time weather predictions

Postby sebraa » Fri Apr 17, 2015 10:56 am

No.
sebraa
 
Posts: 495
Joined: Mon Jul 21, 2014 7:54 pm

Re: Parallella for real time weather predictions

Postby lenoxx » Sat Jan 28, 2017 10:21 pm

The WRF model is mostly Fortran 90 and C with openMPI directives. WRF-EMS is a seperate project aimed largely at weather forecasters for automating the WRF model. WRF-EMS is written in Perl and runs precompiled versions of the WRF model.

http://www2.mmm.ucar.edu/wrf/WG2/WRF_conventions.html

To reiterate the original post, "Can I ascertain Epipheny cores and parllella cluster can work with WRF?"
lenoxx
 
Posts: 1
Joined: Sat Jan 28, 2017 10:05 pm

Next

Return to Scientific Computing

Who is online

Users browsing this forum: No registered users and 1 guest

cron