[petsc-dev] defaulting gnu compilers on Apple
Satish Balay
balay at mcs.anl.gov
Thu Oct 31 09:52:37 CDT 2013
On Thu, 31 Oct 2013, Aron Ahmadia wrote:
> ~/s/s/w/tmp ❯❯❯ clang -fsel-sched-pipelining file.c
>
> ⏎
> clang: warning: argument unused during compilation: '-fsel-sched-pipelining'
> ~/s/s/w/tmp ❯❯❯ gcc -fsel-sched-pipelining file.c
>
> ⏎
> clang: warning: argument unused during compilation: '-fsel-sched-pipelining'
>
> ~/s/s/w/tmp ❯❯❯ gcc --analyze file.c
> ~/s/s/w/tmp ❯❯❯ clang --analyze file.c
so /usr/bin/gcc is an alias to clang on Xcode5
Satish
More information about the petsc-dev
mailing list