Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

salloc: Pending job allocation <job#>
salloc: job <job#> queued and waiting for resources
salloc: job <job#> has been allocated resources
salloc: Granted job allocation <job#>
[arccuser@m045 ~]$

Note that you’re now “on” a compute node now instead of the a login node.
Now run:

[arccuser@m045 ~]$ echo "Hello world"

which returns results similar to these:

Hello world
[arccuser@m045 ~]$

...