Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Serial testing gx1

duvivier

CSEG and Liaisons
Staff member
Question from a user/developer:I created a serial test case using the gx1 grid. Turns out this configuration is not in any of the test suites. It resulted in a segmentation fault at ice_transport_remap.F90:315 or ice_transport_driver.F90:222 (it would segfault as soon as it entered these subroutines).After investigating I figured it was due to a stack overflow, and indeed I used the compilation flag -heap-arrays 1024 (for Intel) to put all automatic arrays larger than 1024 kB on the heap instead of the stack and it ran without problem.Do we need to list similar options for other compilers? 
 
Top