yuyangyang0709
New member
When I follow the MPAS tutorial practice guide section 3.5, there is the 'Segmentation fault - invalid memory reference' error in the program, messages are in the '2435110.mu01_mpas_240.out' file.
I use the command
to run atmosphere_model, the 'log.atmosphere.0000.out' file shows that the calculation progress can reach parameter 'i=15105'. But, the more cpu cores I use, the smaller the parameter 'i' is.
And the
shows that
What should I do to make the program run successfully?
I use the command
Code:
mpiexec -n 2 ./atmosphere_model
And the
Code:
ulimit -a
Code:
core file size(blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 1030521
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
max user processes (-u) 4096
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
What should I do to make the program run successfully?