tried this.
looked for these symbols in every library on my system.
Yes I agree still not a MPI problem.
Dev
mpif77 main.o sppm.o runhyd3.o bdrys.o \
c_io.o timers.o \
-o run/sppm
main.o(.text+0xbe): In function `MAIN__':
: undefined reference to `changedir_'
main.o(.text+0x1086): In function `MAIN__':
: undefined reference to `flush__'
main.o(.text+0x1fb9): In function `rsdump_':
: undefined reference to `rsopen_'
main.o(.text+0x1fc8): In function `rsdump_':
: undefined reference to `binwrite_'
main.o(.text+0x1fd7): In function `rsdump_':
: undefined reference to `binwrite_'
main.o(.text+0x1fe6): In function `rsdump_':
: undefined reference to `binwrite_'
main.o(.text+0x1ff5): In function `rsdump_':
: undefined reference to `binwrite_'
main.o(.text+0x204a): In function `rsdump_':
: undefined reference to `binwrite_'
main.o(.text+0x2063): In function `rsdump_':
: undefined reference to `rsclose_'
main.o(.text+0x20de): In function `restart_':
: undefined reference to `rsopen_'
main.o(.text+0x20ed): In function `restart_':
: undefined reference to `binread_'
main.o(.text+0x20fc): In function `restart_':
: undefined reference to `binread_'
main.o(.text+0x210b): In function `restart_':
: undefined reference to `binread_'
main.o(.text+0x211a): In function `restart_':
: undefined reference to `binread_'
main.o(.text+0x2173): In function `restart_':
: undefined reference to `binread_'
main.o(.text+0x2194): In function `restart_':
: undefined reference to `rsclose_'
main.o(.text+0x5214): In function `setup_':
: undefined reference to `imread_'
main.o(.text+0x5243): In function `setup_':
: undefined reference to `imread_'
main.o(.text+0x582a): In function `idumpbob_':
: undefined reference to `brickwrite_'
main.o(.text+0x588e): In function `idumpbob_':
: undefined reference to `brickwrite_'
main.o(.text+0x5969): In function `idumpbob_':
: undefined reference to `brickwrite_'
main.o(.text+0x5a29): In function `icdump_':
: undefined reference to `cdclose_'
main.o(.text+0x5aad): In function `icdump_':
: undefined reference to `cdwrite_'
main.o(.text+0x5c65): In function `icdump_':
: undefined reference to `cdwrite_'
main.o(.text+0x5da8): In function `icdump_':
: undefined reference to `cdopen_'
main.o(.text+0x5ffb): In function `var0d_':
: undefined reference to `cdwrite_'
main.o(.text+0x61b9): In function `mesho3_':
: undefined reference to `cdwrite_'
main.o(.text+0x623a): In function `mesho3_':
: undefined reference to `cdwrite_'
main.o(.text+0x62da): In function `mesho3_':
: undefined reference to `cdwrite_'
main.o(.text+0x6373): In function `mesho3_':
: undefined reference to `cdwrite_'
main.o(.text+0x6411): more undefined references to `cdwrite_' follow
make: *** [run/sppm] Error 1
[dev_at_canis sppm]$
|