Advertisement
gchilders

Untitled

Sep 14th, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. To reproduce:
  2. module load CPE/22.03
  3. module load cray-mvapich2_nogpu_sve/2.3.6
  4. git clone https://github.com/gchilders/msieve_nfsathome.git -b try_openmp
  5. cd msieve_nfsathome
  6. cc -O3 -h vector3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -D_LARGEFILE64_SOURCE -DVBITS=128 -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -h omp -DHAVE_OMP -DHAVE_MPI -c -o common/lanczos/cpu/lanczos_matmul0.o common/lanczos/cpu/lanczos_matmul0.c
  7.  
  8. Output:
  9. Error message :: Optimization internal error
  10. Error detected :: File 'pdgcs/v_vcg_mem.c', line 2068
  11. Initiated from :: Line 2129 (v_main.c)
  12. Optimizer built :: 2021-06-10 (production)
  13. Vector Translation ::
  14. Loop near line :: 32
  15.  
  16. File :: common/lanczos/cpu/lanczos_matmul0.c
  17. Function :: mul_packed
  18. at or near line :: 34
  19.  
  20. File path :: /lustre/home/jchilders/msieve/msieve_nfsathome/common/lanczos/cpu/lanczos_matmul0.c
  21. Compiler hash :: b41be4fd2f71d91624d9e1ca3b930c852051692f
  22. Target :: arm-nsp1
  23.  
  24. Creating internal compiler error backtrace (please wait):
  25. Unable to launch gdb in batch mode.
  26. gdb either does not exist or is already attached.
  27. Trying alternative backtrace mechanism...
  28.  
  29. [0x00000000dd2423] linux_backtrace :?
  30. [0x00000000dd3293] pdgcs_internal_error(char const*, char const*, int) :?
  31. [0x00000000dd352f] opt_error_and_abort(char const*, int) :?
  32. [0x00000000f04ec3] dup_vstruct_expr(EXP_INFO, EXP_INFO, TYPE) :?
  33. [0x00000000f04a9f] dup_vstruct_expr(EXP_INFO, EXP_INFO, TYPE) :?
  34. [0x00000000f04b7b] dup_vstruct_expr(EXP_INFO, EXP_INFO, TYPE) :?
  35. [0x00000000f0a67f] vcg_convert_struct_asg(int, int) :?
  36. [0x00000000ce03cb] vcg_translate_loop() :?
  37. [0x0000000067aa8b] vector_translation() :?
  38. [0x0000000055312f] pdgcs_main :?
  39. [0x0000000052b763] PDGCS_do_proc :?
  40. [0x00000000499993] cvrt_proc_to_pdg :?
  41. [0x0000000049a617] m_cvrt_to_pdg :?
  42. [0x000000004c5143] process_scp :?
  43. [0x000000004c6827] m_start_ipa :?
  44. [0x00000000411b7f] main :?
  45. [0x00400000b30de3] ?? ??:0
  46. [0x0000000045be3f] _start :?
  47.  
  48. Note: This is a non-debug compiler. Technical support should
  49. continue problem isolation using a compiler built for
  50. debugging.
  51.  
  52. CC-7991 craycc: INTERNAL mul_packed, File = common/lanczos/cpu/lanczos_matmul0.c, Line = 34
  53. INTERNAL COMPILER ERROR: "Optimizer internal error" (pdgcs/v_vcg_mem.c, line 2068, version b41be4fd2f71d91624d9e1ca3b930c852051692f)
  54. make: *** [Makefile_cray:336: common/lanczos/cpu/lanczos_matmul0.o] Error 1
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement