Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7942 Discussions

compilation of sppm asci purple benchmarks

Deleted_U_Intel
Employee
243 Views
I am trying to compile the asci purple benchmark sppm
and I get the following linking error. I used nm but these
symbols don't seem to appear in the intel library files
both fortran and C++. Any insight?
Thanks
Dev

main.o(.text+0xc4): In function `MAIN__':
: undefined reference to `changedir_'
main.o(.text+0x1078): In function `MAIN__':
: undefined reference to `flush__'
main.o(.text+0x1f93): In function `rsdump_':
: undefined reference to `rsopen_'
main.o(.text+0x1fa2): In function `rsdump_':
: undefined reference to `binwrite_'
main.o(.text+0x1fb1): In function `rsdump_':
: undefined reference to `binwrite_'
main.o(.text+0x1fc0): In function `rsdump_':
: undefined reference to `binwrite_'
main.o(.text+0x1fcf): In function `rsdump_':
: undefined reference to `binwrite_'
main.o(.text+0x2024): In function `rsdump_':
: undefined reference to `binwrite_'
main.o(.text+0x203d): In function `rsdump_':
: undefined reference to `rsclose_'
main.o(.text+0x20b8): In function `restart_':
: undefined reference to `rsopen_'
main.o(.text+0x20c7): In function `restart_':
: undefined reference to `binread_'
main.o(.text+0x20d6): In function `restart_':
: undefined reference to `binread_'
main.o(.text+0x20e5): In function `restart_':
: undefined reference to `binread_'
main.o(.text+0x20f4): In function `restart_':
: undefined reference to `binread_'
main.o(.text+0x214d): In function `restart_':
: undefined reference to `binread_'
main.o(.text+0x216e): In function `restart_':
: undefined reference to `rsclose_'
main.o(.text+0x51ac): In function `setup_':
: undefined reference to `imread_'
main.o(.text+0x51db): In function `setup_':
: undefined reference to `imread_'
main.o(.text+0x57c2): In function `idumpbob_':
: undefined reference to `brickwrite_'
main.o(.text+0x5826): In function `idumpbob_':
: undefined reference to `brickwrite_'
main.o(.text+0x5901): In function `idumpbob_':
: undefined reference to `brickwrite_'
main.o(.text+0x59c1): In function `icdump_':
: undefined reference to `cdclose_'
main.o(.text+0x5a45): In function `icdump_':
: undefined reference to `cdwrite_'
main.o(.text+0x5bfd): In function `icdump_':
: undefined reference to `cdwrite_'
main.o(.text+0x5d40): In function `icdump_':
: undefined reference to `cdopen_'
main.o(.text+0x5f94): In function `var0d_':
: undefined reference to `cdwrite_'
main.o(.text+0x6153): In function `mesho3_':
: undefined reference to `cdwrite_'
main.o(.text+0x61d4): In function `mesho3_':
: undefined reference to `cdwrite_'
main.o(.text+0x6274): In function `mesho3_':
: undefined reference to `cdwrite_'
main.o(.text+0x630d): In function `mesho3_':
: undefined reference to `cdwrite_'
main.o(.text+0x63ab): more undefined references to `cdwrite_' follow
make: *** [run/sppm] Error 1
0 Kudos
1 Reply
cp_jain
Beginner
243 Views
Hi Anand,

I had compiled sppm, without any issue, on both IA32 and IA64 with Intel C++ and Fortran compilers.

Could you provide me more details about your hardware and software configurations (Compiler - v7 or v8, Command line options etc).

cp
0 Kudos
Reply