- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do you increase the stacksize in the 8.0 fortran compiler? I'm having a segmentation fault runtime error, and i'm pretty sure this is the problem.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's not the compiler but the shell. The commands vary by shell, but popular options are:
ulimit -s
or
limit stacksize unlimited
Note that sometimes "unlimited" is actually a fixed value that is lower than the actual limit you could set directly.
ulimit -s
or
limit stacksize unlimited
Note that sometimes "unlimited" is actually a fixed value that is lower than the actual limit you could set directly.

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