Dear all,
I would like to share my experience with you in case someone stumbles on the same issue.
Problem: Running WRF within a docker was giving me SIGBUS error:
Program received signal SIGBUS: Access to an undefined portion of a memory object.
This was only the case when I had nests. Without nests there was no problem.
Solution:
In the end the only solution was to run the docker as privileged accordding to:
https://phoenixnap.com/kb/docker-privileged
It comes with risks of course so please if you have any other suggestion or had the same issues please let me know.
I would like to share my experience with you in case someone stumbles on the same issue.
Problem: Running WRF within a docker was giving me SIGBUS error:
Program received signal SIGBUS: Access to an undefined portion of a memory object.
This was only the case when I had nests. Without nests there was no problem.
Solution:
In the end the only solution was to run the docker as privileged accordding to:
https://phoenixnap.com/kb/docker-privileged
It comes with risks of course so please if you have any other suggestion or had the same issues please let me know.