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

error in running PORT

Hi all,I have been trying to compile and run PORT. However I faced the following error at runtime. No such file or directory pio_support::pio_die:: myrank=          -1 : ERROR: ionf_mod.F90:         235 :  No such file or directoryapplication called MPI_Abort(MPI_COMM_WORLD, 1) - process 1 Here is the configure command. 

 ./configure $compile -dyn fv -hgrid 1.9x2.5 -phys cam5 -offline_drv rad -nc_inc /storage/softwares/installedsoftware/netcdf_4.4.0/include -nc_mod /storage/softwares/installedsoftware/netcdf_4.4.0/include -spmd  -smp   

 Attached  below is the error log. 
  How do I solve this issue? 
  Thanks in advance.  
 Regards Aketh 
 

eaton

CSEG and Liaisons
The log file indicates that there is a file missing.  If you add the -test option to the build-namelist command it will check that the required datasets are present on a local disk and will report the status for each file. 
 

eaton

CSEG and Liaisons
The log file indicates that there is a file missing.  If you add the -test option to the build-namelist command it will check that the required datasets are present on a local disk and will report the status for each file. 
 

eaton

CSEG and Liaisons
The log file indicates that there is a file missing.  If you add the -test option to the build-namelist command it will check that the required datasets are present on a local disk and will report the status for each file. 
 

eaton

CSEG and Liaisons
The log file indicates that there is a file missing.  If you add the -test option to the build-namelist command it will check that the required datasets are present on a local disk and will report the status for each file. 
 

eaton

CSEG and Liaisons
The log file indicates that there is a file missing.  If you add the -test option to the build-namelist command it will check that the required datasets are present on a local disk and will report the status for each file. 
 
Top