Closed s-goldman closed 3 years ago
I'm not a Dusty user but have somehow wandered in here... I successfully compiled V2 with gfortran 10.2.1 on my Fedora 33 machine by adding the -std=legacy
flag. The line that caused the error still emits a warning but it appears to compile successfully. ./dusty
ran to completion but I can't vouch for the output.
$ gfortran dustyV2.f -std=legacy -o dusty
dustyV2.f:9687:31:
9687 | CALL LINSYS(Nanal,A,yaux,coeff,error)
| 1
Warning: Actual argument contains too few elements for dummy argument ‘x’ (4/40) at (1)
$ ./dusty
Working on Input File: slab1.inp
model = 1
Working on Input File: sphere1.inp
model = 1
Note: The following floating-point exceptions are signalling: IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
@warrickball That seemed to do the trick! Thanks for the suggestion Warrick!
@warrickball thanks a lot!
No problem! Glad I could be of help as I passed by.
Not a fortran expert but frequent user of the code. On my new machine I get the following error when trying to compile V2. Any suggestions?