I’m trying to run some fortran code compiled using f2py in a python jupyter-notebook script on https://ood.nci.org.au/. The code compiles and import’s fine using module load intel-compiler and python3 on a Gadi login node. However, there aren’t any intel-compiler modules available on the ood, and so I get a ImportError: libintlc.so.5: cannot open shared object file: No such file or directory.
Does anyone know why these modules aren’t available on the ood (it’s not for running simulations, but I’m trying to do analysis)? Or whether there is another workaround?