Dear All,
I'm trying to speed up the OpenMP implementation in GCC and Intel
compiler. I'm working on multisort because i thought it has too much
branches and i applied tree model task. I used Paraver and Extrae to
profile program After that, I executed them on a machine Minotauro
supercomputer in
I was able to verify it with the .sig from gnu.org ftp, along with the info
at http://ftp.gnu.org/ about where to obtain the gnu-keyring.gpg file.
A suggestion... In addition to making sure the .sig is copied to your
mirrors, I recommend including the gnu-keyring.gpg info (from
http://ftp.gnu.org)
Am 29.04.2013 22:14, schrieb Scott Baldwin:
Just downloaded 4.8.0 from one of your mirror sites listed at
[http://gcc.gnu.org/mirrors.html] and would like to verify the file with
GPG.
Your site says "The archives there will be signed by one of the following
GnuPG keys...", but I see no .sig/.asc
On a box where amdfam10 is the native arch, 4.8 #defines two symbols
with march=native which it does not with march=amdfam10:
:; gcc-4.8.0 -march=amdfam10 -E -dM - /tmp/amdfam10
:; gcc-4.8.0 -march=native -E -dM - /tmp/native
:; diff -U0 /tmp/amdfam10 /tmp/native
--- /tmp/amdfam10 2013-04-
> -Original Message-
> From: Tobias Burnus [mailto:bur...@net-b.de]
> Sent: Monday, April 29, 2013 3:47 PM
> To: Iyer, Balaji V
> Cc: 'gcc@gcc.gnu.org'
> Subject: Re: Fortran Compiler Hangs
>
> Hello Iyer,
>
> Iyer, Balaji V wrote:
> > The fortran compiler (f951) seem to hang even for a
Just downloaded 4.8.0 from one of your mirror sites listed at
[http://gcc.gnu.org/mirrors.html] and would like to verify the file with
GPG.
Your site says "The archives there will be signed by one of the following
GnuPG keys...", but I see no .sig/.asc file on the mirror sites (or in the
package i
Hello Iyer,
Iyer, Balaji V wrote:
The fortran compiler (f951) seem to hang even for a simple hello world program
in GCC. This is causing the whole gcc build process to hang at the following
line:
checking for x86_64-unknown-linux-gnu-gfortran...
/export/users/gcc-svn/b-cilkplus-gcc/./gcc/gf
Hello Everyone,
The fortran compiler (f951) seem to hang even for a simple hello world
program in GCC. This is causing the whole gcc build process to hang at the
following line:
checking for x86_64-unknown-linux-gnu-gfortran...
/export/users/gcc-svn/b-cilkplus-gcc/./gcc/gfortran
-B/ex
Hello,
1. Which passes of gcc make use of points-to information in
SSA_NAME_PTR_INFO (or more precisely, pt_solution) in doing
optimizations?
2. Also, who computes this points-to information and populates
pt_solution? Is it ONLY ipa-pta pass?
When I accessed pt_solution through a plugin which R