We got the modelfree analysis running on the Cray computer with a bunch of help from the staff there.
We basically called in the correct versions of python, scipy, numpy and mpi4py and also implemented a virtual environment to run the relax program in.
We believe that the virtualenv is necessary because of the architecture of the Cray, and might not be needed for a small cluster.
Below is the commands we used to do this, and the submission script that we have to use for our queue. The specific paths to the modules will be spcific to your system, of course.
We run the local_tm script first, then sphere, prolate, oblate and ellipsoid in parallel.
When they are done, we run the final script. As long as the data, the script and the submission instructions are all in the same directory, we haven't had any problems.
Installation
#loaded version of python and libraries we want to use: