Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

WRF nests in Dockerized environment : SIGBUS

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

v_vrlt

New member
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.
 
Top