Christoph,
Thank you for the advice.
I have added -nt 12 in the following manner:
<inverse>
<!-- 200*0.00831451 gromacs units -->
<kBT>1.66290</kBT>
<!-- use gromacs as simulation program -->
<program>gromacs</program>
<!-- gromacs specific options -->
<gromacs>
<!-- trash so many frames at the beginning -->
<equi_time>20</equi_time>
<!-- grid for table*.xvg !-->
<table_bins>0.002</table_bins>
<!-- cut the potential at this value (gromacs bug) -->
<pot_max>1000000</pot_max>
<!-- extend the tables to this value -->
<table_end>2.5</table_end>
<mdrun.opts>-nt 12</mdrun.opts>
</gromacs>
however, i am getting the same message:
"Running on 1 node with total 28 cores, 28 logical cores"
and also runs on them
"Initializing Domain Decomposition on 28 ranks"
I have attached my settings.xml file to this document (the only change i have made is the -nt 12 part).
Speaking of, I made the change and wrote -nt 8 in the methanol tutorial, and that one worked fine...