Install mfix-23.3 in ubuntu-22.10 meet error

hello everyone, i installed the mfix-23.3 in ubuntu-22.10 with anaconda, and when executing transaction, the information comes below:

Preparing transaction: done
Verifying transaction: done
Executing transaction: \
For Linux 64, Open MPI is built with CUDA awareness but this support is disabled by default.
To enable it, please set the environment variable OMPI_MCA_opal_cuda_support=true before
launching your MPI processes. Equivalently, you can set the MCA parameter in the command line:
mpiexec --mca opal_cuda_support 1 …

In addition, the UCX support is also built but disabled by default.
To enable it, first install UCX (conda install -c conda-forge ucx). Then, set the environment
variables OMPI_MCA_pml=“ucx” OMPI_MCA_osc=“ucx” before launching your MPI processes.
Equivalently, you can set the MCA parameters in the command line:
mpiexec --mca pml ucx --mca osc ucx …
Note that you might also need to set UCX_MEMTYPE_CACHE=n for CUDA awareness via UCX.
Please consult UCX’s documentation for detail.

done

To activate this environment, use

$ conda activate mfix-23.3

Your installation was successful. We have bundled OpenMPI with the 23.3 version and these messages are coming from the OpenMPI installation. They are informative messages, not errors.

CUDA is a framework for running computations on GPUs. This message is telling you how to enable CUDA support. As MFiX does not use GPU for computation, this message can safely be ignored.

Sorry for the confusion!