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

Cesm 1.0 faling to build executable

Hi,
I am having trouble building the cesm 1.0 for testing.
I created the new case as follows: create_newcase -case /home/cesm/cesm1_1/cesm1_0/cases/test1 -res f19_g16 -compset X -mach generic_linux_intel -scratchroot /home/cesm/cesm1_1/cesm1_0/scratch -din_loc_root_csmdata /home/cesm/cesm1_1/cesm1_0/inputdata -max_tasks_per_node 8                                                                                                                                                                                                                                            

I get the following error when building the case:ERROR: ccsm.buildexe.csh failedAttached is the output file. I am building the model with gnu compilers on Centos, using mpich netcdf 4.3.0 and pnetcdf. Any help will be appreciated! 
 

jedwards

CSEG and Liaisons
Staff member
You need to find how to call these routines from fortran on your system
Get the following program working and then make the required changes in shr_sys_mod.F90 program systest  call system('ls')  call chdir('../')end program
 

jedwards

CSEG and Liaisons
Staff member
This has nothing to do with mpich - if you can't get that simple example working you should ask your system administrator.
 
I can compile and run the program correctly but still get the same error when trying to build the model.I've checked the shr_sys_mod file and all the system calls seem to be ok, I'm stuck.  
 
Top