[mesa-users] Translation issue from MESA 5596 to 8845

RICHARD H D TOWNSEND townsend at astro.wisc.edu
Mon Dec 12 09:22:28 EST 2016


Hi Janina —

Your extras_controls routine looks OK. I think the problem is more likely with your my_other_adipls_mode_info routine — can you post that?

cheers,

Rich

> On Dec 12, 2016, at 5:09 AM, Janina Renk <janina.renk at fysik.su.se> wrote:
> 
> Hi,
> 
> I am running MESA 8845 with mesasdk 20160129 on ubuntu 14.04. and I am trying to translate routines from a 'run_star_extras.f' which worked with MESA 5596 to the latest version. 
> 
> The error occurs when I try to set the adipls mode info to the routine I want to use. I can compile it but as soon as MESA is calling adipls it crashes (Segmenation fault error) due to an invalid memory reference. So I guess I am not referring to my subroutine properly. Could someone please tell me how the following lines from 'extras_controls' from MESA 5596 do translate to MESA 8845?
> 
>        subroutine extras_controls(s, ierr):
>           use adipls_support, only: &
>              astero_other_procs, use_other_adipls_mode_info
>            ...
>           use_other_adipls_mode_info = .true.
>           astero_other_procs% other_adipls_mode_info => my_other_adipls_mode_info
> 
>       end subroutine extras_controls
> 
> 
> Thank you very much for your help!
> 
> Cheers,
> 
> Janina
> 
>     
> 
> ------------------------------------------------------------------------------
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi_______________________________________________
> mesa-users mailing list
> mesa-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mesa-users



More information about the Mesa-users mailing list