FEAP User Forum
FEAP => Installation => Topic started by: R2197 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
-
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.