Closed Shigaharuki3012 closed 6 months ago
Update:If compile with SETUP=star and GR=yes(also for :make setup GR=yes),errors are the same. But OK with SETUP=grtde(but also not ok when "relax=T".Details can be seen from #465 ).
This issue may be a similar problem with #465 .
Thanks for reporting. I found one of the issues here, MAXP was hardwired in the grstar setup, whereas it should be a runtime parameter. In phantomsetup you can override the memory allocation using
./phantomsetup --maxp=1e6
Therefore MAXP should no longer be specified in build/Makefile_setups, which was the case for the grstar and other star setup blocks
The other issue about failure with the relaxation with GR I think is the same as #465
I tracked #465 down, it was broken in 09e337c1b2 . The solution is to uncomment the relevant line in derivs.F90, as outlined by @tajjankovic
Hi,I was trying to use SETUP of grstar and then doing make and make-setup procedure....but something got wrong with relaxing stars both on remote cluster and on my local Mac PC.(Compiler:ifort for the former and gfortran for the latter) Commands are:
Then it seemed strange that the memory allocated was too large:
To note, all were defaults except for relax option, which was setted "yes"(automatically relax the star) Then
./phantomsetup star.setup
,after which errors would be like:These errors appeared both on v2023 and v2024(the newest one at 20240503) ,but got normal on version v2022. So I wonder if I did something wrong or something else..