...
| Note | ||
|---|---|---|
| ||
Different limits on the different QoSs may be introduced or changed as the system evolves to its final configuration. |
Submitting jobs remotely
If you are submitting jobs from a different platform via ssh, please use the *-batch dedicated nodes instead of the *-login equivalents:
- For generic remote job submission on HPCF: hpc-batch or hpc2020-batch
- For remote job submission on a specific HPCF complex: <complex_name>-batch
- For remote job submission to the ECS virtual complex: ecs-batch
For example, to submit a job from a remote platform onto the Atos HCPF:
| No Format |
|---|
ssh hpc-batch "sbatch myjob.sh" |
| HTML |
|---|
<style>
div#content h2 a::after {
content: " - [read more]";
}
</style> |
...