-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWI-CM3 install on KMA machine #966
Comments
Hi @sunseonlee, could you please give us some more information about what you are trying to do and how it is breaking so that we can help you fix it? |
We are trying to install awi-cm3 model on KMA machine (South Korea) to conduct global warming simulations for ICCP-AWI collaboration. We are following the steps in https://esm-tools.readthedocs.io/en/v6.21.12/ten_steps.html. |
So we have a general issue here in that this machine has no internet access. Therefore the requirements for esm_tools can not be downloaded for installation. We brainstormed two options for you:
We are currently trying to assess how much work each would be. Is the machine off the internet for the KMA admins too? It might be easier to have them install esm_tools if they have internet access. |
Internet is not available for KMA admins and support teams. |
For option 2 (which I prefer), it would be useful to know if your machine is able to use singularity. I can test on our own systems to ensure everything works, and the container file could just be copied across once it is ready. |
We will check if it is able to use singularity and let you know. |
Some additional and important information: currently, we did not support machines with no internet access. The reason for that is that our workflows were not developed on this type of machines, and giving support to ESM-Tools in these machines can be really challenging when things get tricky, as we cannot access them to see what's going on. Of course this policy can change but we need to be very careful with how we manage out human resources, anmd we need to think about how we are going to do that. In the next days, we will be talking internally at AWI, to decide if we change this policy and we start to support off-line machines, how we would support that and which developments will be necessary for that. We will come back to you in this issue as soon as possible. Please, keep us updated with the news about Singularity in KMA, and your progresses if you decide to give it a try to option 1 by yourself. |
Unfortunately, singularity is not available on KMA machine. So, we will try to do option 1. |
Have a look at the setup.py. Like in any Python project, the requirements are listed there :-) |
Job scheduler of KMA machine is LSF (IBM), but we found that there are the files for pbs and slurm only in esm_tools/src/esm_runscrpts/. Should we make new files for LSF by ourselves? Could you please give us any comments on this? |
Hi @sunseonlee, Since we don't yet support that scheduler, you'd need to implement it yourselves. One of our team will be happy to help you with that once questions arise. Please make a separate issue and label it with enhancement so we have a separate space for discussion. We can save this issue for general problems and make a new one once more specific needs arise (like here) @mandresm, @nwieters: I can provide first level assistance here. |
Hi @pgierz, |
Hi @sunseonlee, I see that both implementing lfs in ESM-Tools or running AWICM3 without ESM-Tools will be quite time consuming. Thomas Jung sent an email some time ago about organizing have a short telecon about it, so that we can agree on a strategy and understand what would be needed, and how we allocate the resources for this. |
Thanks @mandresm, and we will arrange the zoom call. |
Hi all, |
The model is running on both KMA maschines DURU and NARU. However we can not use OMP threads. Jayeon Moon and myself are still working on this. I also would like to see a merge back into release onces everything is cleaned up, so that in case we ever have another LSF maschine we have something to build upon. As such I would suggest to leave the issue open, even though I must say it's been emails rather than communication here for the past 3 months... |
I would love to see as well a merge back from the LSF work into |
This is for AWI-CM3 installation on KMA machine (ICCP-AWI collaboration).
The text was updated successfully, but these errors were encountered: