I am trying to install eSASS on my Ubuntu 24.04.2 machine following https://erosita.mpe.mpg.de/edr/DataAnal ... stall.html. I get to the point of running make in the /autoconf folder but it returns the following error after a while:
Code: Select all
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:1891: task/srctool/srctool_generic_avign_mod.o] Error 1
make[1]: Leaving directory '/home/jortecal/eSASS4DR1/eSASS4EDR/autoconf/build'
make: *** [Makefile:391: all-recursive] Error 1
Thanks in advance.
Jorge