I compiled CMAQ version 5.4 and I want to run the test case of it to make sure if I compiled the CMAQ correctly. I downloaded the “CMAQv5.4_2018_12NE3_Benchmark_2Day_Input” files. I wanted to run this test data once with “serial” processor and then with “mpi” PROC with NCOL=4, NROW=2.
After running with serial, I got the attached “single. log” and for mpi, I got the attached “mpi8.log”. I also attached the “run_cctm_Bench_2018_12NE3.csh” and “CTM_LOG_007_v5.4_gcc_Bench_2018_12NE3_20180701” files.
It seems that it can not create the CGRID file. I will appreciate if anyone can help me solving this issue.
If you are running serially, you need to compile the model serially (comment out set ParOpt in bldit_cctm.csh) and you need to run the model serially by uncommenting line 712 in run_cctm_Bench_2018_12NE3.csh and commenting line 717.
As for the parallel run, the error in mpi8.txt tells you that the process on rank 4 crashed. Look for an error message in the CTM_LOG_004 file.
I see. Segmentation faults sometimes do not provide much information.
I can’t tell what is wrong. You might try compiling the model in debug mode
(set Debug_cctm in bldit_cctm.csh and rerun).