Open dshtey2 opened 3 years ago
As an additional note, I have installed an earlier iteration of emirge and had no issues running the examples or making my own; this issue only started after downloading the most recent version.
WSL1 or 2? (WSL1 is not supported.)
According to Powershell I am running version 2
So, I find it a little suspicious that you used a new version of emirge, yet these errors appear to indicate that your code is still using an environment called dgfem
- which I think has gone away some time back.
Every install of MIRGE-Com using emirge will install a whole new environment (called "ceesd", by default i think). One needs to make sure to activate it by doing source emirge/config/activate.sh
before running any examples.
Could you send along the output of conda env list
? Maybe it will provide some clues.
So, I find it a little suspicious that you used a new version of emirge, yet these errors appear to indicate that your code is still using an environment called
dgfem
- which I think has gone away some time back.
dgfem1
🙂
It was a fresh clone of emirge, installed with ./install.sh --conda-prefix=<existing conda install> --env-name=dgfem1
. The env was activated properly.
Here is my output:
# conda environments:
#
~/Docs/emirge/miniforge3
~/Docs/emirge/miniforge3/envs/dgfem
base ~/Docs/heatMirge/emirge/miniforge3
ceesd ~/Docs/heatMirge/emirge/miniforge3/envs/ceesd
dgfem ~/Docs/heatMirge/emirge/miniforge3/envs/dgfem
dgfem1 * ~/Docs/heatMirge/emirge/miniforge3/envs/dgfem1
~/miniforge3
I would try installing a fresh env, ie. without --conda-prefix=<existing conda install>
I suspect it might start working if he activates the new ceesd
environment.
I suspect it might start working if he activates the new
ceesd
environment.
dgfem1
is the correct env. See above.
I would try installing a fresh env, ie. without
--conda-prefix=<existing conda install>
@dshtey2 This might be worth a try. Just make sure to set your PATH
so it picks up the new conda instead of the old one.
I'm suspecting this PR might be a part of the problem: https://github.com/illinois-ceesd/mirgecom/pull/200
I would try installing a fresh env, ie. without
--conda-prefix=<existing conda install>
@dshtey2 This might be worth a try. Just make sure to set your
PATH
so it picks up the new conda instead of the old one.
I just ran another fresh install, this time without the --conda-prefix and setting the PATH
to the new conda directory, but still to no avail
I installed a fresh copy of emirge onto my subshell, and when I tried to run the example files I kept getting Seg Faults, akin to the following. I am running Linux on a WSL subshell on my Acer laptop.