baudren / montepython_public

Public repository for the Monte Python Code
MIT License
65 stars 115 forks source link

Running MontePython in a (aprun)cluster with MPI #103

Closed rodrigovonmarttens closed 7 years ago

rodrigovonmarttens commented 7 years ago

I am trying to run MontePython in a cluster, and it returns the following error:

Traceback (most recent call last): File "./montepython/MontePython.py", line 38, in sys.exit(mpi_run()) File "/work/users/rfcornej/montepython_2.2/montepython/run.py", line 102, in mpi_run custom_command, comm, nprocs) File "/work/users/rfcornej/montepython_2.2/montepython/run.py", line 188, in safe_initia\ lisation cosmo, data, command_line, success = initialise(custom_command) File "/work/users/rfcornej/montepython_2.2/montepython/initialise.py", line 66, in initi\ alise data = Data(command_line, path) File "/work/users/rfcornej/montepython_2.2/montepython/data.py", line 340, in init self.initialise_likelihoods(self.experiments) File "/work/users/rfcornej/montepython_2.2/montepython/data.py", line 460, in initialise\ _likelihoods elem, elem, folder, elem) File "", line 1, in File "/work/users/rfcornej/montepython_2.2/montepython/likelihoods/bao/init.py", lin\ e 12, in init Likelihood.init(self, path, data, command_line) File "/work/users/rfcornej/montepython_2.2/montepython/likelihood_class.py", line 65, in\ init self.read_from_file(path, data, command_line) File "/work/users/rfcornej/montepython_2.2/montepython/likelihood_class.py", line 148, i\ n read_from_file elem.strip() for elem in regexp.groups()) AttributeError: 'NoneType' object has no attribute 'groups' aprun: Apid 10710484: Caught signal Terminated, sending to application _pmiu_daemon(SIGCHLD): [NID 01438] [c1-0c2s0n2] [Tue Sep 5 16:51:43 2017] PE RANK 1 exit \ signal Terminated =>> PBS: job killed: walltime 312 exceeded limit 300

The module mpi4py is installed.