I am using Conda on a shared compute cluster where numerical and io libraries have been tune for the system.
How can I tell Conda to use these and only worry about the libraries and packages which are not already there on path
?
For example:
There is a openmpi
library installed and the package which I would like to install and mange with Conda
has it also as a dependency.
How can I tell Conda to just worry about what is not there?