2,684
edits
No edit summary |
|||
Line 177: | Line 177: | ||
In that case, I'd suggest to modify e.g. <tt>forkcolspot_cluster</tt> to not run <tt>mcolspot_par</tt> directly on the remote machine, but rather to run a script on that machine that checks the number of nodes, and runs <tt>mcolspot_par</tt> on the right node. | In that case, I'd suggest to modify e.g. <tt>forkcolspot_cluster</tt> to not run <tt>mcolspot_par</tt> directly on the remote machine, but rather to run a script on that machine that checks the number of nodes, and runs <tt>mcolspot_par</tt> on the right node. | ||
== Linux kernel setting == | |||
cat /sys/kernel/mm/redhat_transparent_hugepage/enabled | |||
should show <code>always</code>, not <code>never</code> to be active (the active setting is the non-bracketed one). |