kshedstrom@alaska_edu
Member
I had been using the global config_machines.xml, but decided to move my chunk to ~/.cime. I added a NODENAME_REGEX entry with simply "*" since it needs to match both "chinook*.alaska.edu" and "n*", the latter for the compute nodes. My error changed to a runtime error of "OSError: [Errno 12] Cannot allocate memory".
Today I tried setting up a smaller domain which should fit in the debugger on one node. It wouldn't pass the "create_newcase" without my commenting out that NODENAME_REGEX line in the xml file. Also, with the config files in my ~/.cime directory, I got empty Macros.make and Macros.cmake. I got a successful (intel) build after copying over the Macros files from the Arctic directory. It still won't run, getting the "module command modulecmd python purge" problem again.
As for running interactively on one node, I'm recompiling in debug mode to see if I can figure out what's wrong.
Today I tried setting up a smaller domain which should fit in the debugger on one node. It wouldn't pass the "create_newcase" without my commenting out that NODENAME_REGEX line in the xml file. Also, with the config files in my ~/.cime directory, I got empty Macros.make and Macros.cmake. I got a successful (intel) build after copying over the Macros files from the Arctic directory. It still won't run, getting the "module command modulecmd python purge" problem again.
As for running interactively on one node, I'm recompiling in debug mode to see if I can figure out what's wrong.