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

MPT ERROR: invalid option -p

Yi Yao

Yi Yao
Member
Dear, I was submitting my job after successfully building it. However, the simulation was never running. All I got is an error message: MPT ERROR: invalid option -p. I checked the website and forum but did not get an answer. The case is on cheyenne: /glade/work/yiyao/irrmip_cases/f.e22.FHIST_BGC.f09_f09_mg17.IRRMIP-NOIRR.001. Could you please have a check and thanks in advance!
 

katec

CSEG and Liaisons
Staff member
So it looks like your env_mach_specific.xml file is the older one from the case you cloned. You can update this by making a new case with your cesm 2.1 sandbox and using the env_mach_specific.xml file that is created there. Just copy it into your f.e22.FHIST_BGC.f09_f09_mg17.IRRMIP-NOIRR.001 case directory. This will set up the mpt libraries and run command so that they work correctly.
 

Yi Yao

Yi Yao
Member
So it looks like your env_mach_specific.xml file is the older one from the case you cloned. You can update this by making a new case with your cesm 2.1 sandbox and using the env_mach_specific.xml file that is created there. Just copy it into your f.e22.FHIST_BGC.f09_f09_mg17.IRRMIP-NOIRR.001 case directory. This will set up the mpt libraries and run command so that they work correctly.
Hello thank you! I recreate the new case, and it worked for several simulation years. However, it stoped again and shows a MPT ERROR:
541:MPI error (MPI_File_write_at_all) : I/O error
541: pio_support::pio_die:: myrank= -1 : ERROR: pionfput_mod.F90:
541: 836 : Unknown error occurs in writing file
541:Image PC Routine Line Source
541:cesm.exe 00000000039E2C8D Unknown Unknown Unknown
541:cesm.exe 00000000032ECA01 pio_support_mp_pi 118 pio_support.F90
541:cesm.exe 00000000032EAEA1 pio_utils_mp_chec 59 pio_utils.F90
541:cesm.exe 0000000003309954 pionfput_mod_mp_p 836 pionfput_mod.F90.in
541:cesm.exe 00000000025A7E54 ncdio_pio_mp_ncd_ 1355 ncdio_pio.F90.in
541:cesm.exe 00000000025365EC histfilemod_mp_ht 2704 histFileMod.F90
541:cesm.exe 000000000253185A histfilemod_mp_hi 3445 histFileMod.F90
541:cesm.exe 00000000024C3CDD clm_driver_mp_clm 1156 clm_driver.F90
541:cesm.exe 00000000024B16DE lnd_comp_mct_mp_l 456 lnd_comp_mct.F90
541:cesm.exe 0000000000425484 component_mod_mp_ 728 component_mod.F90
541:cesm.exe 000000000040B46C cime_comp_mod_mp_ 2712 cime_comp_mod.F90
541:cesm.exe 0000000000425117 MAIN__ 125 cime_driver.F90
541:cesm.exe 000000000040915E Unknown Unknown Unknown
541:libc-2.22.so 00002B3ED4457A35 __libc_start_main Unknown Unknown
541:cesm.exe 0000000000409069 Unknown Unknown Unknown
541:MPT ERROR: Rank 541(g:541) is aborting with error code 1.
541: Process ID: 23575, Host: r10i4n25, Program: /glade/work/yiyao/cime_root/f.e22.FHIST_BGC.f09_f09_mg17.IRRMIP-NOIRR.001/bld/cesm.exe
541: MPT Version: HPE MPT 2.19 02/23/19 05:30:09

Could you please help me to check the problem? Thanks in advance!
 

katec

CSEG and Liaisons
Staff member
Hi there, so this kind of PIO error is usually the result of a bad variable value (like a NaN) trying to be written to a NetCDF output file. It looks like your land model is crashing due to instabilities in your set up. I would suggest that you post a new issue to the CLM forum with more information about your case and experiment set up and this error. The land model scientists can give you specific help about this problem.
 
Top