- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
When I run my executable stand-alone, it works fine.
When I run it via intelInspector, it throws bad_alloc exception saying it fails to allocate memory.
What can I do in this case?
Does IntelInspector restrict maximal amount of memory that can be used?
Many thanks,
Leo
- Tags:
- CC++
- Debugging
- Development Tools
- Fortran
- Intel® Inspector
- Optimization
- Parallel Computing
- Vectorization
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When your program is run under Inspector there is additional overhead, both for record keeping each individual allocation and also as part of our instrumentation. But we do not restrict the max memory.
How many allocations are you doing? Is your process running out of memory?
Might be useful to file an issue here: https://software.intel.com/en-us/articles/how-to-create-a-support-request-at-online-service-center
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page