Skip to content

Console Output

+ bash -c 'export LIB_NETCDF=/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib; export INC_NETCDF=/usr/local/NETCDF-Fortran-4.4.5-gfortran/include; ../configure --macros-format=Makefile --mpilib=mpi-serial; source ./.env_mach_specific.sh; make'
Could not find machine match for 'nelson.localdomain' or 'nelson'
Traceback (most recent call last):
  File "/home/jenkins/workspace/branch_cam_test/cime/tools/cprnc/../configure", line 164, in <module>
    _main()
  File "/home/jenkins/workspace/branch_cam_test/cime/tools/cprnc/../configure", line 158, in _main
    opts = parse_command_line(sys.argv)
  File "/home/jenkins/workspace/branch_cam_test/cime/tools/cprnc/../configure", line 86, in parse_command_line
    machobj = Machines(machine=args.machine)
  File "/home/jenkins/workspace/branch_cam_test/cime/tools/../scripts/lib/CIME/XML/machines.py", line 74, in __init__
    GenericXML.read(self, local_infile, schema)
  File "/home/jenkins/workspace/branch_cam_test/cime/tools/../scripts/lib/CIME/XML/generic_xml.py", line 101, in read
    with file_open(infile) as fd:
  File "/home/jenkins/workspace/branch_cam_test/cime/tools/../scripts/lib/CIME/XML/generic_xml.py", line 100, in <lambda>
    file_open = (lambda x: open(x, 'r', encoding='utf-8')) if six.PY3 else (lambda x: open(x, 'r'))
FileNotFoundError: [Errno 2] No such file or directory: '/home/jenkins/workspace/branch_cam_test/cime/config/e3sm/machines/config_machines.xml'
bash: line 1: ./.env_mach_specific.sh: No such file or directory
Makefile:29: Macros.make: No such file or directory
make: *** No rule to make target 'Macros.make'.  Stop.