Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Raw assertion failure is shown if mpiexec does not exist in mpienv add #119

Closed
keisukefukuda opened this issue Apr 26, 2019 · 0 comments · Fixed by #120
Closed

Raw assertion failure is shown if mpiexec does not exist in mpienv add #119

keisukefukuda opened this issue Apr 26, 2019 · 0 comments · Fixed by #120
Milestone

Comments

@keisukefukuda
Copy link
Owner

Traceback (most recent call last):
File "/home/kfukuda/.pyenv/versions/3.5.2/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"main", mod_spec)
File "/home/kfukuda/.pyenv/versions/3.5.2/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/mnt/vol10/kfukuda/mpienv/mpienv/command/add.py", line 25, in
main()
File "/mnt/vol10/kfukuda/mpienv/mpienv/command/add.py", line 21, in main
mpienv.add(args.path, args.name)
File "/mnt/vol10/kfukuda/mpienv/mpienv/core.py", line 236, in add
mpi = self.get_mpi_from_mpiexec(target)
File "/mnt/vol10/kfukuda/mpienv/mpienv/core.py", line 166, in get_mpi_from_mpiexec
return mpi_class(mpiexec, self._conf)
File "/mnt/vol10/kfukuda/mpienv/mpienv/openmpi.py", line 22, in init
assert os.path.exists(mpicc)
AssertionError

@keisukefukuda keisukefukuda added this to the 0.2 milestone Apr 26, 2019
@keisukefukuda keisukefukuda mentioned this issue Apr 27, 2019
keisukefukuda added a commit that referenced this issue Apr 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant