Software Archive
Read-only legacy content
17061 Discussions

Cilkplus on PPC architecture

Masoud_A_
Beginner
418 Views

Hello all,

I am getting this error while I was building cilkplus on a power PC with redhat OS. Does this mean Cilkplus doesn't support power PC?

Bests,

################################

checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether ldgetname is declared... no
checking whether times is declared... yes
checking whether sigaltstack is declared... yes
checking whether madvise is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for F_SETLKW... yes
checking if mkdir takes one argument... no
*** Configuration powerpc64le-unknown-linux-gnu not supported
make[2]: *** [configure-stage1-gcc] Error 1
make[2]: Leaving directory `/home/msdataei/b-gcc'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/msdataei/b-gcc'
make: *** [all] Error 2

#################################

 

0 Kudos
2 Replies
Hansang_B_Intel
Employee
418 Views

It looks like the error message comes from GCC build, so it is hard to say the message indicates that Cilkplus is not supported on PowerPC.

However, it is unlikely that Cilkplus supports PowerPC. There have been sporadic contributions from the community which try to port Cilkplus to Arm or SPARC, but I do not know of any efforts for PowerPC.

0 Kudos
Masoud_A_
Beginner
418 Views

Thank you for your reply.

0 Kudos
Reply