We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
ORCA 6.0 apparently ships a software named openCOSMORS, as mentioned here: https://www.faccts.de/docs/orca/6.0/manual/contents/detailed/solvationmodels.html#opencosmo-rs
This executable is also in the .tar.gz as expected:
.tar.gz
$ cd orca_6_0_0_shared_openmpi416/ $ ls -l total 6122001 (...) -rwxr-xr-x 1 jsteine1 hrzhpc 1786432 Jul 23 13:15 openCOSMORS (...)
but it isn't copied over, at least it wasn't when we ran the Easyconfig .
Most likely it still needs to be added to this function in the Easyblock:
easybuild-easyblocks/easybuild/easyblocks/o/orca.py
Line 80 in 11afb88
Or is it left out on purpose for some reason?
The text was updated successfully, but these errors were encountered:
@JanSteinerHPC It's not done on purpose as far as I know, which was probably overlooked.
Are you up for opening a PR for this?
cc @smoors
Sorry, something went wrong.
@JanSteinerHPC It's not done on purpose as far as I know, which was probably overlooked. Are you up for opening a PR for this? cc @smoors
Sure, I'll have a look when I have some time, it looks like a pretty simple change.
definitely not on purpose :)
No branches or pull requests
Hi,
ORCA 6.0 apparently ships a software named openCOSMORS, as mentioned here: https://www.faccts.de/docs/orca/6.0/manual/contents/detailed/solvationmodels.html#opencosmo-rs
This executable is also in the
.tar.gz
as expected:but it isn't copied over, at least it wasn't when we ran the Easyconfig .
Most likely it still needs to be added to this function in the Easyblock:
easybuild-easyblocks/easybuild/easyblocks/o/orca.py
Line 80 in 11afb88
Or is it left out on purpose for some reason?
The text was updated successfully, but these errors were encountered: