Parallel Programming

terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 17493 RUNNING AT admin
= EXIT CODE: 134
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions




Do you have a question?
I get such an error when compiling my project with the mpirun command
You have to provide some information useful information if you want help. We can't support specialized build environments.
http://www.cplusplus.com/forum/beginner/1/#msg6680
Show your code, please @faruk61

This isn't the first thread where you have made answering questions difficult by refusing to post any source.


faruk61 wrote:
compiling my project with the mpirun command

You have a run-time error, not a compilation error. Looks like three processors have come to the same conclusion as well.
Last edited on
Topic archived. No new replies allowed.