compiler

  1. J

    CESM case_build error: linking to Fortran libraries from C fails

    Dear CESM scientists, I am a beginner and I am compiling CESM on my personal workstation. I encountered problems during the case_build stage. The code version I used is release-cesm2.1.5-0-g7a6c5b0 and the compiler is Intel icx, icpx, and ifx. This part is my description of the problem I...
  2. C

    ./case.build error

    When I was compiling cesm FCfireHISTcase, an error occurred. Now I'm not sure what caused these variables to be undefined. Was there a problem with my mpich compilation or something else? I tried to compile gpTL-8.0.3 by myself using mpicc and mpifort, but in the generated lgptl.a link, there...
  3. J

    How to build interpic_new on Derecho

    Hi all, I need to regrid a CAM IC file onto a regionally-refined CAM-SE grid for use in MUSICA. The file I am trying to regrid is: /glade/campaign/acom/acom-weather/MUSICA/init/ne30_ne30/f.e22.FCnudged.ne30_ne30_mg17.release-cesm2.2.0_spinup.2010_2020.001.cam.i.2019-01-01-00000.nc In order to...
  4. U

    CESM 2.2.2 with gcc/13.2

    I have to port CESM2 to a new cluster. The software stack the cluster admins provide is gcc/13.2.0 with openmpi/4.1.6. I can build and run a simple aquaplanet case (QSC4), but not a B-compset like B1850. CESM starts but hangs after a few minutes - still using 100% cpu, but no progress. Somewhere...
  5. J

    Compiling mksurfdata_map on Derecho

    Hi all, I'm using CESM2.2.0 on Derecho and I want to make some land use data. To do this I need to use the built-in tool at components/clm/tools/mksurfdata_map, which I used before on Cheyenne. When I try to compile the code following the first step of the readme: cd src gmake I get a load of...
  6. J

    Problem building interpic executable

    Hi all, I'm trying to use interpic to generate initial conditions for CAM. However, I am unable to build the executable. The following error appears when I run gmake: pgf90 -c -I/usr/local/include -fast control.f90 gmake: pgf90: Command not found Makefile:106: recipe for target 'control.o'...
  7. S

    CCSM: nan errors when compiling. Please help!

    I'm trying to install CCSM 4_02, but I'm getting these errors during compilation (during clm.buildexe.csh): OS: Ubuntu 16.04 Fortran compiler: ifort 19.1.2.254 and mpiifort (that came with Parallel Studio 2020) CCSM machine type: generic_linux_machine CCSM version: ccsm4_0_a02 Here's the file...
  8. A

    Error during model compiling (clm 3.0)

    Dear all, facing problem in compiling the model. here i have enclosed the log-file and terminal error screen shot. Please help me regards. Anuj Prakash
  9. J

    Cheyenne update module issues for all CESM versions

    Due to the cheyenne maintenance this week you need to update some modules:intel/17.0.1pnetcdf/1.11.0netcdf/4.6.1netcdf-mpi/4.6.1mpt/2.19 There is also an issue with the -p option to mpiexec_mpt, you may either reverse the order of -p and -np in env_mach_specific.xml or remove the -p option.  If...
  10. J

    relocation R_X86_64_PC32 (INTEL COMPILER)

    This error indicates that the model size requirement is too large to fit the default memory model, solutions vary depending on the case: If you are using netcdf 4.6.0 and newer and pio 1_8_12 or older there is an incompatibility that presents this error.  You may update to pio1_8_14.  If you are...
Back
Top