[Mesa-users] Problem while installing MESA on a remote server

Warrick Ball W.H.Ball at bham.ac.uk
Fri Oct 14 19:34:21 UTC 2022


Hi Debasish,

As described on the MESA SDK website [1], it would help if you could post the output of the following commands:

- uname -a
- gfortran -v
- echo $MESASDK_ROOT
- echo $PATH

In particular, I suspect you've set $MESASDK_ROOT to a relative, not absolute path (i.e. starting with /, $HOME, ~ or some other fixed location). E.g. perhaps you entered

     export MESASDK_ROOT=mesasdk

instead of

     export MESASDK_ROOT=~/mesasdk

It might also help to know from which directory you tried to initialise the SDK (presumably with `source $MESASDK_ROOT/bin/mesasdk_init.sh`).

Cheers,
Warrick

[1] http://user.astro.wisc.edu/~townsend/static.php?ref=mesasdk#Troubleshooting

___________

Warrick Ball
Postdoc, School of Physics and Astronomy
University of Birmingham, Edgbaston, Birmingham B15 2TT
W.H.Ball at bham.ac.uk
+44 (0)121 414 4552

On Fri, 14 Oct 2022, mesa-users at lists.mesastar.org wrote:

> Hi,I am trying to install MESA on a remote server. But, I am getting an error message while initializing the SDK.
> 
> mesasdk_init.sh: checking architecture
> mesasdk_init.sh: regenerating headers
> mkheaders: could not find mesasdk/libexec/gcc/x86_64-pc-linux-gnu/12.1.0/install-tools/mkinstalldirs
> mesasdk_init.sh: checking prerequisites
> -bash: mesasdk/bin/mesasdk_preq_check: No such file or directory
> rm: cannot remove ‘config.log’: No such file or directory
> 
> Thanks,
> Debasish 
> 
> 
>


More information about the Mesa-users mailing list