- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got a run-time error:
system error(8): __kmp_create_worker: CreateThread: Not enough storage is available to process this command.
OMP abort: fatal system error detected.
What is that means?
Dennis
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For testing, I just addone "PARALLEL DO"directive in my big program.
!$OMP PARALLEL DO
do j=c1,c2
DIAG(j)=1.0_DR/KK(MD(j)-shift)
end do
!$OMP END PARALLEL DO
do j=c1,c2
DIAG(j)=1.0_DR/KK(MD(j)-shift)
end do
!$OMP END PARALLEL DO
What makes this error? Any idea?
Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have solved my problem!!
I set a large value (512000000,512MB) to Linker->System->Stack Reserve Size.Now it is 64000000(64MB) and works fine.
Dennis

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