Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

csg_inverse: improve error message for broken binaries #601

Merged
merged 1 commit into from
Oct 14, 2020

Conversation

junghans
Copy link
Member

Fix #600

@marvinbernhardt can you check if this error message gets trigger (and is helpful) in our original build from #600.

@marvinbernhardt
Copy link
Contributor

does what it should for the case described in #600

csg_property: error while loading shared libraries: libmkl_core.so: cannot open shared object file: No such file or directory

Callstack:
/home/mbernhardt/software/votca-master/share/votca/scripts/inverse/inverse.sh - linenumber 47
    source - linenumber 43 in /home/mbernhardt/software/votca-master/share/votca/scripts/inverse/start_framework.sh
        die - linenumber 109 in /home/mbernhardt/software/votca-master/share/votca/scripts/inverse/functions_common.sh
########################################
#                                      #
# ERROR:                               #
# Could not run 'csg_property --help'  #
# Run it by hand to debug the problem! #
# Details can be found above           #
#                                      #
########################################
Terminated

@junghans
Copy link
Member Author

Ok, so works as planned.

@codecov
Copy link

codecov bot commented Oct 14, 2020

Codecov Report

Merging #601 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #601   +/-   ##
======================================
  Coverage    62.2%   62.2%           
======================================
  Files         124     124           
  Lines        7727    7727           
======================================
  Hits         4810    4810           
  Misses       2917    2917           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d19754b...b393395. Read the comment docs.

@junghans junghans merged commit cd2a30a into master Oct 14, 2020
@junghans junghans deleted the csg_inverse_error_message branch October 14, 2020 15:49
votca-bot added a commit to votca/votca that referenced this pull request Oct 14, 2020
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 this pull request may close these issues.

Fork bomb by csg_inverse if shared library missing
2 participants