"Rank mismatch" error

eSASS download and installation
Post Reply
ChiFong
Posts: 4
Joined: Mon Jul 11, 2022 9:48 am

"Rank mismatch" error

Post by ChiFong »

Hi all,

I encountered an error when trying to install eSASS on Linus Ubuntu. The previous steps proceeded without a hitch, but during the final step:

Code: Select all

<my eSASS>/eSASS4EDR/autoconf$ make
this error message showed up:

Code: Select all

task/srctool/srctool_generic_avign_mod.f90:731:9:

  720 |     call FTGCVD(unit,colnum_e_min,     1,1,1,huge_real64,avign%e_min,     anyf,status)
      |                                                         2
......
  731 |          avign%coeffs(:),  anyf,status)
      |         1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
task/srctool/srctool_generic_avign_mod.f90:733:9:

  720 |     call FTGCVD(unit,colnum_e_min,     1,1,1,huge_real64,avign%e_min,     anyf,status)
      |                                                         2
......
  733 |          avign%e_sample(:),anyf,status)
      |         1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
make[1]: *** [Makefile:1890: task/srctool/srctool_generic_avign_mod.o] Error 1
make[1]: Leaving directory '/home/chingam/Downloads/eSASS/eSASS4EDR/autoconf/build'
make: *** [Makefile:390: all-recursive] Error 1
Anyone has an idea why? Thanks in advance!

Chi
User avatar
AlainGueguen
Posts: 32
Joined: Mon Jun 28, 2021 12:06 pm

Re: "Rank mismatch" error

Post by AlainGueguen »

Dear Chi,
could give us:
- the version of the ubuntu ?
- the version of fortran
- the version of heasoft your are using for compiling eSASS?
regards
Alain on behalf of the eSASS team
ChiFong
Posts: 4
Joined: Mon Jul 11, 2022 9:48 am

Re: "Rank mismatch" error

Post by ChiFong »

Hi Alain,

I am using:
- ubuntu 22.04
- Fortran 11.3.0
- heasoft 6.30
MiriamRamos
Posts: 23
Joined: Wed Jun 23, 2021 11:46 am

Re: "Rank mismatch" error

Post by MiriamRamos »

Dear Chi,

eSASS4EDR does not work for Ubuntu v20.4 and above. You should use the Docker installation instead. See here: https://erosita.mpe.mpg.de/edr/DataAnal ... stall.html

Best wishes,

Miriam
Post Reply