Having a commented-out line after the HPCC_PARAMETERS and #SBATCH tags was causing vim to throw an error when opening up the file, because it thought we were trying to declare a parameter called FAIL,END,REQUIRE.
The error did not actually affect anything (jobs ran as requested), but repeatedly seeing this error was annoying me, so i moved the comment before the parameters.
Having a commented-out line after the HPCC_PARAMETERS and #SBATCH tags was causing vim to throw an error when opening up the file, because it thought we were trying to declare a parameter called FAIL,END,REQUIRE.
The error did not actually affect anything (jobs ran as requested), but repeatedly seeing this error was annoying me, so i moved the comment before the parameters.