sdpaninf / SDPA

GNU General Public License v3.0
1 stars 0 forks source link

Compilation Issue ILP64 #4

Open pokutta opened 4 months ago

pokutta commented 4 months ago

following the INSTALL i get the following compilation issue - posting it here in case others run into the same issue:

sdpa_chordal.cpp:332:35: error: cannot convert ‘int64_t*’ {aka ‘long int*’} to ‘int*’ in assignment
  332 |   mumps_id.irn = sparse_bMat_ptr->row_index;
      |                  ~~~~~~~~~~~~~~~~~^~~~~~~~~
      |                                   |
      |                                   int64_t* {aka long int*}
sdpa_chordal.cpp:333:35: error: cannot convert ‘int64_t*’ {aka ‘long int*’} to ‘int*’ in assignment
  333 |   mumps_id.jcn = sparse_bMat_ptr->column_index;
      |                  ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
      |                                   |
      |                                   int64_t* {aka long int*}
sdpaninf commented 4 months ago

The above problem has been resolved.