Skip to content

MPI error from python bindings #81

@trontrytel

Description

@trontrytel

I'm trying to run parcel model in the singularity image provided in UWLCM. However I'm running into the following error. Any suggestions how I should switch MPI for parcel?

Singularity sng_ubuntu_18_04_cuda_10_0_python3.sif:~/clones/parcel> python3 parcel.py 
both r_0 and RH_0 negative, using default r_0 = 0.022
Traceback (most recent call last):
  File "parcel.py", line 544, in <module>
    parcel(**args)
  File "parcel.py", line 375, in parcel
    micro = _micro_init(aerosol, opts, state, info)
  File "parcel.py", line 103, in _micro_init
    micro = lgrngn.factory(lgrngn.backend_t.serial, opts_init)
RuntimeError: The Python bindings of libcloudph++ Lagrangian microphysics can't be used in MPI runs.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions