~ubuntu-branches/ubuntu/precise/slurm-llnl/precise

« back to all changes in this revision

Viewing changes to src/plugins/task/affinity/numa.c

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2011-04-08 11:21:17 UTC
  • mfrom: (3.3.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110408112117-nfnyq9dtm55hqoaw
Tags: 2.2.4-1
* New upstream releases 
* Cleaning spare file and directories, not belonging to the sources
  generated by the building process and not removed by distclean.
  Added debian/clean with spare files and rm -rf inside debian/rules
  for directories.
* Added new packages libslurm-perl, libslurmdb-perl, slurm-llnl-torque
  (Closes: #575822) thanks to Julien Blache

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
        char mstr[1 + NUMA_NUM_NODES / 4];
157
157
        int local_id = job->envtp->localid;
158
158
 
159
 
        debug3("get_memset (%d) %s\n", job->mem_bind_type, job->mem_bind);
 
159
        debug3("get_memset (%d) %s", job->mem_bind_type, job->mem_bind);
160
160
        if (job->mem_bind_type & MEM_BIND_LOCAL) {
161
161
                *mask = numa_get_run_node_mask();
162
162
                return true;