allocate memeory in hpc code example
Example: allocate memeory in hpc
# this is hpc
srun --pty -n 300 -p shortq7-gpu --nodelist=nodeamd002 -u bash -i
##-n 300 processors, -p partition --nodelist: special node you want
# this is hpc
srun --pty -n 300 -p shortq7-gpu --nodelist=nodeamd002 -u bash -i
##-n 300 processors, -p partition --nodelist: special node you want