Hello,
I've used the Martinos network version of ipython before with no
problems to run some stuff in MNE-python.
Now when I try to start it up by typing 'ipython' after setting the path
exactly as per 'Getting Started" instructions, it does not start for
many minutes (20+) and when it finally starts, it is extremely slow
(compared to previous usage or running a local version on a Mac laptop).
The problem is not with the machine, which has gobs of free RAM (8GB+)
and 4 CPUs that are mostly idle. Last time I quit ipython, it was using
>5GB of RAM, which seems excessive.
What am I missing here? Should I install a local version, e.g., Canopy?
It is definitely due to the gpfs problems as Dan mentioned. The problem
is that when starting python many small files are accessed, which can be
slow. I assume you are using EPD? It is a bit faster if you use
anaconda, i.e., add this to your path:
anaconda is faster to start than EPD because many files are included as
zip files, which reduces the number of file system operations when
starting python.