Hi all,
I have just installed ISSM on the Graham cluster of Compute Canada, no issues with the install. However, when I try to submit a simple example (SquareIceShelf), the run fails (slurm error 59) and the contents of the errlog file are as follows:
[0]PETSC ERROR: ------------------------------------------------------------------------
[0]PETSC ERROR: Caught signal number 11 SEGV: Segmentation Violation, probably memory access out of range
[0]PETSC ERROR: Try option -start_in_debugger or -on_error_attach_debugger
[0]PETSC ERROR: or see https://petsc.org/release/faq/#valgrind and https://petsc.org/release/faq/
[0]PETSC ERROR: configure using --with-debugging=yes, recompile, link, and run
[0]PETSC ERROR: to get more information on the crash.
[0]PETSC ERROR: Run with -malloc_debug to check if memory corruption is causing the crash.
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 59.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on exactly when Open MPI kills them.
--------------------------------------------------------------------------
slurmstepd: error: *** STEP 22237762.0 ON gra311 CANCELLED AT 2024-06-17T16:16:46 ***
srun: Job step aborted: Waiting up to 62 seconds for job step to finish.
srun: error: gra311: task 0: Exited with exit code 59
srun: Terminating StepId=22237762.0
I tried running the model again, but the same error occurred. I also tried with the Greenland SeaRise example, and the same error comes up. Any ideas on what might be causing this issue?