Problem with building on XC30 CFCA

Issue #1761 closed
anonymous created an issue

I try to compile ET on CFCA NAOJ cluster Cray XC30. I used as similar system edison in NERSC. So far I have problems with build procedure. CFCA is configured by default for Cray environment. In configuration file I switch programming enviroment to Intel and correct paths to actual ones. Unfortunately simfactory crashed.

libtool: install: /usr/bin/install -c fftw-wisdom /home/barkovmm/ET/Cactus/configs/whisky/scratch/external/FFTW3/bin/fftw-wisdom
Making install in m4
~/ET/Cactus/configs/whisky/scratch
FFTW3: Cleaning up...
FFTW3: Done.
Creating /home/barkovmm/ET/Cactus/configs/whisky/lib/libthorn_FFTW3.a
make: *** [whisky] Error 2

If I run comand on the cluster

ET continue configuration and crushed on GSL 
{{{
icc: command line warning #10121: overriding '-xCORE-AVX2' with '-xHost'
In file included from results.c(32):
/usr/lib64/gcc/x86_64-suse-linux/4.3/include/varargs.h(4): error: #error directive: "GCC no longer implements <varargs.h>."
  #error "GCC no longer implements <varargs.h>."
   ^

In file included from results.c(32):
/usr/lib64/gcc/x86_64-suse-linux/4.3/include/varargs.h(5): error: #error directive: "Revise your code to use <stdarg.h>."
  #error "Revise your code to use <stdarg.h>."
   ^

results.c(95): error #54: too few arguments in invocation of macro "va_start"
          va_start (ap);
                      ^

results.c(95): error: expected an expression
          va_start (ap);
          ^

results.c(155): error #54: too few arguments in invocation of macro "va_start"
          va_start (ap);
                      ^

results.c(155): error: expected an expression
          va_start (ap);
          ^

results.c(232): error #54: too few arguments in invocation of macro "va_start"
          va_start (ap);
                      ^

results.c(232): error: expected an expression
          va_start (ap);
          ^

results.c(309): error #54: too few arguments in invocation of macro "va_start"
          va_start (ap);
                      ^

results.c(309): error: expected an expression
          va_start (ap);
          ^

results.c(364): error #54: too few arguments in invocation of macro "va_start"
          va_start (ap);
                      ^

results.c(364): error: expected an expression
          va_start (ap);
          ^

results.c(408): error #54: too few arguments in invocation of macro "va_start"
          va_start (ap);
                      ^

results.c(408): error: expected an expression
          va_start (ap);
          ^

Internal error: null pointer

compilation aborted for results.c (code 4)
make[6]: *** [results.lo] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all] Error 2
make[3]: *** [/work/barkovmm/ET/Cactus/configs/whisky_11/scratch/done/GSL] Error 2
make[2]: *** [make.checked] Error 2
make[1]: *** [/work/barkovmm/ET/Cactus/configs/whisky_11/lib/libthorn_GSL.a] Error 2
make: *** [whisky_11] Error 2

Any help or suggestions are very welcome.

Keyword:

Comments (2)

  1. Log in to comment