Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.61 KB | None | 0 0
  1.  
  2. [balbrecht:npadmana-blas-:blas]$ chpl -L/usr/local/opt/openblas/lib -I/usr/local/opt/openblas/include test_blas3.chpl --ccflags -ferror-limit=1000 -o test_blas3
  3. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  4. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:471:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  5. cblas_sgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, alpha_chpl, call_tmp_chpl68, _ldA_chpl, call_tmp_chpl81, _ldA_chpl2, beta_chpl, call_tmp_chpl94, _ldA_chpl3);
  6. ~~~~~~~~~~~ ^~~~~~~~~~
  7. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:471:25: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  8. cblas_sgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, alpha_chpl, call_tmp_chpl68, _ldA_chpl, call_tmp_chpl81, _ldA_chpl2, beta_chpl, call_tmp_chpl94, _ldA_chpl3);
  9. ~~~~~~~~~~~ ^~~~~~~~
  10. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:471:35: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  11. cblas_sgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, alpha_chpl, call_tmp_chpl68, _ldA_chpl, call_tmp_chpl81, _ldA_chpl2, beta_chpl, call_tmp_chpl94, _ldA_chpl3);
  12. ~~~~~~~~~~~ ^~~~~~~~
  13. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:928:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  14. cblas_dgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, alpha_chpl, call_tmp_chpl68, _ldA_chpl, call_tmp_chpl81, _ldA_chpl2, beta_chpl, call_tmp_chpl94, _ldA_chpl3);
  15. ~~~~~~~~~~~ ^~~~~~~~~~
  16. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:928:25: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  17. cblas_dgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, alpha_chpl, call_tmp_chpl68, _ldA_chpl, call_tmp_chpl81, _ldA_chpl2, beta_chpl, call_tmp_chpl94, _ldA_chpl3);
  18. ~~~~~~~~~~~ ^~~~~~~~
  19. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:928:35: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  20. cblas_dgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, alpha_chpl, call_tmp_chpl68, _ldA_chpl, call_tmp_chpl81, _ldA_chpl2, beta_chpl, call_tmp_chpl94, _ldA_chpl3);
  21. ~~~~~~~~~~~ ^~~~~~~~
  22. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:1399:85: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  23. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl11, call_tmp_chpl69, _ldA_chpl, call_tmp_chpl83, _ldA_chpl2, _ref_tmp__chpl12, call_tmp_chpl97, _ldA_chpl3);
  24. ^~~~~~~~~~~~~~~~
  25. /usr/local/opt/openblas/include/cblas.h:251:26: note: passing argument to parameter 'alpha' here
  26. OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  27. ^
  28. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  29. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:1399:160: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  30. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl11, call_tmp_chpl69, _ldA_chpl, call_tmp_chpl83, _ldA_chpl2, _ref_tmp__chpl12, call_tmp_chpl97, _ldA_chpl3);
  31. ^~~~~~~~~~~~~~~~
  32. /usr/local/opt/openblas/include/cblas.h:251:161: note: passing argument to parameter 'beta' here
  33. OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  34. ^
  35. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  36. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:1399:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  37. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl11, call_tmp_chpl69, _ldA_chpl, call_tmp_chpl83, _ldA_chpl2, _ref_tmp__chpl12, call_tmp_chpl97, _ldA_chpl3);
  38. ~~~~~~~~~~~ ^~~~~~~~~~
  39. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:1399:25: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  40. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl11, call_tmp_chpl69, _ldA_chpl, call_tmp_chpl83, _ldA_chpl2, _ref_tmp__chpl12, call_tmp_chpl97, _ldA_chpl3);
  41. ~~~~~~~~~~~ ^~~~~~~~
  42. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:1399:35: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  43. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl11, call_tmp_chpl69, _ldA_chpl, call_tmp_chpl83, _ldA_chpl2, _ref_tmp__chpl12, call_tmp_chpl97, _ldA_chpl3);
  44. ~~~~~~~~~~~ ^~~~~~~~
  45. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:1870:85: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  46. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl11, call_tmp_chpl69, _ldA_chpl, call_tmp_chpl83, _ldA_chpl2, _ref_tmp__chpl12, call_tmp_chpl97, _ldA_chpl3);
  47. ^~~~~~~~~~~~~~~~
  48. /usr/local/opt/openblas/include/cblas.h:255:27: note: passing argument to parameter 'alpha' here
  49. OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  50. ^
  51. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  52. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:1870:160: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  53. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl11, call_tmp_chpl69, _ldA_chpl, call_tmp_chpl83, _ldA_chpl2, _ref_tmp__chpl12, call_tmp_chpl97, _ldA_chpl3);
  54. ^~~~~~~~~~~~~~~~
  55. /usr/local/opt/openblas/include/cblas.h:255:165: note: passing argument to parameter 'beta' here
  56. OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  57. ^
  58. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  59. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:1870:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  60. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl11, call_tmp_chpl69, _ldA_chpl, call_tmp_chpl83, _ldA_chpl2, _ref_tmp__chpl12, call_tmp_chpl97, _ldA_chpl3);
  61. ~~~~~~~~~~~ ^~~~~~~~~~
  62. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:1870:25: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  63. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl11, call_tmp_chpl69, _ldA_chpl, call_tmp_chpl83, _ldA_chpl2, _ref_tmp__chpl12, call_tmp_chpl97, _ldA_chpl3);
  64. ~~~~~~~~~~~ ^~~~~~~~
  65. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:1870:35: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  66. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl11, call_tmp_chpl69, _ldA_chpl, call_tmp_chpl83, _ldA_chpl2, _ref_tmp__chpl12, call_tmp_chpl97, _ldA_chpl3);
  67. ~~~~~~~~~~~ ^~~~~~~~
  68. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:2367:85: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  69. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl15, call_tmp_chpl75, _ldA_chpl, call_tmp_chpl89, _ldA_chpl2, _ref_tmp__chpl16, call_tmp_chpl103, _ldA_chpl3);
  70. ^~~~~~~~~~~~~~~~
  71. /usr/local/opt/openblas/include/cblas.h:251:26: note: passing argument to parameter 'alpha' here
  72. OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  73. ^
  74. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  75. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:2367:160: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  76. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl15, call_tmp_chpl75, _ldA_chpl, call_tmp_chpl89, _ldA_chpl2, _ref_tmp__chpl16, call_tmp_chpl103, _ldA_chpl3);
  77. ^~~~~~~~~~~~~~~~
  78. /usr/local/opt/openblas/include/cblas.h:251:161: note: passing argument to parameter 'beta' here
  79. OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  80. ^
  81. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  82. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:2367:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  83. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl15, call_tmp_chpl75, _ldA_chpl, call_tmp_chpl89, _ldA_chpl2, _ref_tmp__chpl16, call_tmp_chpl103, _ldA_chpl3);
  84. ~~~~~~~~~~~ ^~~~~~~~~~
  85. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:2367:25: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  86. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl15, call_tmp_chpl75, _ldA_chpl, call_tmp_chpl89, _ldA_chpl2, _ref_tmp__chpl16, call_tmp_chpl103, _ldA_chpl3);
  87. ~~~~~~~~~~~ ^~~~~~~~
  88. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:2367:35: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  89. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl15, call_tmp_chpl75, _ldA_chpl, call_tmp_chpl89, _ldA_chpl2, _ref_tmp__chpl16, call_tmp_chpl103, _ldA_chpl3);
  90. ~~~~~~~~~~~ ^~~~~~~~
  91. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:2864:85: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  92. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl15, call_tmp_chpl75, _ldA_chpl, call_tmp_chpl89, _ldA_chpl2, _ref_tmp__chpl16, call_tmp_chpl103, _ldA_chpl3);
  93. ^~~~~~~~~~~~~~~~
  94. /usr/local/opt/openblas/include/cblas.h:255:27: note: passing argument to parameter 'alpha' here
  95. OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  96. ^
  97. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  98. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:2864:160: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  99. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl15, call_tmp_chpl75, _ldA_chpl, call_tmp_chpl89, _ldA_chpl2, _ref_tmp__chpl16, call_tmp_chpl103, _ldA_chpl3);
  100. ^~~~~~~~~~~~~~~~
  101. /usr/local/opt/openblas/include/cblas.h:255:165: note: passing argument to parameter 'beta' here
  102. OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  103. ^
  104. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  105. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:2864:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  106. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl15, call_tmp_chpl75, _ldA_chpl, call_tmp_chpl89, _ldA_chpl2, _ref_tmp__chpl16, call_tmp_chpl103, _ldA_chpl3);
  107. ~~~~~~~~~~~ ^~~~~~~~~~
  108. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:2864:25: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  109. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl15, call_tmp_chpl75, _ldA_chpl, call_tmp_chpl89, _ldA_chpl2, _ref_tmp__chpl16, call_tmp_chpl103, _ldA_chpl3);
  110. ~~~~~~~~~~~ ^~~~~~~~
  111. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:2864:35: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  112. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl15, call_tmp_chpl75, _ldA_chpl, call_tmp_chpl89, _ldA_chpl2, _ref_tmp__chpl16, call_tmp_chpl103, _ldA_chpl3);
  113. ~~~~~~~~~~~ ^~~~~~~~
  114. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:3348:85: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  115. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl13, call_tmp_chpl72, _ldA_chpl, call_tmp_chpl86, _ldA_chpl2, _ref_tmp__chpl14, call_tmp_chpl100, _ldA_chpl3);
  116. ^~~~~~~~~~~~~~~~
  117. /usr/local/opt/openblas/include/cblas.h:251:26: note: passing argument to parameter 'alpha' here
  118. OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  119. ^
  120. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  121. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:3348:160: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  122. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl13, call_tmp_chpl72, _ldA_chpl, call_tmp_chpl86, _ldA_chpl2, _ref_tmp__chpl14, call_tmp_chpl100, _ldA_chpl3);
  123. ^~~~~~~~~~~~~~~~
  124. /usr/local/opt/openblas/include/cblas.h:251:161: note: passing argument to parameter 'beta' here
  125. OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  126. ^
  127. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  128. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:3348:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  129. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl13, call_tmp_chpl72, _ldA_chpl, call_tmp_chpl86, _ldA_chpl2, _ref_tmp__chpl14, call_tmp_chpl100, _ldA_chpl3);
  130. ~~~~~~~~~~~ ^~~~~~~~~~
  131. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:3348:25: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  132. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl13, call_tmp_chpl72, _ldA_chpl, call_tmp_chpl86, _ldA_chpl2, _ref_tmp__chpl14, call_tmp_chpl100, _ldA_chpl3);
  133. ~~~~~~~~~~~ ^~~~~~~~
  134. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:3348:35: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  135. cblas_cgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl13, call_tmp_chpl72, _ldA_chpl, call_tmp_chpl86, _ldA_chpl2, _ref_tmp__chpl14, call_tmp_chpl100, _ldA_chpl3);
  136. ~~~~~~~~~~~ ^~~~~~~~
  137. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:3832:85: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  138. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl13, call_tmp_chpl72, _ldA_chpl, call_tmp_chpl86, _ldA_chpl2, _ref_tmp__chpl14, call_tmp_chpl100, _ldA_chpl3);
  139. ^~~~~~~~~~~~~~~~
  140. /usr/local/opt/openblas/include/cblas.h:255:27: note: passing argument to parameter 'alpha' here
  141. OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  142. ^
  143. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  144. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:3832:160: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  145. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl13, call_tmp_chpl72, _ldA_chpl, call_tmp_chpl86, _ldA_chpl2, _ref_tmp__chpl14, call_tmp_chpl100, _ldA_chpl3);
  146. ^~~~~~~~~~~~~~~~
  147. /usr/local/opt/openblas/include/cblas.h:255:165: note: passing argument to parameter 'beta' here
  148. OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  149. ^
  150. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  151. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:3832:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  152. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl13, call_tmp_chpl72, _ldA_chpl, call_tmp_chpl86, _ldA_chpl2, _ref_tmp__chpl14, call_tmp_chpl100, _ldA_chpl3);
  153. ~~~~~~~~~~~ ^~~~~~~~~~
  154. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:3832:25: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  155. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl13, call_tmp_chpl72, _ldA_chpl, call_tmp_chpl86, _ldA_chpl2, _ref_tmp__chpl14, call_tmp_chpl100, _ldA_chpl3);
  156. ~~~~~~~~~~~ ^~~~~~~~
  157. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:3832:35: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  158. cblas_zgemm(order_chpl, opA_chpl, opB_chpl, call_tmp_chpl4, call_tmp_chpl8, k_chpl, _ref_tmp__chpl13, call_tmp_chpl72, _ldA_chpl, call_tmp_chpl86, _ldA_chpl2, _ref_tmp__chpl14, call_tmp_chpl100, _ldA_chpl3);
  159. ~~~~~~~~~~~ ^~~~~~~~
  160. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:4241:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  161. cblas_ssymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl57, _ldA_chpl, call_tmp_chpl70, _ldA_chpl2, beta_chpl, call_tmp_chpl83, _ldA_chpl3);
  162. ~~~~~~~~~~~ ^~~~~~~~~~
  163. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:4241:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  164. cblas_ssymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl57, _ldA_chpl, call_tmp_chpl70, _ldA_chpl2, beta_chpl, call_tmp_chpl83, _ldA_chpl3);
  165. ~~~~~~~~~~~ ^~~~~~~~~
  166. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:4241:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  167. cblas_ssymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl57, _ldA_chpl, call_tmp_chpl70, _ldA_chpl2, beta_chpl, call_tmp_chpl83, _ldA_chpl3);
  168. ~~~~~~~~~~~ ^~~~~~~~~
  169. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:4650:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  170. cblas_dsymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl57, _ldA_chpl, call_tmp_chpl70, _ldA_chpl2, beta_chpl, call_tmp_chpl83, _ldA_chpl3);
  171. ~~~~~~~~~~~ ^~~~~~~~~~
  172. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:4650:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  173. cblas_dsymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl57, _ldA_chpl, call_tmp_chpl70, _ldA_chpl2, beta_chpl, call_tmp_chpl83, _ldA_chpl3);
  174. ~~~~~~~~~~~ ^~~~~~~~~
  175. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:4650:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  176. cblas_dsymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl57, _ldA_chpl, call_tmp_chpl70, _ldA_chpl2, beta_chpl, call_tmp_chpl83, _ldA_chpl3);
  177. ~~~~~~~~~~~ ^~~~~~~~~
  178. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5073:79: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  179. cblas_csymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  180. ^~~~~~~~~~~~~~~
  181. /usr/local/opt/openblas/include/cblas.h:265:40: note: passing argument to parameter 'alpha' here
  182. OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  183. ^
  184. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  185. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5073:153: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  186. cblas_csymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  187. ^~~~~~~~~~~~~~~~
  188. /usr/local/opt/openblas/include/cblas.h:265:175: note: passing argument to parameter 'beta' here
  189. OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  190. ^
  191. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  192. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5073:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  193. cblas_csymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  194. ~~~~~~~~~~~ ^~~~~~~~~~
  195. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5073:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  196. cblas_csymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  197. ~~~~~~~~~~~ ^~~~~~~~~
  198. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5073:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  199. cblas_csymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  200. ~~~~~~~~~~~ ^~~~~~~~~
  201. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5496:79: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  202. cblas_zsymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  203. ^~~~~~~~~~~~~~~
  204. /usr/local/opt/openblas/include/cblas.h:267:41: note: passing argument to parameter 'alpha' here
  205. OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  206. ^
  207. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  208. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5496:153: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  209. cblas_zsymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  210. ^~~~~~~~~~~~~~~~
  211. /usr/local/opt/openblas/include/cblas.h:267:179: note: passing argument to parameter 'beta' here
  212. OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  213. ^
  214. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  215. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5496:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  216. cblas_zsymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  217. ~~~~~~~~~~~ ^~~~~~~~~~
  218. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5496:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  219. cblas_zsymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  220. ~~~~~~~~~~~ ^~~~~~~~~
  221. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5496:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  222. cblas_zsymm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  223. ~~~~~~~~~~~ ^~~~~~~~~
  224. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5919:79: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  225. cblas_chemm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  226. ^~~~~~~~~~~~~~~
  227. /usr/local/opt/openblas/include/cblas.h:306:40: note: passing argument to parameter 'alpha' here
  228. OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  229. ^
  230. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  231. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5919:153: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  232. cblas_chemm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  233. ^~~~~~~~~~~~~~~~
  234. /usr/local/opt/openblas/include/cblas.h:306:175: note: passing argument to parameter 'beta' here
  235. OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  236. ^
  237. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  238. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5919:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  239. cblas_chemm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  240. ~~~~~~~~~~~ ^~~~~~~~~~
  241. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5919:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  242. cblas_chemm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  243. ~~~~~~~~~~~ ^~~~~~~~~
  244. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:5919:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  245. cblas_chemm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  246. ~~~~~~~~~~~ ^~~~~~~~~
  247. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:6342:79: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  248. cblas_zhemm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  249. ^~~~~~~~~~~~~~~
  250. /usr/local/opt/openblas/include/cblas.h:308:41: note: passing argument to parameter 'alpha' here
  251. OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  252. ^
  253. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  254. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:6342:153: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  255. cblas_zhemm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  256. ^~~~~~~~~~~~~~~~
  257. /usr/local/opt/openblas/include/cblas.h:308:179: note: passing argument to parameter 'beta' here
  258. OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  259. ^
  260. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  261. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:6342:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  262. cblas_zhemm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  263. ~~~~~~~~~~~ ^~~~~~~~~~
  264. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:6342:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  265. cblas_zhemm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  266. ~~~~~~~~~~~ ^~~~~~~~~
  267. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:6342:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  268. cblas_zhemm(order_chpl, side_chpl, uplo_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl9, call_tmp_chpl58, _ldA_chpl, call_tmp_chpl72, _ldA_chpl2, _ref_tmp__chpl10, call_tmp_chpl86, _ldA_chpl3);
  269. ~~~~~~~~~~~ ^~~~~~~~~
  270. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:6661:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  271. cblas_ssyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl52, _ldA_chpl, beta_chpl, call_tmp_chpl65, _ldA_chpl2);
  272. ~~~~~~~~~~~ ^~~~~~~~~~
  273. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:6661:25: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  274. cblas_ssyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl52, _ldA_chpl, beta_chpl, call_tmp_chpl65, _ldA_chpl2);
  275. ~~~~~~~~~~~ ^~~~~~~~~
  276. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:6661:36: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  277. cblas_ssyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl52, _ldA_chpl, beta_chpl, call_tmp_chpl65, _ldA_chpl2);
  278. ~~~~~~~~~~~ ^~~~~~~~~~
  279. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:6978:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  280. cblas_dsyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl52, _ldA_chpl, beta_chpl, call_tmp_chpl65, _ldA_chpl2);
  281. ~~~~~~~~~~~ ^~~~~~~~~~
  282. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:6978:25: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  283. cblas_dsyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl52, _ldA_chpl, beta_chpl, call_tmp_chpl65, _ldA_chpl2);
  284. ~~~~~~~~~~~ ^~~~~~~~~
  285. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:6978:36: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  286. cblas_dsyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl52, _ldA_chpl, beta_chpl, call_tmp_chpl65, _ldA_chpl2);
  287. ~~~~~~~~~~~ ^~~~~~~~~~
  288. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7307:72: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  289. cblas_csyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl8, call_tmp_chpl53, _ldA_chpl, _ref_tmp__chpl9, call_tmp_chpl67, _ldA_chpl2);
  290. ^~~~~~~~~~~~~~~
  291. /usr/local/opt/openblas/include/cblas.h:274:78: note: passing argument to parameter 'alpha' here
  292. OPENBLAS_CONST blasint N, OPENBLAS_CONST blasint K, OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  293. ^
  294. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  295. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7307:117: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  296. cblas_csyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl8, call_tmp_chpl53, _ldA_chpl, _ref_tmp__chpl9, call_tmp_chpl67, _ldA_chpl2);
  297. ^~~~~~~~~~~~~~~
  298. /usr/local/opt/openblas/include/cblas.h:274:160: note: passing argument to parameter 'beta' here
  299. OPENBLAS_CONST blasint N, OPENBLAS_CONST blasint K, OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blasint ldc);
  300. ^
  301. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  302. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7307:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  303. cblas_csyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl8, call_tmp_chpl53, _ldA_chpl, _ref_tmp__chpl9, call_tmp_chpl67, _ldA_chpl2);
  304. ~~~~~~~~~~~ ^~~~~~~~~~
  305. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7307:25: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  306. cblas_csyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl8, call_tmp_chpl53, _ldA_chpl, _ref_tmp__chpl9, call_tmp_chpl67, _ldA_chpl2);
  307. ~~~~~~~~~~~ ^~~~~~~~~
  308. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7307:36: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  309. cblas_csyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl8, call_tmp_chpl53, _ldA_chpl, _ref_tmp__chpl9, call_tmp_chpl67, _ldA_chpl2);
  310. ~~~~~~~~~~~ ^~~~~~~~~~
  311. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7636:72: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  312. cblas_zsyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl8, call_tmp_chpl53, _ldA_chpl, _ref_tmp__chpl9, call_tmp_chpl67, _ldA_chpl2);
  313. ^~~~~~~~~~~~~~~
  314. /usr/local/opt/openblas/include/cblas.h:276:79: note: passing argument to parameter 'alpha' here
  315. OPENBLAS_CONST blasint N, OPENBLAS_CONST blasint K, OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  316. ^
  317. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  318. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7636:117: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  319. cblas_zsyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl8, call_tmp_chpl53, _ldA_chpl, _ref_tmp__chpl9, call_tmp_chpl67, _ldA_chpl2);
  320. ^~~~~~~~~~~~~~~
  321. /usr/local/opt/openblas/include/cblas.h:276:163: note: passing argument to parameter 'beta' here
  322. OPENBLAS_CONST blasint N, OPENBLAS_CONST blasint K, OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONST blasint ldc);
  323. ^
  324. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  325. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7636:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  326. cblas_zsyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl8, call_tmp_chpl53, _ldA_chpl, _ref_tmp__chpl9, call_tmp_chpl67, _ldA_chpl2);
  327. ~~~~~~~~~~~ ^~~~~~~~~~
  328. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7636:25: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  329. cblas_zsyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl8, call_tmp_chpl53, _ldA_chpl, _ref_tmp__chpl9, call_tmp_chpl67, _ldA_chpl2);
  330. ~~~~~~~~~~~ ^~~~~~~~~
  331. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7636:36: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  332. cblas_zsyrk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl8, call_tmp_chpl53, _ldA_chpl, _ref_tmp__chpl9, call_tmp_chpl67, _ldA_chpl2);
  333. ~~~~~~~~~~~ ^~~~~~~~~~
  334. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7957:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  335. cblas_cherk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl53, _ldA_chpl, beta_chpl, call_tmp_chpl67, _ldA_chpl2);
  336. ~~~~~~~~~~~ ^~~~~~~~~~
  337. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7957:25: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  338. cblas_cherk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl53, _ldA_chpl, beta_chpl, call_tmp_chpl67, _ldA_chpl2);
  339. ~~~~~~~~~~~ ^~~~~~~~~
  340. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:7957:36: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  341. cblas_cherk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl53, _ldA_chpl, beta_chpl, call_tmp_chpl67, _ldA_chpl2);
  342. ~~~~~~~~~~~ ^~~~~~~~~~
  343. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:8278:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  344. cblas_zherk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl53, _ldA_chpl, beta_chpl, call_tmp_chpl67, _ldA_chpl2);
  345. ~~~~~~~~~~~ ^~~~~~~~~~
  346. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:8278:25: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  347. cblas_zherk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl53, _ldA_chpl, beta_chpl, call_tmp_chpl67, _ldA_chpl2);
  348. ~~~~~~~~~~~ ^~~~~~~~~
  349. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:8278:36: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  350. cblas_zherk(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl53, _ldA_chpl, beta_chpl, call_tmp_chpl67, _ldA_chpl2);
  351. ~~~~~~~~~~~ ^~~~~~~~~~
  352. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:8716:14: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  353. cblas_ssyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl64, _ldA_chpl, call_tmp_chpl77, _ldA_chpl2, beta_chpl, call_tmp_chpl90, _ldA_chpl3);
  354. ~~~~~~~~~~~~ ^~~~~~~~~~
  355. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:8716:26: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  356. cblas_ssyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl64, _ldA_chpl, call_tmp_chpl77, _ldA_chpl2, beta_chpl, call_tmp_chpl90, _ldA_chpl3);
  357. ~~~~~~~~~~~~ ^~~~~~~~~
  358. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:8716:37: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  359. cblas_ssyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl64, _ldA_chpl, call_tmp_chpl77, _ldA_chpl2, beta_chpl, call_tmp_chpl90, _ldA_chpl3);
  360. ~~~~~~~~~~~~ ^~~~~~~~~~
  361. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:9155:14: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  362. cblas_dsyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl64, _ldA_chpl, call_tmp_chpl77, _ldA_chpl2, beta_chpl, call_tmp_chpl90, _ldA_chpl3);
  363. ~~~~~~~~~~~~ ^~~~~~~~~~
  364. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:9155:26: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  365. cblas_dsyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl64, _ldA_chpl, call_tmp_chpl77, _ldA_chpl2, beta_chpl, call_tmp_chpl90, _ldA_chpl3);
  366. ~~~~~~~~~~~~ ^~~~~~~~~
  367. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:9155:37: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  368. cblas_dsyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, alpha_chpl, call_tmp_chpl64, _ldA_chpl, call_tmp_chpl77, _ldA_chpl2, beta_chpl, call_tmp_chpl90, _ldA_chpl3);
  369. ~~~~~~~~~~~~ ^~~~~~~~~~
  370. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:9608:73: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  371. cblas_csyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, _ref_tmp__chpl11, call_tmp_chpl93, _ldA_chpl3);
  372. ^~~~~~~~~~~~~~~~
  373. /usr/local/opt/openblas/include/cblas.h:283:79: note: passing argument to parameter 'alpha' here
  374. OPENBLAS_CONST blasint N, OPENBLAS_CONST blasint K, OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blas...
  375. ^
  376. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  377. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:9608:148: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  378. cblas_csyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, _ref_tmp__chpl11, call_tmp_chpl93, _ldA_chpl3);
  379. ^~~~~~~~~~~~~~~~
  380. /usr/local/opt/openblas/include/cblas.h:283:214: note: passing argument to parameter 'beta' here
  381. OPENBLAS_CONST blasint N, OPENBLAS_CONST blasint K, OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float *beta, float *C, OPENBLAS_CONST blas...
  382. ^
  383. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  384. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:9608:14: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  385. cblas_csyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, _ref_tmp__chpl11, call_tmp_chpl93, _ldA_chpl3);
  386. ~~~~~~~~~~~~ ^~~~~~~~~~
  387. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:9608:26: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  388. cblas_csyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, _ref_tmp__chpl11, call_tmp_chpl93, _ldA_chpl3);
  389. ~~~~~~~~~~~~ ^~~~~~~~~
  390. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:9608:37: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  391. cblas_csyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, _ref_tmp__chpl11, call_tmp_chpl93, _ldA_chpl3);
  392. ~~~~~~~~~~~~ ^~~~~~~~~~
  393. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10061:73: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  394. cblas_zsyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, _ref_tmp__chpl11, call_tmp_chpl93, _ldA_chpl3);
  395. ^~~~~~~~~~~~~~~~
  396. /usr/local/opt/openblas/include/cblas.h:285:80: note: passing argument to parameter 'alpha' here
  397. OPENBLAS_CONST blasint N, OPENBLAS_CONST blasint K, OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONS...
  398. ^
  399. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  400. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10061:148: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  401. cblas_zsyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, _ref_tmp__chpl11, call_tmp_chpl93, _ldA_chpl3);
  402. ^~~~~~~~~~~~~~~~
  403. /usr/local/opt/openblas/include/cblas.h:285:218: note: passing argument to parameter 'beta' here
  404. OPENBLAS_CONST blasint N, OPENBLAS_CONST blasint K, OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double *beta, double *C, OPENBLAS_CONS...
  405. ^
  406. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  407. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10061:14: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  408. cblas_zsyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, _ref_tmp__chpl11, call_tmp_chpl93, _ldA_chpl3);
  409. ~~~~~~~~~~~~ ^~~~~~~~~~
  410. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10061:26: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  411. cblas_zsyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, _ref_tmp__chpl11, call_tmp_chpl93, _ldA_chpl3);
  412. ~~~~~~~~~~~~ ^~~~~~~~~
  413. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10061:37: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  414. cblas_zsyr2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, _ref_tmp__chpl11, call_tmp_chpl93, _ldA_chpl3);
  415. ~~~~~~~~~~~~ ^~~~~~~~~~
  416. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10510:73: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  417. cblas_cher2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, beta_chpl, call_tmp_chpl93, _ldA_chpl3);
  418. ^~~~~~~~~~~~~~~~
  419. /usr/local/opt/openblas/include/cblas.h:316:41: note: passing argument to parameter 'alpha' here
  420. OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST float *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST float beta, float *C, OPENBLAS_CONST blasint ldc);
  421. ^
  422. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  423. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10510:14: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  424. cblas_cher2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, beta_chpl, call_tmp_chpl93, _ldA_chpl3);
  425. ~~~~~~~~~~~~ ^~~~~~~~~~
  426. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10510:26: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  427. cblas_cher2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, beta_chpl, call_tmp_chpl93, _ldA_chpl3);
  428. ~~~~~~~~~~~~ ^~~~~~~~~
  429. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10510:37: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  430. cblas_cher2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, beta_chpl, call_tmp_chpl93, _ldA_chpl3);
  431. ~~~~~~~~~~~~ ^~~~~~~~~~
  432. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10959:73: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  433. cblas_zher2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, beta_chpl, call_tmp_chpl93, _ldA_chpl3);
  434. ^~~~~~~~~~~~~~~~
  435. /usr/local/opt/openblas/include/cblas.h:318:42: note: passing argument to parameter 'alpha' here
  436. OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, OPENBLAS_CONST double *B, OPENBLAS_CONST blasint ldb, OPENBLAS_CONST double beta, double *C, OPENBLAS_CONST blasint ldc);
  437. ^
  438. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  439. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10959:14: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  440. cblas_zher2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, beta_chpl, call_tmp_chpl93, _ldA_chpl3);
  441. ~~~~~~~~~~~~ ^~~~~~~~~~
  442. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10959:26: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  443. cblas_zher2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, beta_chpl, call_tmp_chpl93, _ldA_chpl3);
  444. ~~~~~~~~~~~~ ^~~~~~~~~
  445. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:10959:37: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  446. cblas_zher2k(order_chpl, uplo_chpl, trans_chpl, call_tmp_chpl4, k_chpl, _ref_tmp__chpl10, call_tmp_chpl65, _ldA_chpl, call_tmp_chpl79, _ldA_chpl2, beta_chpl, call_tmp_chpl93, _ldA_chpl3);
  447. ~~~~~~~~~~~~ ^~~~~~~~~~
  448. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11246:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  449. cblas_strmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  450. ~~~~~~~~~~~ ^~~~~~~~~~
  451. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11246:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  452. cblas_strmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  453. ~~~~~~~~~~~ ^~~~~~~~~
  454. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11246:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  455. cblas_strmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  456. ~~~~~~~~~~~ ^~~~~~~~~
  457. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11246:47: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  458. cblas_strmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  459. ~~~~~~~~~~~ ^~~~~~~~~~
  460. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11246:59: error: implicit conversion from enumeration type 'Diag_chpl' to different enumeration type 'enum CBLAS_DIAG' [-Werror,-Wenum-conversion]
  461. cblas_strmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  462. ~~~~~~~~~~~ ^~~~~~~~~
  463. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11533:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  464. cblas_dtrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  465. ~~~~~~~~~~~ ^~~~~~~~~~
  466. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11533:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  467. cblas_dtrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  468. ~~~~~~~~~~~ ^~~~~~~~~
  469. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11533:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  470. cblas_dtrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  471. ~~~~~~~~~~~ ^~~~~~~~~
  472. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11533:47: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  473. cblas_dtrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  474. ~~~~~~~~~~~ ^~~~~~~~~~
  475. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11533:59: error: implicit conversion from enumeration type 'Diag_chpl' to different enumeration type 'enum CBLAS_DIAG' [-Werror,-Wenum-conversion]
  476. cblas_dtrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  477. ~~~~~~~~~~~ ^~~~~~~~~
  478. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11828:102: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  479. cblas_ctrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  480. ^~~~~~~~~~~~~~~
  481. /usr/local/opt/openblas/include/cblas.h:292:129: note: passing argument to parameter 'alpha' here
  482. OPENBLAS_CONST enum CBLAS_DIAG Diag, OPENBLAS_CONST blasint M, OPENBLAS_CONST blasint N, OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, float *B, OPENBLAS_CONST blasint ldb);
  483. ^
  484. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  485. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11828:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  486. cblas_ctrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  487. ~~~~~~~~~~~ ^~~~~~~~~~
  488. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11828:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  489. cblas_ctrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  490. ~~~~~~~~~~~ ^~~~~~~~~
  491. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11828:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  492. cblas_ctrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  493. ~~~~~~~~~~~ ^~~~~~~~~
  494. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11828:47: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  495. cblas_ctrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  496. ~~~~~~~~~~~ ^~~~~~~~~~
  497. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:11828:59: error: implicit conversion from enumeration type 'Diag_chpl' to different enumeration type 'enum CBLAS_DIAG' [-Werror,-Wenum-conversion]
  498. cblas_ctrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  499. ~~~~~~~~~~~ ^~~~~~~~~
  500. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12123:102: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  501. cblas_ztrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  502. ^~~~~~~~~~~~~~~
  503. /usr/local/opt/openblas/include/cblas.h:294:130: note: passing argument to parameter 'alpha' here
  504. OPENBLAS_CONST enum CBLAS_DIAG Diag, OPENBLAS_CONST blasint M, OPENBLAS_CONST blasint N, OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, double *B, OPENBLAS_CONST blasint ldb);
  505. ^
  506. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  507. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12123:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  508. cblas_ztrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  509. ~~~~~~~~~~~ ^~~~~~~~~~
  510. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12123:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  511. cblas_ztrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  512. ~~~~~~~~~~~ ^~~~~~~~~
  513. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12123:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  514. cblas_ztrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  515. ~~~~~~~~~~~ ^~~~~~~~~
  516. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12123:47: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  517. cblas_ztrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  518. ~~~~~~~~~~~ ^~~~~~~~~~
  519. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12123:59: error: implicit conversion from enumeration type 'Diag_chpl' to different enumeration type 'enum CBLAS_DIAG' [-Werror,-Wenum-conversion]
  520. cblas_ztrmm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  521. ~~~~~~~~~~~ ^~~~~~~~~
  522. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12410:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  523. cblas_strsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  524. ~~~~~~~~~~~ ^~~~~~~~~~
  525. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12410:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  526. cblas_strsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  527. ~~~~~~~~~~~ ^~~~~~~~~
  528. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12410:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  529. cblas_strsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  530. ~~~~~~~~~~~ ^~~~~~~~~
  531. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12410:47: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  532. cblas_strsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  533. ~~~~~~~~~~~ ^~~~~~~~~~
  534. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12410:59: error: implicit conversion from enumeration type 'Diag_chpl' to different enumeration type 'enum CBLAS_DIAG' [-Werror,-Wenum-conversion]
  535. cblas_strsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  536. ~~~~~~~~~~~ ^~~~~~~~~
  537. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12697:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  538. cblas_dtrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  539. ~~~~~~~~~~~ ^~~~~~~~~~
  540. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12697:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  541. cblas_dtrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  542. ~~~~~~~~~~~ ^~~~~~~~~
  543. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12697:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  544. cblas_dtrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  545. ~~~~~~~~~~~ ^~~~~~~~~
  546. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12697:47: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  547. cblas_dtrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  548. ~~~~~~~~~~~ ^~~~~~~~~~
  549. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12697:59: error: implicit conversion from enumeration type 'Diag_chpl' to different enumeration type 'enum CBLAS_DIAG' [-Werror,-Wenum-conversion]
  550. cblas_dtrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, alpha_chpl, call_tmp_chpl45, _ldA_chpl, call_tmp_chpl58, _ldA_chpl2);
  551. ~~~~~~~~~~~ ^~~~~~~~~
  552. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12992:102: error: incompatible pointer types passing '_ref__complex64' (aka '_Complex float *') to parameter of type 'const float *' [-Werror,-Wincompatible-pointer-types]
  553. cblas_ctrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  554. ^~~~~~~~~~~~~~~
  555. /usr/local/opt/openblas/include/cblas.h:301:129: note: passing argument to parameter 'alpha' here
  556. OPENBLAS_CONST enum CBLAS_DIAG Diag, OPENBLAS_CONST blasint M, OPENBLAS_CONST blasint N, OPENBLAS_CONST float *alpha, OPENBLAS_CONST float *A, OPENBLAS_CONST blasint lda, float *B, OPENBLAS_CONST blasint ldb);
  557. ^
  558. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  559. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12992:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  560. cblas_ctrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  561. ~~~~~~~~~~~ ^~~~~~~~~~
  562. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12992:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  563. cblas_ctrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  564. ~~~~~~~~~~~ ^~~~~~~~~
  565. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12992:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  566. cblas_ctrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  567. ~~~~~~~~~~~ ^~~~~~~~~
  568. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12992:47: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  569. cblas_ctrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  570. ~~~~~~~~~~~ ^~~~~~~~~~
  571. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:12992:59: error: implicit conversion from enumeration type 'Diag_chpl' to different enumeration type 'enum CBLAS_DIAG' [-Werror,-Wenum-conversion]
  572. cblas_ctrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  573. ~~~~~~~~~~~ ^~~~~~~~~
  574. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:13287:102: error: incompatible pointer types passing '_ref__complex128' (aka '_Complex double *') to parameter of type 'const double *' [-Werror,-Wincompatible-pointer-types]
  575. cblas_ztrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  576. ^~~~~~~~~~~~~~~
  577. /usr/local/opt/openblas/include/cblas.h:303:130: note: passing argument to parameter 'alpha' here
  578. OPENBLAS_CONST enum CBLAS_DIAG Diag, OPENBLAS_CONST blasint M, OPENBLAS_CONST blasint N, OPENBLAS_CONST double *alpha, OPENBLAS_CONST double *A, OPENBLAS_CONST blasint lda, double *B, OPENBLAS_CONST blasint ldb);
  579. ^
  580. In file included from /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/_main.c:42:
  581. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:13287:13: error: implicit conversion from enumeration type 'Order_chpl' to different enumeration type 'enum CBLAS_ORDER' [-Werror,-Wenum-conversion]
  582. cblas_ztrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  583. ~~~~~~~~~~~ ^~~~~~~~~~
  584. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:13287:25: error: implicit conversion from enumeration type 'Side_chpl' to different enumeration type 'enum CBLAS_SIDE' [-Werror,-Wenum-conversion]
  585. cblas_ztrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  586. ~~~~~~~~~~~ ^~~~~~~~~
  587. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:13287:36: error: implicit conversion from enumeration type 'Uplo_chpl' to different enumeration type 'enum CBLAS_UPLO' [-Werror,-Wenum-conversion]
  588. cblas_ztrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  589. ~~~~~~~~~~~ ^~~~~~~~~
  590. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:13287:47: error: implicit conversion from enumeration type 'Op_chpl' to different enumeration type 'enum CBLAS_TRANSPOSE' [-Werror,-Wenum-conversion]
  591. cblas_ztrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  592. ~~~~~~~~~~~ ^~~~~~~~~~
  593. /var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/BLAS.c:13287:59: error: implicit conversion from enumeration type 'Diag_chpl' to different enumeration type 'enum CBLAS_DIAG' [-Werror,-Wenum-conversion]
  594. cblas_ztrsm(order_chpl, side_chpl, uplo_chpl, trans_chpl, diag_chpl, call_tmp_chpl4, call_tmp_chpl8, _ref_tmp__chpl7, call_tmp_chpl46, _ldA_chpl, call_tmp_chpl60, _ldA_chpl2);
  595. ~~~~~~~~~~~ ^~~~~~~~~
  596. 152 errors generated.
  597. make: *** [/var/folders/gl/n_gvpvk56gq21_7_zqbhcgvh000h70/T//chpl-balbrecht-40953.deleteme/test_blas3.tmp] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement