Author Topic: "Rank mismatch in argument 'ie' " error while installation  (Read 8128 times)

R2197

  • Jr. Member
  • **
  • Posts: 25
"Rank mismatch in argument 'ie' " error while installation
« on: March 22, 2023, 07:17:28 AM »
Hi, I am trying to install feap on a new linux system and have encountered an issue in the 'umacr' file. The error message is generated for the commands related to tecplot file write instructions. However, this file is quite old and there were no issues in the past installations. Also, it doesn't seem to be the usual variable definition related issues but something maybe related to ubuntu or fortran compiler. Could someone maybe suggest a few directions to look into for the solution?

Thanks
Raghav

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: "Rank mismatch in argument 'ie' " error while installation
« Reply #1 on: March 23, 2023, 01:15:40 PM »
Rank mismatch sounds like your umacr and perhaps some other routines it is using are taking advantage of old fortran constructs that are no longer allowed.  If you look at the definitions of the array ie in the calling and receiving routines it should be modestly obvious what to do; in particular make sure the rank of the argument matches on both sides of the call.