...
Replace "nzxwang" with your username, and then enter your password. You should be on a Cedar login node.
Code Block | ||
---|---|---|
| ||
$ cd ... $ salloc -D `pwd` --time=24:00:00 --cpus-per-task=4 --mem-per-cpu 4G --account=def-jlerch |
...
Code Block | ||
---|---|---|
| ||
$ salloc -D `pwd` --time=24:00:00 --gres=gpu:1 --cpus-per-task=4 --mem-per-cpu 4G --account=def-jlerch |
...