Terminated by signal 7 ...

Hi,

I am trying to port FFTW to 64 bit SUA using PGI compiler.

In the process i sometimes see error message saying “pgcc-Fatal-/opt/pgi/sua64/7.0-3/bin/pgc TERMINATED by signal 7”.

If i compile it again then it continues alright.

I want to know the reason behind it. Has it anything to do with evaluation license?

Waiting for your kind reply.

With warm regards,
KEDAR


ranlib .libs/libapi.a
creating libapi.la
(cd .libs && rm -f libapi.la && ln -s …/libapi.la libapi.la)
Making all in libbench2
source=‘aligned-main.c’ object=‘aligned-main.o’ libtool=no DEPDIR=.deps depmode=none /bin/sh …/depcomp pgcc -Masmkeyword -DHAVE_CONFIG_H -I. -I. -I… -D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include -D_ALL_SOURCE -c aligned-main.c
pgcc-Fatal-/opt/pgi/sua64/7.0-3/bin/pgc TERMINATED by signal 7
Arguments to /opt/pgi/sua64/7.0-3/bin/pgc
/opt/pgi/sua64/7.0-3/bin/pgc aligned-main.c -opt 1 -terse 1 -inform warn -x 59 4 -x 19 0x400000 -x 119 0x40E10400 -x 59 4 -x 70 0x8000 -x 122 1 -x 122 0x40 -x 123 0x1000 -x 127 20 -tp k8-64 -y 80 0x4000000 -x 119 0x8000000 -astype 0 -stdinc /opt/pgi/sua64/7.0-3/include:/usr/local/include:/opt/gcc.3.3/lib/gcc-lib/i586-pc-interix3/3.3/include:/opt/gcc.3.3/lib/gcc-lib/i586-pc-interix3/3.3/include:/usr/include -def lp64 -def unix -def __unix -def unix -def __INTERIX -def inline= -def x86_64 -def _M_AMD64 -def __NO_MATH_INLINES -def amd64 -def extension= -def SSE -def MMX -def SSE2 -predicate ‘#machine(x86_64) #lint(off) #system(unix) #system(posix) #cpu(x86_64)’ -idir . -idir . -idir … -idir /usr/local/include -idir /usr/local/ssl/include -def HAVE_CONFIG_H -def _ALL_SOURCE -def _ALL_SOURCE -cmdline ‘+pgcc aligned-main.c -Masmkeyword -DHAVE_CONFIG_H -I. -I. -I… -D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include -D_ALL_SOURCE -c’ -x 123 4 -x 123 0x80000000 -alwaysinline /opt/pgi/sua64/7.0-3/lib/libintrinsics.il 4 -x 127 1 -asm /tmp/pgcccjYgku_Iq-D.s
*** Error code 127

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

Hi Kedar,

Has it anything to do with evaluation license?

No. While some features change, the compilers are the same no matter what the license.

I’m try to recreate the issue here using FFTW 3.1.2. So far, I’ve recompiled FFTW 10 times and each time aligned-main.c compiled fine.

Which version of FFTW are you using? How do you have it configured? Which version of Windows are you using?

Thanks,
Mat

Hi,

As i said earlier, its not regular problem, rather its kinda intermittent.

I am using the same version as you do.

I have set CC to pgcc, F77 to pgf77 CXX to pgcpp. I have also appended PATH variable to include the location of these compilers.

I am running windows server 2003 R2 on Opteron machine.

With warm regards,
KEDAR

HI Kendar,

As i said earlier, its not regular problem, rather its kinda intermittent.

Ok, I’ll keep at it.

Thank you for the report,
Mat