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

porting

  1. D

    Error in porting CESM2

    I have a problem in porting CESM2 in cluster server. I downloaded the cesm2 code by git, and I modified the config_(machines, batch, compiler).xml files. (I add part for my machine) but when I test for create_test, I have a error like in image. Is there any job should I do?
  2. J

    CESM2.3.beta08 porting issue

    Hi all, I'm porting CESM2.3.beta08 to the ARCHER2 HPC here in the UK. My colleagues have previously successfully ported CESM2.1.3 but we have a research need for more recent model features. We have a script to install the model and a module file to go with it (attached). Following the usual...
  3. N

    CESM2.1.3 porting slurm job submission solution for the openmpi/3.1.1 build on Niagara (Digital Alliance of Canada: Scinet)

    To Whom this may concern, I am posting this as potential help for people with similar issues. I have a solution for an error that randomly can happen with cesm2 configured with openmpi/3.1.1 on the niagara supercomputer. This may occur on other systems too. Jobs will submit just fine, output...
  4. J

    CESM1.2.2 build errors on Derecho

    Hello everyone, I'm attempting to run CESM1.2.2.1 on Derecho and have encountered build errors. Does anyone have suggestions or insights on resolving this issue? Thank you! >> ./test.build: CESM BUILDEXE SCRIPT STARTING rm: No match. COMPILER is intel - Build Libraries: mct gptl pio...
  5. L

    Missing File: "env_mach_specific.sh"

    Hello everyone! I am running CLM5 for a single point in my computer and I have read the guide 1.6.3.5. Example: Creating a surface dataset for a single point. When compile the "gen_domain", I used the following command: ../../../configure --macros-format Makefile --mpilib mpi-serial --machine...
  6. F

    ./case.build ERROR: command gmake complib

    Hello When I am porting CESM 2.2.0 to a ubuntu server, I met an error during the ./case.build as shown below. My config_machines.xml and config _compilers.xml and bld.log are attached. Thanks for any reply.
  7. J

    Installing CESM2 on Perlmutter

    Hi all, I'm trying to install CESM2.1.4 on the DOE machine Perlmutter (CPU nodes). I've updated the config_machines.xml and config_batch.xml files. However, I'm unsure how to modify the config_compilers.xml to fit Perlmutter-cpu. After using the revised config_machines.xml, config_batch.xml...
  8. J

    ERROR: create_distrb_roundrobin: max_blocks too small

    Hi all, We've successfully ported CESM2.1.3 to an HPC. Alas, said HPC was recently taken offline for various 'upgrades', and CESM2.1.3 no longer runs properly. After an extended session of whack-a-mole with various error messages, I've come across one which has me stumped. A test case using the...
  9. Z

    Issues with downloading input data on CESM2.1.3

    Hi, I am testing CESM2.1.3 on my local Linux (Ubuntu). I have built the case successfully but there is an error (AttributeError: 'NoneType' object has no attribute 'getfile') when I run "./case.submit". I did follow the suggestions by changing ftp://ftp.cgd.ucar.edu/cesm/inputdata to...
  10. N

    CESM2 porting to Niagara on SciNet (Part of Digital Research Alliance of Canada), batch resubmission must occur from login node (config_batch.xml)

    To Whom this may concern, I am porting CESM2 to the Niagara supercomputer on SciNet. I have managed to complete builds and submit single jobs (successfully), but the resubmission tool is not working. I receive a "Jobs can only be submitted from the login node" SBATCH error (using slurm...
  11. N

    CESM2 porting to Niagara on SciNet (Part of Digital Research Alliance of Canada), no internet on compute nodes

    To Whom this may concern, I receive the following exit error (slurm batch) at about 2:02 minutes into a run: When running an instance of the model CESM2 on niagara I run into the following error: Traceback (most recent call last): File "/var/spool/slurm/slurmd/job9684628/slurm_script", line...
  12. K

    initInterp set_mindist error in cesm2.2.0 FHIST_BGC

    Hi all, We just ported CESM2.2.0 to our hpc system. I did a startup run with FHIST_BGC compset to test the model. The case was successfully compiled but failed with the following weird error in cesm log...
  13. S

    Load balancing compset FAMIPC5

    Hello everyone, I am a research scholar and I have ported CESM 1.2.2 to a Linux server with 2 CPUs(or sockets) each having 12 cores, 2 threads per core i.e. 48 processes. I performed the ERS test on compset FAMIPC5 (TestStatus: PASS) and got a throughput of 0.29 myear/wday. I am still using...
  14. C

    ERRO: NO variable gird found in case when create a newcase

    Hi,all. When i try to create a new case, some issue occurred. Error: No variable grid found in case. I guess it related to the wrong match to machine name. I write my machine name is config_machine.xml as <NODENAME_REGEX>MY1A</NODENAMEREGEX>(MY1A is my machine name.), but it doesn't work. I...
  15. C

    Porting CESM2,ERROR:xml.etree.ElementTree.ParseError: unbound prefix

    I wanna to port the CESM2 to the machine. I revised the config_machine.xml,config_batch.xml and config_compilers.xml. When i try to create new case, Error was reported. Traceback (most recent call last): File "./create_newcase", line 243, in <module> _main_func(__doc__) File...
  16. 1

    Porting error, CESM2.1.3

    Dear all, I am trying to set up CESM2.1.3 on a new cluster. Because I kept seeing the "NetCDF was not complied by the same version ..." error, I re-installed the NetCDF-c and Netcdf-fortran using the intel compiler. However, I now see a new error that says...
  17. K

    Case.setup error when porting CESM2 to a new machine

    Hi @jedwards, I am porting cesm2_1_1 to our university machine. The job scheduler is slurm. We added the following block to the config_machine.xml: <machine MACH="pace-hive"> <DESC>Georgia Tech PACE cluster, Linux RHEL7</DESC> <NODENAME_REGEX>.*.pace.gatech.edu</NODENAME_REGEX>...
  18. J

    cesm2_3_beta08 Porting error

    Hello. I am trying to port cesm2_3_beta08 to implement CAM6-MOM6 coupled model. config_machines.xml, config_batch.xml, and config_compilers.xml that worked in CESM 2.2 version were used for porting cesm2_3_beta08, but the following error occurred during ./case.setup. Previous CESM 2.2 versions...
  19. J

    Machine not found when trying to set up cpnrc

    Hi, I'm trying to install CESM2.1.3 on the UK HPC ARCHER2. I have successfully run checkout_externals so should have the model working, but apparently I need to set up a programme called cpnrc. When I run the command ../configure --macros-format=Makefile --mpilib=mpi-serial I get the error...
  20. J

    Porting CESM, run error: forrtl: severe (174): SIGSEGV, segmentation fault occurred

    We have been trying to run the Community Earth System Model V2.2. (cesm2.2.0-0-g332937b) on the local HPC infrastructure. Unfortunately, we have been running into some issues and are now stuck. Given the nature of the error message which occurs during the run using slurm “forrtl: severe (174)...
Top