Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. >>> BUILDING: PaSR
  2. make[1]: Entering directory `/autofs/na3_home1/xl/ISAT_V11/PaSR'
  3. ftn -O2 -fPIC -I../isatab_ser -I../isat-ck -I../ice-pic -c pasr.f
  4. ftn -O2 -fPIC -I../isatab_ser -I../isat-ck -I../ice-pic -c pasrsubs.f
  5. ftn -O2 -fPIC -I../isatab_ser -I../isat-ck -I../ice-pic -c usrate.f
  6. ftn -o PaSR pasr.o pasrsubs.o usrate.o -Bstatic -L/ccs/home/xl/ISAT_V11/lib
  7. -lisat7_ser -lck_ext -llapack -Bstatic
  8. /ccs/home/xl/ISAT_V11/lib/libisat7_ser.a(ci_ice_pic_bound.o): In
  9. function `ci_ice_pic_bound_test_':
  10. ci_ice_pic_bound.f90:(.text+0x34f): undefined reference to `for_simd_random_number'
  11. /usr/bin/ld: link errors found, deleting executable `PaSR'
  12. make[1]: *** [PaSR] Error 1
  13. make[1]: Leaving directory `/autofs/na3_home1/xl/ISAT_V11/PaSR'
  14. make: *** [build-programs] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement