コンテンツ

  1. HOME
  2. FAQ
  3. Computing Services
  4. Use of a supercomputer

Computing Services FAQ

Use of a supercomputer

[Batch 09]: My job is terminated abnormally

On KUDPC, due to the prevention of disturbing other users' jobs, the total capacity of standard output files of jobs running at the same time is restricted to 8GB.
If exceeding 8GB, the jobs running at the same time are forced to be halted.

If your program will output a lot of data, please make the program redirect output to files as follows.

Ex) on System A:

aprun (*snip*) ./a.out > output.log
 

Copyright © Institute for Information Management and Communication, Kyoto University, all rights reserved.