Dear all
Because it may be that I don't have enough memory on my computer, causing me to use this command. /mkmapdata.sh -r $GRIDNAME -f $GRIDFILE -t regional When I make a map of the surface data, it breaks at the last data, and I looked up related posts on the internet, and it said that parallel compilation can solve this problem.
So I tried parallel compilation, but I don't understand how parallel compilation should work, so I just modified the input command with
mpirun -np 10 . /mkmapdata.sh -r $GRIDNAME -f $GRIDFILE -t regional
I also modified the mkmapdata.sh file to include active=“NO”
It shows this problem, is it because I still don't have enough RAM? Am I using 50g of RAM and then 10 in parallel, or do I need to manipulate the rest that
Can you tell me exactly what I should do if I need to parallelize the processing when making surface data, thank you very much, looking forward to a reply!


Because it may be that I don't have enough memory on my computer, causing me to use this command. /mkmapdata.sh -r $GRIDNAME -f $GRIDFILE -t regional When I make a map of the surface data, it breaks at the last data, and I looked up related posts on the internet, and it said that parallel compilation can solve this problem.
So I tried parallel compilation, but I don't understand how parallel compilation should work, so I just modified the input command with
mpirun -np 10 . /mkmapdata.sh -r $GRIDNAME -f $GRIDFILE -t regional
I also modified the mkmapdata.sh file to include active=“NO”
It shows this problem, is it because I still don't have enough RAM? Am I using 50g of RAM and then 10 in parallel, or do I need to manipulate the rest that
Can you tell me exactly what I should do if I need to parallelize the processing when making surface data, thank you very much, looking forward to a reply!

