Description
Describe the bug
Unable to start VisIt from command line on MacOS Monterey.
Used the command in the terminal: visit -cli -nowin -s /path/to/script/script.py
Helpful additional information
- Did VisIt crash: It crashed when launching the compute engine
- Did you get wrong results: **
To Reproduce
Steps to reproduce the behavior. For example:
- Launch from command line with the command: visit -cli -nowin -s /path/to/script/script.py (script attached)
- Viewer is started but the following messages appear:
[cli_0]: PMIU_parse_keyvals: unexpected key delimiter at character 57 in cmd
[cli_0]: parse_kevals failed -1
[cli_1]: PMIU_parse_keyvals: unexpected key delimiter at character 57 in cmd
[cli_1]: parse_kevals failed -1
Fatal error in MPI_Init: Other MPI error, error stack:
MPIR_Init_thread(572):
MPID_Init(175).......: channel initialization failed
MPID_Init(510).......: PMI_Get_id returned -1
Fatal error in MPI_Init: Other MPI error, error stack:
MPIR_Init_thread(572):
MPID_Init(175).......: channel initialization failed
MPID_Init(510).......: PMI_Get_id returned -1
Expected behavior
Start computation. The script has been already successfully tested on a Windows machine
Attachments
- Python script attached
Desktop
- OS and version: MacOS Monterey 12.6
- VisIt Version: 3.3.1 and 3.3.0