Goal: A list of commonly asked questions that will be addressed here, but not necessarily within the workshop itself.
...
Can I use modules with Conda environments?
Note |
---|
Question: Can I perform |
Info |
---|
Yes, but… Remember, performing a But, will they function as expected? Maybe… Since you have a Conda environment activated, then whatever is within it is being used. For example, maybe the Conda environment has been built with Python version 3.9 - but what happens if the module you have loaded is running scripts that have been built to use Python version 3.12 and are not compatible with 3.9? Will they run? The moral of this answer is that in principle you can, but you need to test that there are no dependency issues that might occur. Also, regards reproducibility, you can share the Conda environment, but how will you share the |
...
What is the /cluster/medicine/
path I'm Seeing?
Note |
---|
Question: Why am I seeing absolute paths of the form I thought |
Info | ||||
---|---|---|---|---|
This is to do with how our clusters are setup and access the shared file system, and an advance topic. When you’re on a login node/compute node you can list what is local to that machine - and in that respect, performing the following:
You are listing what is from the Remember: From the HPC cluster perspective, we are using a shared file system that can be accessed from all servers/nodes on that cluster. If you perform a long form list, you can actually see that
So, when we list the absolute paths for these various files we are returning their path with respect to the file system, not the local machine. |
...
Prev | Workshop Home | Next |
...