Supercomputer Fugaku Users Guide - Use and job execution - Version 1.49¶
Index:
- 1. Introduction
- 2. Use direction
- 3. Usage rule
- 3.1. Overview
- 3.2. Use scale/Use environment
- 3.3. Local account management
- 3.4. Resource
- 3.4.1. Compute node
- 3.4.2. Confirmation of number of job submission
- 3.4.3. How to use resource group
- 3.4.4. Resource group use status
- 3.4.5. Disk
- 3.4.6. File creation and stripe setting
- 3.4.7. File system
- 3.4.8. Group
- 3.4.9. Type of parallel job
- 3.4.10. Login node
- 3.4.11. I/O node
- 3.4.12. Estimating the amount of memory available to user programs
- 3.4.13. Definition of used computational resource
- 4. System Use
- 5. Job execution
- 5.1. Overview
- 5.2. Normal job
- 5.3. Step job
- 5.4. Bulk Job
- 5.5. Interactive job
- 5.6. Workflow job
- 5.7. Master-worker type job
- 5.8. Environment setting
- 5.9. Job execution command options
- 5.10. Large page space allocation
- 5.11. CPU core and memory binding
- 5.12. Displaying a job status
- 5.13. Deleting a job
- 5.14. Notes on job operations
- 5.15. Use of custom resource
- 5.16. Checking when a job ends abnormally
- 5.17. Sample Scripts
- 5.17.1. Normal job (sequential program)
- 5.17.2. Normal job (MPI / 1D shape)
- 5.17.3. Normal job (MPI / 2D shape)
- 5.17.4. Normal job (MPI / 3D shape)
- 5.17.5. Normal job (thread parallel (automatic parallel))
- 5.17.6. Normal job (thread parallel (OpenMP))
- 5.17.7. Normal job (Flat MPI / 1D shape)
- 5.17.8. Normal job (hybrid parallel)
- 5.18. Obtaining TofuD TNR statistics
- 5.19. Job list display command affected by the failure
- 5.20. Note
- 6. MPI job execution
- 6.1. Overview
- 6.2. Execution command format
- 6.3. How to execute back ground job
- 6.4. Standard output / Standard error output / Standard input
- 6.5. Specification when submitting an MPI job
- 6.6. Rank assignment
- 6.6.1. Rank-map-bynode
- 6.6.2. rank-map-bynode (1 dimention)
- 6.6.3. rank-map-bynode (2 dimentions)
- 6.6.4. rank-map-bynode (3 dimentions)
- 6.6.5. rank-map-bynode (the multiple process specification in node (1 dimention))
- 6.6.6. rank-map-bychip
- 6.6.7. rank-map-hostfile
- 6.6.8. rank-map-hostfile (1 dimention)
- 6.6.9. rank-map-hostfile (2 dimentions)
- 6.6.10. rank-map-hostfile (3 dimentions)
- 6.6.11. rank-map-hostfile (the multiple rank specification in node)
- 6.6.12. rank-map-hostfile/rank-map-bychip (the multiple rank specification in node)
- 6.6.13. Notes on when using host map file
- 6.7. Job shape (Torus)
- 6.8. Job submitting command option (MPI)
- 6.9. Dynamic process creation (MPI_COMM_SPAWN)
- 6.10. Rank inquiry functions
- 6.11. MPI statistic information
- 7. Power control function
- 8. Layered storage
- 9. Migration from other systems