Displaying 18 results from an estimated 18 matches for "hpf".
Did you mean:
hp
2007 Jul 16
1
Problem building R with Sun Studio Compiler
...build gets stuck in an infinite loop at the following point:
Sun_Studio/sunstudio12/bin/cc -m64 -shared -Kpic -m64 -fPIC -o grDevices.so chull.o devNull.o devPicTeX.o devPS.o
devQuartz.o init.o
mkdir -p -- ../../../../library/grDevices/libs
make[5]: Leaving directory `/export/home/leonardz/ccb/HPF/support/R-2.5.1/ss12/R-2.5.1/src/library/grDevices/src'
make[4]: Leaving directory `/export/home/leonardz/ccb/HPF/support/R-2.5.1/ss12/R-2.5.1/src/library/grDevices/src'
R is running at this point and will run for as long as I do not kill it. If I compile without -fast the next line
in...
2009 Nov 04
0
[LLVMdev] LLVM + FORTRAN 95
On Nov 3, 2009, at 2:11 PM, Renato Golin wrote:
>> Longer term, it sure would be nice to have flang. :)
>
> That supports HPF!! Yeah!
>
You realize that LLVM doesn't have data dependence analysis, so
supporting HPF (with any Fortran front-end) won't be out-of-the-box. :-)
-bw
2009 Oct 02
1
Compiling with High Performance Fortran
Dear,
I looked in the list something on as to compile a code with access the High Performance FORTRAN using R CMD SHLIB, but I did not find. Would like to know if the accepted R this type of language?
Thanks!
? ???????????? F?bio Mathias Corr?a
Estat?stica e Experimenta??o Agropecu?ria/UFLA
____________________________________________________________________________________
Veja quais
2009 Nov 03
7
[LLVMdev] LLVM + FORTRAN 95
...recommend you to
transform everything to LLVM IR and do your stuff there. The LLVM IR
is more high level and extremely more expressive (types and
everything) than GCC IR, so you probably get everything you want from
there.
> Longer term, it sure would be nice to have flang. :)
That supports HPF!! Yeah!
cheers,
--renato
Reclaim your digital rights, eliminate DRM, learn more at
http://www.defectivebydesign.org/what_is_drm
2010 Apr 27
3
[LLVMdev] Proposal for a new LLVM concurrency memory model
...should be done at a higher level.
> It _can_ be done at the LLVM IR level, but much less conveniently.
Now I agree with you, completely. ;)
It is important, it is the future, but it is in the library/language
definition space that the solution will be more elegant.
Like functional languages, HPF, openMPI, Scala having intrinsic
message passing or openMP constructs, the compiler has much more
freedom to guess and do the right thing (tm).
cheers,
--renato
http://systemcall.org/
Reclaim your digital rights, eliminate DRM, learn more at
http://www.defectivebydesign.org/what_is_drm
2017 Jan 19
4
[RFC] IR-level Region Annotations
...ototype” for a language like OpenMP because you can’t exclude REDUCTION clauses. Fourth, I believe array privatization is even harder; more generally, you cannot rely on heroic compiler optimizations to take the place of explicit language directives.
I may be showing my age, but I co-wrote a full HPF-to-MPI source-to-source compiler in the late 1990s at Rice University with some quite sophisticated optimizations [1,2], and we and others in the HPF compiler community — both product and research teams — encountered many cases where compiler analyses were inadequate. There is a credible view that...
2010 Apr 27
0
[LLVMdev] Proposal for a new LLVM concurrency memory model
...LVM IR level, but much less conveniently.
>
> Now I agree with you, completely. ;)
I suspect not. :) I still mean within the compiler, just at a higher
level program abstraction; a higher-level IR.
Concurrent languages can help, but history shows that it's tough to
get them accepted. HPF is a four-letter word here. ;) Now CAF,
on the other hand...
Maybe this trend will change with the new silicon constraints, but I'm
skeptical. We'll be programming in C, C++ and Fortran for a long time.
The compiler is going to have to find parallelism and the user is
going to have to...
2004 Jun 11
3
Einlesen von Daten unter R
...roh, wenn Sie mir in dieser Sache behilflich sein
k??nnten. Ebenso m??chte ich gerne N??heres ??ber R erfahren. Zur Verf??gung
steht mir bisher das bekannte B??chlein ??ber R und eine Beschreibung
"Message Boxes in R TclTk".
Mit freundlichen Gr??ssen
Dr. Oscar Oehler
Phys.Dept. ETHZ
HPF D12
8093 Z??rich
Tel 3 21 65
2009 Nov 03
2
[LLVMdev] LLVM + FORTRAN 95
Hi all,
I want to compile FORTRAN 95 code with LLVM. More specifically, I
would like to get an AST dump of the program I compile, statically
analyze the AST, make modifcations to the AST and then feed it back to
LLVM. Do you have any hints as to how I should proceed about doing
this. I noticed that clang has an ast-dump option but don't know
whether it supports FORTRAN 95.
I am a LLVM newbie
2009 Nov 03
0
[LLVMdev] LLVM + FORTRAN 95
On Tuesday 03 November 2009 15:29, Nilesh Mahajan wrote:
> Hi all,
>
> I want to compile FORTRAN 95 code with LLVM. More specifically, I
> would like to get an AST dump of the program I compile, statically
> analyze the AST, make modifcations to the AST and then feed it back to
> LLVM. Do you have any hints as to how I should proceed about doing
> this. I noticed that clang
2010 Apr 27
0
[LLVMdev] Proposal for a new LLVM concurrency memory model
On Tuesday 27 April 2010 12:16:26 Renato Golin wrote:
> I'm not against enhancing the compiler to that point, I just think
> that you're digging too deep and Balrog might show up unexpectedly.
> Thread issues can be daunting by themselves, automatically creating
> threaded code is a recipe to disaster, IMHO.
Eventually all compilers are going to have to create threads. The
2010 Apr 27
1
[LLVMdev] Proposal for a new LLVM concurrency memory model
...ntly.
>>
>> Now I agree with you, completely. ;)
>
> I suspect not. :) I still mean within the compiler, just at a higher
> level program abstraction; a higher-level IR.
>
> Concurrent languages can help, but history shows that it's tough to
> get them accepted. HPF is a four-letter word here. ;) Now CAF,
> on the other hand...
>
> Maybe this trend will change with the new silicon constraints, but I'm
> skeptical. We'll be programming in C, C++ and Fortran for a long time.
>
> The compiler is going to have to find parallelism and t...
2002 Jul 08
0
Hodrick-Prescott-Filter as smooth.spline
Could someone, please, write me, how to compute the spar-value for the
smooth.spline-routine to get the same HP-filtered time-series with a
parameter lambda for a function (see mail "Hodrick-Prescott-Filter
example" from ggrothendieck at yifan.net):
hpf <- function(y,lambda{
eye <- diag(length(y))
d <- diff(eye,d=2)
z <- solve(eye+lambda*crossprod(d),y)}
?
Second, is there a connection between the parameter lambda in this
function and the value $lambda of the smooth.spline routine?
For annual time series with smooth.spline(y,spar=...
2010 Apr 27
3
[LLVMdev] Proposal for a new LLVM concurrency memory model
On 27 April 2010 17:28, David Greene <dag at cray.com> wrote:
> The compiler integrates into a comprehensive programming environment.
> It has to know what the environment provides and uses. That _is_ very much
> the compiler's responsibility.
I agree the compilers should know about threads, but enough to work
around the issues and not start creating threads the user
2000 Jan 13
0
The Array Programming Languages Conference APL-Berlin-2000
...his opens the door to new applications of computers, in turn requiring
even more data to be managed and controlled. Are the concepts of today's
array processing languages able to meet these challenges?
Many programming languages and symbolic interpreters, including APL, R,
S-Plus,
Fortran 95, HPF, J, MATLAB, MAPLE, NIAL, SAC are becoming stronger array
processing languages. What features do these languages have in common?
How do they differ? Are they converging in terms of primitives,
parallelism,
functionality, data and control flow, interfaces to hardware and
software,
and in communicati...
2009 Nov 03
0
[LLVMdev] LLVM + FORTRAN 95
...ng to LLVM IR and do your stuff there. The LLVM IR
> is more high level and extremely more expressive (types and
> everything) than GCC IR, so you probably get everything you want from
> there.
>
>
>> Longer term, it sure would be nice to have flang. :)
>
> That supports HPF!! Yeah!
>
> cheers,
> --renato
>
> Reclaim your digital rights, eliminate DRM, learn more at
> http://www.defectivebydesign.org/what_is_drm
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.c...
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...$s0b
zq7y at E5=^QwDj`cWK?&4+N^-o9xpf(35*8*wm=3zzA?=-|Gu);;v(038k7QKSNXKNc
zKuXQl&h`tHiipE&A!s*~?*ZT`A;NoIz!$ryaq at C%0(xrn<WK*4!FMFX@^U&$-!*Yz
zHT;ZPF)*D at xq15*w{PBHF`r|E<y~)o8(;X!*YVyXr6x2r-g~O1j-#7tWVdOpNlXW0
z3^Es}G(puhsZey}95ItD_HJ+hB%Q#<J9bzKN48&5PUrM`J^J0j3tY))Hpf~UB~hfj
zH&Ca#Om{0$efxouxa;S=Un^SX`nS`#d(}WZO~G4j7+<}1gRgz{tL*OWwKFxqS%i|D
zJ+sZ*-t<PEyLydf;|V6gdy8;s`vpD0Ib36@>M`@mBgc>$14)W9no*|7Ly9p5Cq3Qw
zHhk%gPcfLCr}xpbRMRErE^X0!-YQ!Nfsg*~C;8$R|CmP~ev~t3HyCVevNPPI-|Nxs
zX7svUv`O!p#C$vOPP=C*Wz>fiw6dWA8M6#r`<m0O$nT{UzAO+|A3T-;lB1Jjo_z92
z_...
2007 Apr 05
17
Reasons to Use R
Dear All,
The institute I work for is organizing an internal workshop for High
Performance Computing (HPC).
I am planning to attend it and talk a bit about fluid dynamics, but
there is also quite a lot of interest devoted to data post-processing
and management of huge data sets.
A lot of people are interested in image processing/pattern recognition
and statistic applied to geography/ecology, but I