Fix sbatch script parsing
sbatch to stop parsing script for "#SBATCH" directives after first command. It keeps parsing so long as lines contain only white space or comments (first non-white space character is '#').
Please register or sign in to comment