Skip to content
New issue

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

RunTime Error #16

Open
timhockswender opened this issue Jan 6, 2022 · 6 comments
Open

RunTime Error #16

timhockswender opened this issue Jan 6, 2022 · 6 comments

Comments

@timhockswender
Copy link

Attempting to run the program leads to "OMP: Error #15: Initializing libomp.dll, but found libiomp5md.dll already initialized."
Followed by dire warnings to not have both.
Have seen mention of similar errors on StackOverflow.

Can this be avoided?

@Arseha
Copy link
Owner

Arseha commented Jan 6, 2022

@valen320, could you help with this? I believe you have recently encountered the same problem

@valen320
Copy link
Collaborator

valen320 commented Jan 8, 2022

I don't remember such error. Maybe there were some, but I didn't find any record on it

@timhockswender
Copy link
Author

I will attempt to run it in its own environment and let you know the results.

@timhockswender
Copy link
Author

I do want you to know that I became interested in your work because of an Innocentive challenge "Enhanced Peak Detection Algorithm". I think your approach could work but I don't think it ethical of me to go forward and try to use your programs to solve this challenge. Even if I could! It is also beyond my direct experience. I am a retired Ph.D. Chemist with an addiction to python.

I will continue to see if I can do anything to get your scripts to run of my own curiosity.

I don't know if you can enter the Challenge from Novosibirsk but the award is USD $25,000.

See https://innocentive.wazoku.com/challenge/14f57f2158ae4ee2a8ef1e16395255cc?utm_campaign=detection_algorithm&utm_medium=bulletin&_hsmi=200049369&_hsenc=p2ANqtz-9opWnUUifJhNEmnhEUsqZV6_MnSxQ6l7U9tAOnuT64heuEddexDHRF61RKhMIWZIp39AtlmkDqTy4ZBXszPk8SmXYX6Q&utm_source=HubSpot&entities=idea&sort=-posted&page=1&pageSize=15&include_descendants&filters=%7B%22show_archived%22:true%7D&parentType=challenge&parentId=14f57f2158ae4ee2a8ef1e16395255cc&communityId=9396a088f8614c2eac89aacf2ae1c624

Or I'm sure you can search for it.
Tim

@sorenwacker
Copy link
Contributor

sorenwacker commented Jan 11, 2022 via email

@timhockswender
Copy link
Author

The error occurs at [window = MainWindow() # PROBLEM LINE]. if you can explain where the dll is involved, I can work on tracking it down. This is a further elaboration of the error:
OMP: Hint: This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants