Q/A: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 October 2022

20 October 2022

  • curprev 18:5918:59, 20 October 2022James talk contribs 743 bytes +743 Created page with "Q1.Dear All, I am trying to run my job but Penzias doesn't accept it. I need to try a 16 nodes memory. Let me know, please what is my mistake. Below you have my job scripts: #!/bin/bash #PBS -q production #PBS -N test_nwchem #PBS -l select=2:ncpus=16:mem=23040mb #PBS -l place=free #PBS -V cd $PBS_O_WORKDIR A1. There are 2 mistakes here. From PBS point of view there is no nodes with 16 cores per node. The PBS "thinks" that all nodes have 8 cores. Second the maximum ava..."