문제

I install a Torque server, I add a node and it works fine.

But I don't understand how job configuration work.

Here is my job configuration: "#PBS -l vmem=128mb", my job use more memory so the Torque server kill the process. If I increase the value, it works well.

pvmem = Maximum amount of virtual memory used by any single process in the job. (Ignored on Unicos.)

There is a server configuration to let process running when they exceed memory but I didn't find this information.

도움이 되었습니까?

해결책

To accomplish this, add

$ignvmem true

to your mom's config file. There are similar parameters for mem, walltime, and cputime if you wish to use them. They are documented here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top