由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - help for g77
相关主题
[转载] 远程备份的问题alloc memory in UNIX
奇怪的swap,一部分不见了数组大小问题请教
interview question[转载] gnuplot中的颜色问题
Abort(coredump) ??????????????how to use function calloc of c in fortran?
GCC 和 G++ 的区别在什么地方?which command to allocate a file under
[转载] cxterm[转载] two programming questions
segmentation fault when using "script"How to resize partitions on Solaris 9??
Shell Script Questionhow to track page faults when allocation
相关话题的讨论汇总
话题: g77话题: bytes话题: tru64话题: 122091088话题: exit
进入Unix版参与讨论
1 (共1页)
y**e
发帖数: 133
1
I am using g77 to compile a *.f on dec alpha tru64
but get this: f771: Cannot allocate 51598888 bytes after allocating 122091088 bytes
*** Exit 1
I can't understand it.
Is there anyone can help me?
y**e
发帖数: 133
2
Please......
whp can tell me about that...?
//beg........
//bow.......

【在 y**e 的大作中提到】
: I am using g77 to compile a *.f on dec alpha tru64
: but get this: f771: Cannot allocate 51598888 bytes after allocating 122091088 bytes
: *** Exit 1
: I can't understand it.
: Is there anyone can help me?

w*******g
发帖数: 99
3
Is it because you have an array that is too big? It might exceed the capability
of the compiler... Try a smaller array and see what will happen...

【在 y**e 的大作中提到】
: Please......
: whp can tell me about that...?
: //beg........
: //bow.......

y**e
发帖数: 133
4
Thanks
It is true...
But we got this software from other people,we don't not how to change it.
Anyway, thank you very much.

【在 w*******g 的大作中提到】
: Is it because you have an array that is too big? It might exceed the capability
: of the compiler... Try a smaller array and see what will happen...

1 (共1页)
进入Unix版参与讨论
相关主题
how to track page faults when allocationGCC 和 G++ 的区别在什么地方?
Re: how to track page faults when alloca[转载] cxterm
linux下跑得正常Unix下出错segmentation fault when using "script"
where is gcc?Shell Script Question
[转载] 远程备份的问题alloc memory in UNIX
奇怪的swap,一部分不见了数组大小问题请教
interview question[转载] gnuplot中的颜色问题
Abort(coredump) ??????????????how to use function calloc of c in fortran?
相关话题的讨论汇总
话题: g77话题: bytes话题: tru64话题: 122091088话题: exit