danieljprice / phantom

Phantom Smoothed Particle Hydrodynamics and Magnetohydrodynamics code
https://phantomsph.github.io
Other
103 stars 230 forks source link

error in PHANTOM v2024.0.0: Symbol 'cfac' #516

Closed martinatoscani closed 5 months ago

martinatoscani commented 7 months ago

While running make , the following errors occur:

A) "Error: Kind 16 not supported for type REAL at (1)" relative to the file ../src/main/tmunu2grid.f90 (line 390 and 426) B) "Error: Symbol 'cfac' at (1) has no IMPLICIT type" relative to the file ../src/main/tmunu2grid.f90 (line 385 and 421).

This error is independent on the setup tried. Version of PHANTOM used: v2024.0.0

danieljprice commented 7 months ago

what is the compiler version here? Also is it gfortran or ifort? This passes in the test suite so it's probably an issue with using an older version of the compiler. However, we could probably fix the issues also but I would need to know the compiler version to try to reproduce it...