You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zaikunzhang opened this issue
Feb 20, 2024
· 1 comment
Labels
cIssues related to the C interface or implementationcmakeIssues related to CMakeflangIssues related to the Flang family, i.e., Classic Flang, AOCC Flang, Arm Flang, and nvfortran
The tests with nvfortran, flang, AOCC flang (Ubuntu) and armflang (Raspberry Pi) all fail.
nvfortran: cobyla_data_c and cobyla_data_c_with_gdb encounter "Invalid data".
flang: example_cobyla_c, cobyla_data_c, example_cobyla_c_with_gdb, cobyla_data_c_with_gdb encounter segfaults at line 191 of cobyla_c.f90:
! Call the C objective function
call objcon_ptr(x_sub_loc, f_sub_loc, constr_sub_loc, data_ptr)
AOCC flang and armflang encounters precisely the same errors as flang.
N.B. For flang , AOCC flang, and armflang, example_cobyla_c_with_gdb and cobyla_data_c_with_gdb claim "Passed" despite the segfaults, which seems to be a bug of the test system.
The text was updated successfully, but these errors were encountered:
zaikunzhang
added
c
Issues related to the C interface or implementation
cmake
Issues related to CMake
flang
Issues related to the Flang family, i.e., Classic Flang, AOCC Flang, Arm Flang, and nvfortran
raspberry-pi
Issues related to Raspberry Pi
labels
Feb 20, 2024
cIssues related to the C interface or implementationcmakeIssues related to CMakeflangIssues related to the Flang family, i.e., Classic Flang, AOCC Flang, Arm Flang, and nvfortran
See
Ubuntu 22.04: https://github.com/libprima/prima/actions/runs/8307540642
Raspberry Pi: https://github.com/equipez/prima/actions/runs/7974981157
The tests with
nvfortran
,flang
, AOCCflang
(Ubuntu) andarmflang
(Raspberry Pi) all fail.nvfortran
:cobyla_data_c
andcobyla_data_c_with_gdb
encounter "Invalid data".flang
:example_cobyla_c
,cobyla_data_c
,example_cobyla_c_with_gdb
,cobyla_data_c_with_gdb
encounter segfaults at line 191 of cobyla_c.f90:flang
andarmflang
encounters precisely the same errors asflang
.N.B. For
flang
, AOCCflang
, andarmflang
,example_cobyla_c_with_gdb
andcobyla_data_c_with_gdb
claim "Passed" despite the segfaults, which seems to be a bug of the test system.The text was updated successfully, but these errors were encountered: