compilation fails in parallel mode
Posted: Fri Feb 22, 2008 10:07 pm
Dear All,
We have a small local cluster built using intel processors (Pentium Core 2 Quad) where we installed rocks 4.3 and we use intel compilers (ifort 8.0) and library (mkl 9.0) and we have also mpich-1.2.7.
We are able to compile vasp in serial mode but when trying to compile it in
parallel mode the compilation fails giving the the error messages below.
Further down, I also post the makefile I used to compile the code.
Please, could you tell me how I solve the problem?
Thank you in advance!
Best regards,
Jailton
--------------------------------------------------------------------------------
./preprocess <fftmpi_map.F | /usr/bin/cpp -P -C -traditional >fftmpi_map.f90 -DMPI -DHOST=\"LinuxIFC\" -DIFC -Dkind8 -DNGZhalf -DCACHE_SIZE=4000 -DPGF90 -Davoidalloc -DMPI_BLOCK=500
/opt/mpich-1.2.7/bin/mpif90 -FR -lowercase -assume byterecl -w95 -O3 -c fftmpi_map.f90
./preprocess <fft3dlib.F | /usr/bin/cpp -P -C -traditional >fft3dlib.f90 -DMPI -DHOST=\"LinuxIFC\" -DIFC -Dkind8 -DNGZhalf -DCACHE_SIZE=4000 -DPGF90 -Davoidalloc -DMPI_BLOCK=500
/opt/mpich-1.2.7/bin/mpif90 -FR -lowercase -O1 -tpp7 -xW -prefetch- -unroll0 -e95 -vec_report3 -c fft3dlib.f90
ifort: command line remark #10148: option '-tp' not supported
./preprocess <main.F | /usr/bin/cpp -P -C -traditional >main.f90 -DMPI -DHOST=\"LinuxIFC\" -DIFC -Dkind8 -DNGZhalf -DCACHE_SIZE=4000 -DPGF90 -Davoidalloc -DMPI_BLOCK=500
/opt/mpich-1.2.7/bin/mpif90 -FR -lowercase -assume byterecl -w95-FR -O0 -c main.f90
ifort: command line warning #10156: ignoring option '-w'; no argument required
rm -f vasp
/opt/mpich-1.2.7/bin/mpif90 -o vasp main.o base.o mpi.o smart_allocate.o xml.o constant.o jacobi.o main_mpi.o scala.o asa.o lattice.o poscar.o ini.o setex.o radial.o pseudo.o mgrid.o mkpoints.o wave.o wave_mpi.o symmetry.o symlib.o lattlib.o random.o nonl.o nonlr.o dfast.o choleski2.o mix.o charge.o xcgrad.o xcspin.o potex1.o potex2.o metagga.o constrmag.o pot.o cl_shift.o force.o dos.o elf.o tet.o hamil.o steep.o chain.o dyna.o relativistic.o LDApU.o sphpro.o paw.o us.o ebs.o wavpre.o wavpre_noio.o broyden.o dynbr.o rmm-diis.o reader.o writer.o tutor.o xml_writer.o brent.o stufak.o fileio.o opergrid.o stepver.o dipol.o xclib.o chgloc.o subrot.o optreal.o davidson.o edtest.o electron.o shm.o pardens.o paircorrection.o optics.o constr_cell_relax.o stm.o finite_diff.o elpol.o setlocalpp.o aedens.o fftmpi.o fftmpi_map.o fft3dlib.o -L../vasp.4.lib -ldmy ../vasp.4.lib/linpack_double.o -L/opt/intel/mkl/9.0/lib/em64t -lmkl_em64t -lpthread -L/opt/intel/mkl/9.0/lib/em64t -lmkl_lapack64 /usr/local/scalapack/libscalapack.a /usr/local/blacs/lib/blacsF77init_MPI-LINUX-0.a /usr/local/blacs/lib/blacs_MPI-LINUX-0.a /usr/local/blacs/lib/blacsF77init_MPI-LINUX-0.a -L/opt/intel/mkl/9.0/lib/em64t -lmkl_em64t -lpthread -lmpi -lpthread
/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64/crt1.o(.text+0x21): In function `_start':
: undefined reference to `main'
main.o(.text+0x1d): In function `MAIN__':
: undefined reference to `for_set_reentrancy'
main.o(.text+0x120): In function `MAIN__':
: undefined reference to `timing_'
main.o(.text+0x20f): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2d2): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x33d): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x3e3): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x46a): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x51a): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x598): In function `MAIN__':
: undefined reference to `for_inquire'
main.o(.text+0x64a): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x70a): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x77d): In function `MAIN__':
: undefined reference to `for_read_dir'
main.o(.text+0x7ca): In function `MAIN__':
: undefined reference to `for_read_dir_xmit'
main.o(.text+0x7f8): In function `MAIN__':
: undefined reference to `f_ldnint_val'
main.o(.text+0x86e): In function `MAIN__':
: undefined reference to `for_close'
main.o(.text+0x914): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x9d9): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0xa93): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0xb1a): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0xbc0): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0xc47): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0xced): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0xd74): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0xe1a): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0xea1): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0xf47): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0xfce): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x1074): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x10fb): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x11a1): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x1228): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x1281): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1443): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x1470): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x152c): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x1559): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x1615): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x1642): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x16fe): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x172b): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x1796): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x17e5): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x18be): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x18fc): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x2ff2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x305d): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x307f): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x3106): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x3171): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x3193): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x3562): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x3670): In function `MAIN__':
: undefined reference to `rdatab_'
main.o(.text+0x371e): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x3740): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x59fc): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x5a35): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x69ef): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6a1c): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x6b23): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6b50): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x6c45): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6c72): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x6d48): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6d75): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x6e5e): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6e8b): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x6f5f): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6f8c): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x7078): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x70a5): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x715a): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x8a37): In function `MAIN__':
: undefined reference to `for_contig_array'
main.o(.text+0xa658): In function `MAIN__':
: undefined reference to `for_contig_array'
main.o(.text+0xb139): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0xbf26): In function `MAIN__':
: undefined reference to `f_ldnint_val'
main.o(.text+0xc0c7): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0xc101): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc130): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc161): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc183): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0xc23b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0xc275): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc2a4): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc2d3): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc2f5): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0xc33a): In function `MAIN__':
: undefined reference to `__powr8i4'
main.o(.text+0xc53b): In function `MAIN__':
: undefined reference to `__powr8i4'
main.o(.text+0xc5ea): In function `MAIN__':
: undefined reference to `__powr8i4'
main.o(.text+0xc675): In function `MAIN__':
: undefined reference to `__powr8i4'
main.o(.text+0xca9f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xcb03): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xcb32): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xcb61): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xcb90): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xcbbf): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xcbee): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xcc1d): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0xd0b1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xd0e0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xd10f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xd21d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xd24c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xd27b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xd4ad): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xd4dc): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xd50b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe318): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xe352): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe3b6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xe3f0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe41f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe44e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe47d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe4ac): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe4db): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0xeb4b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xeb7a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xeba9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xebd8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xec07): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xec36): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xec65): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0xed95): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xedc4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xedf3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xee22): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xee51): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xee80): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xeeaf): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0xefa4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf019): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf04b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf11c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf175): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf1a7): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf1e0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf255): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf287): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf2e1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf310): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf33f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf36e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf39d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf3cc): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf426): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf455): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf484): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf4b3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf4e2): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf511): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf540): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0xf811): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf880): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf8b1): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0xf90b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf93a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf969): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf998): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf9c7): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x10aef): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x10b49): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x10bab): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x10c08): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x10c70): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x10cd8): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x10d48): more undefined references to `for_write_seq_lis' follow
main.o(.text+0x11342): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x113b4): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11412): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11463): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11580): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x115d9): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11676): more undefined references to `for_write_seq_lis' follow
main.o(.text+0x1171d): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x1178a): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1181a): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1188c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11911): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11a47): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11aa0): more undefined references to `for_write_seq_lis' follow
main.o(.text+0x11d95): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x11e02): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11e68): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11e9d): In function `MAIN__':
: undefined reference to `for_cpystr'
main.o(.text+0x11f35): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11f6f): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x11fd2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1200c): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1206f): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x120a9): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1210c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12146): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x121a8): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x121e2): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1223b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12294): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x122e8): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12337): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12390): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x123e1): more undefined references to `for_write_seq_lis' follow
main.o(.text+0x124ca): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x124f9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1256d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1259c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x125d6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x12605): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x12664): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x126ce): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x126fd): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x12757): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x127d0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1280a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x12839): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1288d): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x128de): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x128f0): In function `MAIN__':
: undefined reference to `f_ldnint_val'
main.o(.text+0x12953): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x129b6): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12a18): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12a6c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12ad5): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x12b34): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12b8d): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12bde): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12c37): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12c94): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12cce): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x12d1f): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12d7c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12de3): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12e32): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12e81): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12eda): more undefined references to `for_write_seq_lis' follow
main.o(.text+0x12f3f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x12f88): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x12fd1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1301a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13087): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x130b6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13112): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1314b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x131a5): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x131d4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x131ef): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13211): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13256): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1327d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x132c2): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x133f2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1345b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x134b5): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x134e4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x134ff): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13521): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1356c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13593): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x135de): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x13646): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x136ab): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1383c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13873): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x138aa): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x138ff): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1394b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x139b0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13a6d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13adf): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13b54): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13ba9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13bf5): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x13c2e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13c67): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13ca3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13d1f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13d5f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13d90): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x13dc9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13f25): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13f62): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13f89): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13fcf): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14008): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1414b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1417a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x141a9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x141d8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14240): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1425b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x142a0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x142e3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14343): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x143ae): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14419): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14481): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x144b0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x144e6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14515): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1457d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x14598): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x145dd): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14620): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14680): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x146eb): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14756): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14768): In function `MAIN__':
: undefined reference to `f_ldnint_val'
main.o(.text+0x147ce): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x147fd): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1482c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14885): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14d62): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x14da0): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x14f47): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x14f85): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x1506e): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15152): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15397): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x15402): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1558d): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x155cb): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15703): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x15741): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x1580b): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x15849): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x1596f): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x159ad): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15ae5): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x15b23): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15c5b): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x15c99): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15dd5): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x15e13): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16009): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x1604b): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16265): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x162a7): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x164c1): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16503): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x1660f): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x1664d): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16735): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16773): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x1685b): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16899): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16981): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x169bf): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16aa7): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16ae5): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16bcd): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16c0b): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16d40): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16d7e): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16eb3): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16ef1): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x17026): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x17064): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x17199): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x171d7): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x172cd): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x173e7): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x174d9): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x17500): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x175c6): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x175fe): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x17639): In function `MAIN__':
: undefined reference to `mpi_barrier_'
main.o(.text+0x17696): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x17774): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x178cd): In function `MAIN__':
: undefined reference to `for_dealloc_allocatable'
main.o(.text+0x17b3e): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x17b76): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x17cab): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x17ce3): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x17f9b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x18223): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1829d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x182d7): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1833c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x183bf): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x183f9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x19fa1): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x1a028): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x1ab75): In function `MAIN__':
: undefined reference to `for_close'
main.o(.text+0x1b067): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x1b0ee): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x1bc3b): In function `MAIN__':
: undefined reference to `for_close'
main.o(.text+0x1bfa9): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1bfe3): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1c05d): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c1bf): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c1f9): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1c21b): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x1c349): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c4e7): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c66d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1c7b2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c7d4): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x1c857): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c891): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1c8e2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c91b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1ca70): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1ca9f): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1cee6): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1cf20): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1d2bb): In function `MAIN__':
: undefined reference to `rdatab_'
main.o(.text+0x1d355): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1d377): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x1d4fd): In function `MAIN__':
: undefined reference to `rdatab_'
main.o(.text+0x1d597): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1d5b9): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x1d70c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1d73b): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1d775): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1d8a4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1e0ca): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1e123): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1e50c): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x1ea4e): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x1f028): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1f05f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1f096): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1f1e6): In function `MAIN__':
: undefined reference to `for_close'
main.o(.text+0x1f28c): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x1f351): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x1f3c9): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1f3ee): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x1f909): In function `MAIN__':
: undefined reference to `wforce_'
main.o(.text+0x1fc74): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1fca1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x20154): In function `MAIN__':
: undefined reference to `rdatab_'
main.o(.text+0x201c2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2021b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x20b90): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x20e3a): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x20ebc): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x20ef3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x20f2a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x20fb4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x20fe3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x21116): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x21131): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x2130f): In function `MAIN__':
: undefined reference to `for_dealloc_allocatable'
main.o(.text+0x2166e): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x216f0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x21727): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2175e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x21b89): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x21bfd): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x21c7f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x21cb6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x21ced): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x21d08): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x21f24): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x21f4b): In function `MAIN__':
: undefined reference to `for_contig_array'
main.o(.text+0x22cb6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x22ced): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x22d24): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x22f65): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x23273): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x232f5): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2332c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x23363): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2338c): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x2361a): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x2369c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x236d3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2370a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x23739): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x2382b): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x238ad): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x238e4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2391b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x23960): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x23b2c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x23bc5): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x23c94): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x23d16): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x23d4d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x23d84): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x23f67): In function `MAIN__':
: undefined reference to `for_dealloc_allocatable'
main.o(.text+0x248f4): In function `MAIN__':
: undefined reference to `for_contig_array'
main.o(.text+0x25ace): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x25b28): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x25b5f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25bb9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25c59): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x25c98): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25cd5): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x25d63): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x25d9d): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x25dd6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x25e21): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25e48): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25e93): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25ee8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25f3d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25f92): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x26875): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x268cf): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x268fe): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26919): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2693b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26986): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x269ad): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x269f8): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x26e4d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x26e89): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26f3f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26f6a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26f91): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26fb8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26ff4): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x2702d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x270a4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27120): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2719c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x271e3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2720a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27247): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x27374): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x273b0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27422): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27449): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27470): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x274ac): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x274e5): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2755c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x275d8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2761f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27646): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27683): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x276aa): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x2773f): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x27770): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x277a9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x278d6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x278f1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27963): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2798a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27a7d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x27ab6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x28f0b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x28f3a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x28f94): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x28fc3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x29042): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x29071): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x290cb): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x290fa): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x291d0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x29297): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x292d8): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x29313): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x29389): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x293b8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x29412): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2947a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x294a9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x29503): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x29579): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x295a8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x29602): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2966a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x29699): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x296f3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bc83): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2bcb2): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bce1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bd10): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bd3f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bd6e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bf05): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2bf34): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bf63): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bf92): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bfec): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c01b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c04a): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x2c0f8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c127): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c156): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c185): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c1df): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c20e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c23d): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x2c342): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c409): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c44a): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2c485): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2c4fb): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c52a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c584): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c5ec): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c61b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c675): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c6eb): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c71a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c774): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c7dc): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c80b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c865): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c8bf): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c972): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c9a1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c9fb): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2ca32): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cab1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2cae0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cb3a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cb71): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cc47): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2cd0e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2cd4f): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2cd8a): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2ce00): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2ce2f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2ce89): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cef1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2cf20): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cf7a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2
We have a small local cluster built using intel processors (Pentium Core 2 Quad) where we installed rocks 4.3 and we use intel compilers (ifort 8.0) and library (mkl 9.0) and we have also mpich-1.2.7.
We are able to compile vasp in serial mode but when trying to compile it in
parallel mode the compilation fails giving the the error messages below.
Further down, I also post the makefile I used to compile the code.
Please, could you tell me how I solve the problem?
Thank you in advance!
Best regards,
Jailton
--------------------------------------------------------------------------------
./preprocess <fftmpi_map.F | /usr/bin/cpp -P -C -traditional >fftmpi_map.f90 -DMPI -DHOST=\"LinuxIFC\" -DIFC -Dkind8 -DNGZhalf -DCACHE_SIZE=4000 -DPGF90 -Davoidalloc -DMPI_BLOCK=500
/opt/mpich-1.2.7/bin/mpif90 -FR -lowercase -assume byterecl -w95 -O3 -c fftmpi_map.f90
./preprocess <fft3dlib.F | /usr/bin/cpp -P -C -traditional >fft3dlib.f90 -DMPI -DHOST=\"LinuxIFC\" -DIFC -Dkind8 -DNGZhalf -DCACHE_SIZE=4000 -DPGF90 -Davoidalloc -DMPI_BLOCK=500
/opt/mpich-1.2.7/bin/mpif90 -FR -lowercase -O1 -tpp7 -xW -prefetch- -unroll0 -e95 -vec_report3 -c fft3dlib.f90
ifort: command line remark #10148: option '-tp' not supported
./preprocess <main.F | /usr/bin/cpp -P -C -traditional >main.f90 -DMPI -DHOST=\"LinuxIFC\" -DIFC -Dkind8 -DNGZhalf -DCACHE_SIZE=4000 -DPGF90 -Davoidalloc -DMPI_BLOCK=500
/opt/mpich-1.2.7/bin/mpif90 -FR -lowercase -assume byterecl -w95-FR -O0 -c main.f90
ifort: command line warning #10156: ignoring option '-w'; no argument required
rm -f vasp
/opt/mpich-1.2.7/bin/mpif90 -o vasp main.o base.o mpi.o smart_allocate.o xml.o constant.o jacobi.o main_mpi.o scala.o asa.o lattice.o poscar.o ini.o setex.o radial.o pseudo.o mgrid.o mkpoints.o wave.o wave_mpi.o symmetry.o symlib.o lattlib.o random.o nonl.o nonlr.o dfast.o choleski2.o mix.o charge.o xcgrad.o xcspin.o potex1.o potex2.o metagga.o constrmag.o pot.o cl_shift.o force.o dos.o elf.o tet.o hamil.o steep.o chain.o dyna.o relativistic.o LDApU.o sphpro.o paw.o us.o ebs.o wavpre.o wavpre_noio.o broyden.o dynbr.o rmm-diis.o reader.o writer.o tutor.o xml_writer.o brent.o stufak.o fileio.o opergrid.o stepver.o dipol.o xclib.o chgloc.o subrot.o optreal.o davidson.o edtest.o electron.o shm.o pardens.o paircorrection.o optics.o constr_cell_relax.o stm.o finite_diff.o elpol.o setlocalpp.o aedens.o fftmpi.o fftmpi_map.o fft3dlib.o -L../vasp.4.lib -ldmy ../vasp.4.lib/linpack_double.o -L/opt/intel/mkl/9.0/lib/em64t -lmkl_em64t -lpthread -L/opt/intel/mkl/9.0/lib/em64t -lmkl_lapack64 /usr/local/scalapack/libscalapack.a /usr/local/blacs/lib/blacsF77init_MPI-LINUX-0.a /usr/local/blacs/lib/blacs_MPI-LINUX-0.a /usr/local/blacs/lib/blacsF77init_MPI-LINUX-0.a -L/opt/intel/mkl/9.0/lib/em64t -lmkl_em64t -lpthread -lmpi -lpthread
/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64/crt1.o(.text+0x21): In function `_start':
: undefined reference to `main'
main.o(.text+0x1d): In function `MAIN__':
: undefined reference to `for_set_reentrancy'
main.o(.text+0x120): In function `MAIN__':
: undefined reference to `timing_'
main.o(.text+0x20f): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2d2): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x33d): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x3e3): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x46a): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x51a): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x598): In function `MAIN__':
: undefined reference to `for_inquire'
main.o(.text+0x64a): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x70a): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x77d): In function `MAIN__':
: undefined reference to `for_read_dir'
main.o(.text+0x7ca): In function `MAIN__':
: undefined reference to `for_read_dir_xmit'
main.o(.text+0x7f8): In function `MAIN__':
: undefined reference to `f_ldnint_val'
main.o(.text+0x86e): In function `MAIN__':
: undefined reference to `for_close'
main.o(.text+0x914): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x9d9): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0xa93): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0xb1a): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0xbc0): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0xc47): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0xced): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0xd74): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0xe1a): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0xea1): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0xf47): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0xfce): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x1074): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x10fb): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x11a1): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x1228): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x1281): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1443): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x1470): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x152c): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x1559): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x1615): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x1642): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x16fe): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x172b): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x1796): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x17e5): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x18be): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x18fc): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x2ff2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x305d): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x307f): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x3106): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x3171): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x3193): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x3562): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x3670): In function `MAIN__':
: undefined reference to `rdatab_'
main.o(.text+0x371e): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x3740): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x59fc): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x5a35): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x69ef): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6a1c): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x6b23): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6b50): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x6c45): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6c72): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x6d48): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6d75): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x6e5e): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6e8b): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x6f5f): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x6f8c): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x7078): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x70a5): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x715a): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x8a37): In function `MAIN__':
: undefined reference to `for_contig_array'
main.o(.text+0xa658): In function `MAIN__':
: undefined reference to `for_contig_array'
main.o(.text+0xb139): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0xbf26): In function `MAIN__':
: undefined reference to `f_ldnint_val'
main.o(.text+0xc0c7): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0xc101): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc130): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc161): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc183): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0xc23b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0xc275): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc2a4): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc2d3): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0xc2f5): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0xc33a): In function `MAIN__':
: undefined reference to `__powr8i4'
main.o(.text+0xc53b): In function `MAIN__':
: undefined reference to `__powr8i4'
main.o(.text+0xc5ea): In function `MAIN__':
: undefined reference to `__powr8i4'
main.o(.text+0xc675): In function `MAIN__':
: undefined reference to `__powr8i4'
main.o(.text+0xca9f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xcb03): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xcb32): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xcb61): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xcb90): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xcbbf): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xcbee): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xcc1d): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0xd0b1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xd0e0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xd10f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xd21d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xd24c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xd27b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xd4ad): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xd4dc): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xd50b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe318): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xe352): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe3b6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xe3f0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe41f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe44e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe47d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe4ac): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xe4db): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0xeb4b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xeb7a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xeba9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xebd8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xec07): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xec36): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xec65): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0xed95): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xedc4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xedf3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xee22): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xee51): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xee80): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xeeaf): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0xefa4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf019): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf04b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf11c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf175): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf1a7): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf1e0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf255): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf287): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf2e1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf310): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf33f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf36e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf39d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf3cc): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf426): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf455): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf484): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf4b3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf4e2): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf511): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf540): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0xf811): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf880): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf8b1): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0xf90b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0xf93a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf969): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf998): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0xf9c7): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x10aef): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x10b49): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x10bab): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x10c08): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x10c70): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x10cd8): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x10d48): more undefined references to `for_write_seq_lis' follow
main.o(.text+0x11342): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x113b4): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11412): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11463): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11580): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x115d9): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11676): more undefined references to `for_write_seq_lis' follow
main.o(.text+0x1171d): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x1178a): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1181a): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1188c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11911): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11a47): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11aa0): more undefined references to `for_write_seq_lis' follow
main.o(.text+0x11d95): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x11e02): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11e68): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11e9d): In function `MAIN__':
: undefined reference to `for_cpystr'
main.o(.text+0x11f35): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x11f6f): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x11fd2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1200c): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1206f): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x120a9): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1210c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12146): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x121a8): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x121e2): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1223b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12294): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x122e8): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12337): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12390): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x123e1): more undefined references to `for_write_seq_lis' follow
main.o(.text+0x124ca): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x124f9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1256d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1259c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x125d6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x12605): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x12664): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x126ce): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x126fd): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x12757): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x127d0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1280a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x12839): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1288d): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x128de): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x128f0): In function `MAIN__':
: undefined reference to `f_ldnint_val'
main.o(.text+0x12953): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x129b6): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12a18): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12a6c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12ad5): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x12b34): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12b8d): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12bde): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12c37): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12c94): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12cce): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x12d1f): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12d7c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12de3): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12e32): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12e81): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x12eda): more undefined references to `for_write_seq_lis' follow
main.o(.text+0x12f3f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x12f88): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x12fd1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1301a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13087): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x130b6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13112): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1314b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x131a5): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x131d4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x131ef): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13211): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13256): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1327d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x132c2): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x133f2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1345b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x134b5): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x134e4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x134ff): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13521): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1356c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13593): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x135de): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x13646): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x136ab): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1383c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13873): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x138aa): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x138ff): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1394b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x139b0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13a6d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13adf): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13b54): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13ba9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13bf5): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x13c2e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13c67): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13ca3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13d1f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13d5f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13d90): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x13dc9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13f25): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x13f62): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13f89): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x13fcf): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14008): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1414b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1417a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x141a9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x141d8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14240): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1425b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x142a0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x142e3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14343): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x143ae): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14419): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14481): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x144b0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x144e6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14515): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1457d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x14598): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x145dd): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14620): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14680): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x146eb): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14756): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14768): In function `MAIN__':
: undefined reference to `f_ldnint_val'
main.o(.text+0x147ce): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x147fd): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1482c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x14885): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x14d62): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x14da0): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x14f47): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x14f85): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x1506e): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15152): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15397): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x15402): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1558d): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x155cb): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15703): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x15741): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x1580b): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x15849): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x1596f): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x159ad): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15ae5): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x15b23): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15c5b): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x15c99): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x15dd5): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x15e13): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16009): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x1604b): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16265): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x162a7): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x164c1): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16503): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x1660f): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x1664d): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16735): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16773): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x1685b): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16899): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16981): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x169bf): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16aa7): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16ae5): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16bcd): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16c0b): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16d40): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16d7e): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x16eb3): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x16ef1): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x17026): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x17064): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x17199): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x171d7): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x172cd): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x173e7): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x174d9): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x17500): In function `MAIN__':
: undefined reference to `for_allocate'
main.o(.text+0x175c6): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x175fe): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x17639): In function `MAIN__':
: undefined reference to `mpi_barrier_'
main.o(.text+0x17696): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x17774): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x178cd): In function `MAIN__':
: undefined reference to `for_dealloc_allocatable'
main.o(.text+0x17b3e): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x17b76): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x17cab): In function `MAIN__':
: undefined reference to `for_check_mult_overflow64'
main.o(.text+0x17ce3): In function `MAIN__':
: undefined reference to `for_alloc_allocatable'
main.o(.text+0x17f9b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x18223): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1829d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x182d7): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1833c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x183bf): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x183f9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x19fa1): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x1a028): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x1ab75): In function `MAIN__':
: undefined reference to `for_close'
main.o(.text+0x1b067): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x1b0ee): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x1bc3b): In function `MAIN__':
: undefined reference to `for_close'
main.o(.text+0x1bfa9): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1bfe3): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1c05d): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c1bf): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c1f9): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1c21b): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x1c349): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c4e7): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c66d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1c7b2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c7d4): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x1c857): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c891): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1c8e2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1c91b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1ca70): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1ca9f): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1cee6): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1cf20): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1d2bb): In function `MAIN__':
: undefined reference to `rdatab_'
main.o(.text+0x1d355): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1d377): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x1d4fd): In function `MAIN__':
: undefined reference to `rdatab_'
main.o(.text+0x1d597): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1d5b9): In function `MAIN__':
: undefined reference to `for_stop_core'
main.o(.text+0x1d70c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1d73b): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1d775): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x1d8a4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1e0ca): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1e123): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1e50c): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x1ea4e): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x1f028): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1f05f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1f096): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x1f1e6): In function `MAIN__':
: undefined reference to `for_close'
main.o(.text+0x1f28c): In function `MAIN__':
: undefined reference to `for_concat'
main.o(.text+0x1f351): In function `MAIN__':
: undefined reference to `for_open'
main.o(.text+0x1f3c9): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x1f3ee): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x1f909): In function `MAIN__':
: undefined reference to `wforce_'
main.o(.text+0x1fc74): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x1fca1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x20154): In function `MAIN__':
: undefined reference to `rdatab_'
main.o(.text+0x201c2): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2021b): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x20b90): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x20e3a): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x20ebc): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x20ef3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x20f2a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x20fb4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x20fe3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x21116): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x21131): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x2130f): In function `MAIN__':
: undefined reference to `for_dealloc_allocatable'
main.o(.text+0x2166e): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x216f0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x21727): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2175e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x21b89): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x21bfd): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x21c7f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x21cb6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x21ced): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x21d08): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x21f24): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x21f4b): In function `MAIN__':
: undefined reference to `for_contig_array'
main.o(.text+0x22cb6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x22ced): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x22d24): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x22f65): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x23273): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x232f5): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2332c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x23363): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2338c): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x2361a): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x2369c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x236d3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2370a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x23739): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x2382b): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x238ad): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x238e4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2391b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x23960): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x23b2c): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x23bc5): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x23c94): In function `MAIN__':
: undefined reference to `vtime_'
main.o(.text+0x23d16): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x23d4d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x23d84): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x23f67): In function `MAIN__':
: undefined reference to `for_dealloc_allocatable'
main.o(.text+0x248f4): In function `MAIN__':
: undefined reference to `for_contig_array'
main.o(.text+0x25ace): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x25b28): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x25b5f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25bb9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25c59): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x25c98): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25cd5): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x25d63): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x25d9d): In function `MAIN__':
: undefined reference to `for_write_seq_lis_xmit'
main.o(.text+0x25dd6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x25e21): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25e48): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25e93): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25ee8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25f3d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x25f92): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x26875): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x268cf): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x268fe): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26919): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2693b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26986): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x269ad): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x269f8): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x26e4d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x26e89): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26f3f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26f6a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26f91): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26fb8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x26ff4): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x2702d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x270a4): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27120): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2719c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x271e3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2720a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27247): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x27374): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x273b0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27422): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27449): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27470): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x274ac): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x274e5): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2755c): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x275d8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2761f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27646): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27683): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x276aa): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x2773f): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x27770): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x277a9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x278d6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x278f1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27963): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2798a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x27a7d): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x27ab6): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x28f0b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x28f3a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x28f94): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x28fc3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x29042): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x29071): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x290cb): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x290fa): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x291d0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x29297): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x292d8): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x29313): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x29389): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x293b8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x29412): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2947a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x294a9): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x29503): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x29579): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x295a8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x29602): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2966a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x29699): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x296f3): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bc83): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2bcb2): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bce1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bd10): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bd3f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bd6e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bf05): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2bf34): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bf63): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bf92): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2bfec): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c01b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c04a): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x2c0f8): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c127): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c156): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c185): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c1df): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c20e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c23d): more undefined references to `for_write_seq_fmt_xmit' follow
main.o(.text+0x2c342): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c409): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c44a): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2c485): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2c4fb): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c52a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c584): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c5ec): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c61b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c675): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c6eb): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c71a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c774): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c7dc): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c80b): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c865): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c8bf): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c972): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2c9a1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2c9fb): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2ca32): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cab1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2cae0): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cb3a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cb71): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cc47): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2cd0e): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2cd4f): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2cd8a): In function `MAIN__':
: undefined reference to `for_write_seq_lis'
main.o(.text+0x2ce00): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2ce2f): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2ce89): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cef1): In function `MAIN__':
: undefined reference to `for_write_seq_fmt'
main.o(.text+0x2cf20): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2cf7a): In function `MAIN__':
: undefined reference to `for_write_seq_fmt_xmit'
main.o(.text+0x2