arch               26 ompi/mca/topo/treematch/treematch/tm_solution.c double eval_sol(int *sol,int N,double **comm, double **arch);
arch               28 ompi/mca/topo/treematch/treematch/tm_solution.c double gain_exchange(int *sol,int l,int m,double eval1,int N,double **comm, double **arch);
arch               30 ompi/mca/topo/treematch/treematch/tm_solution.c void compute_gain(int *sol,int N,double **gain,double **comm, double **arch);
arch               31 ompi/mca/topo/treematch/treematch/tm_solution.c void map_MPIPP(tm_topology_t *topology,int nb_seed,int N,int *sigma,double **comm, double **arch);
arch              358 ompi/mca/topo/treematch/treematch/tm_solution.c double eval_sol(int *sol,int N,double **comm, double **arch)
arch              367 ompi/mca/topo/treematch/treematch/tm_solution.c       a = arch[sol[i]][sol[j]];
arch              382 ompi/mca/topo/treematch/treematch/tm_solution.c double gain_exchange(int *sol,int l,int m,double eval1,int N,double **comm, double **arch)
arch              388 ompi/mca/topo/treematch/treematch/tm_solution.c   eval2 = eval_sol(sol,N,comm,arch);
arch              414 ompi/mca/topo/treematch/treematch/tm_solution.c void compute_gain(int *sol,int N,double **gain,double **comm, double **arch)
arch              419 ompi/mca/topo/treematch/treematch/tm_solution.c   eval1 = eval_sol(sol,N,comm,arch);
arch              422 ompi/mca/topo/treematch/treematch/tm_solution.c       gain[i][j] = gain[j][i] = gain_exchange(sol,i,j,eval1,N,comm,arch);
arch              432 ompi/mca/topo/treematch/treematch/tm_solution.c void map_MPIPP(tm_topology_t *topology,int nb_seed,int N,int *sigma,double **comm, double **arch)
arch              464 ompi/mca/topo/treematch/treematch/tm_solution.c       compute_gain(sol,N,gain,comm,arch);
arch              478 ompi/mca/topo/treematch/treematch/tm_solution.c 	compute_gain(sol,N,gain,comm,arch);
arch              503 ompi/mca/topo/treematch/treematch/tm_solution.c       eval = eval_sol(sol,N,comm,arch);
arch               18 ompi/mca/topo/treematch/treematch/tm_solution.h double eval_sol(int *sol,int N,double **comm, double **arch);
arch               20 ompi/mca/topo/treematch/treematch/tm_solution.h double gain_exchange(int *sol,int l,int m,double eval1,int N,double **comm, double **arch);
arch               22 ompi/mca/topo/treematch/treematch/tm_solution.h void compute_gain(int *sol,int N,double **gain,double **comm, double **arch);
arch               23 ompi/mca/topo/treematch/treematch/tm_solution.h void map_MPIPP(tm_topology_t *topology,int nb_seed,int N,int *sigma,double **comm, double **arch);
arch              159 ompi/mca/topo/treematch/treematch/tm_topology.c   double **arch = NULL;
arch              162 ompi/mca/topo/treematch/treematch/tm_topology.c   arch = (double**)MALLOC(sizeof(double*)*nb_proc);
arch              165 ompi/mca/topo/treematch/treematch/tm_topology.c     arch[obj_proc1->os_index] = (double*)MALLOC(sizeof(double)*nb_proc);
arch              170 ompi/mca/topo/treematch/treematch/tm_topology.c       arch[obj_proc1->os_index][obj_proc2->os_index]=link_cost(obj_res->depth+1);
arch              173 ompi/mca/topo/treematch/treematch/tm_topology.c   return arch;
arch             2053 opal/mca/hwloc/base/hwloc_base_util.c     char *sig=NULL, *arch = NULL, *endian;
arch             2069 opal/mca/hwloc/base/hwloc_base_util.c             arch = obj->infos[i].value;
arch             2073 opal/mca/hwloc/base/hwloc_base_util.c     if (NULL == arch) {
arch             2074 opal/mca/hwloc/base/hwloc_base_util.c         arch = "unknown";
arch             2088 opal/mca/hwloc/base/hwloc_base_util.c              nnuma, nsocket, nl3, nl2, nl1, ncore, nhwt, arch, endian);
arch               17 opal/mca/hwloc/hwloc201/hwloc/hwloc/dolib.c   char *prog, *arch, *def, *version, *lib;
arch               28 opal/mca/hwloc/hwloc201/hwloc/hwloc/dolib.c   arch = argv[2];
arch               40 opal/mca/hwloc/hwloc201/hwloc/hwloc/dolib.c       prog, arch, def, name, lib);
arch               55 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   } arch;
arch             2814 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (data->arch != HWLOC_LINUX_ARCH_POWER) {
arch             3483 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   merge_buggy_core_siblings = (data->arch == HWLOC_LINUX_ARCH_X86);
arch             4063 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       switch (data->arch) {
arch             4369 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     data->arch = HWLOC_LINUX_ARCH_X86;
arch             4371 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (data->arch == HWLOC_LINUX_ARCH_UNKNOWN && *data->utsname.machine) {
arch             4375 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       data->arch = HWLOC_LINUX_ARCH_X86;
arch             4377 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       data->arch = HWLOC_LINUX_ARCH_ARM;
arch             4380 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       data->arch = HWLOC_LINUX_ARCH_POWER;
arch             4382 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       data->arch = HWLOC_LINUX_ARCH_IA64;
arch             4521 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (data->arch == HWLOC_LINUX_ARCH_X86 && numprocs > 0) {
arch             4696 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   data->arch = HWLOC_LINUX_ARCH_UNKNOWN;
arch               47 opal/mca/hwloc/hwloc201/hwloc/include/netlocscotch.h int netlocscotch_build_global_arch(SCOTCH_Arch *arch);
arch               64 opal/mca/hwloc/hwloc201/hwloc/include/netlocscotch.h int netlocscotch_build_current_arch(SCOTCH_Arch *arch, SCOTCH_Arch *subarch);
arch              300 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h     } arch;
arch              492 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h int netloc_arch_destruct(netloc_arch_t *arch);
arch              494 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h int netloc_arch_build(netloc_arch_t *arch, int add_slots);
arch              496 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h int netloc_arch_set_current_resources(netloc_arch_t *arch);
arch              498 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h int netloc_arch_set_global_resources(netloc_arch_t *arch);
arch              500 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h int netloc_arch_node_get_hwloc_info(netloc_arch_node_t *arch);
arch               67 orte/mca/ras/gridengine/ras_gridengine_module.c     char buf[1024], *tok, *num, *queue, *arch, *ptr, *tmp;
arch               99 orte/mca/ras/gridengine/ras_gridengine_module.c         arch = strtok_r(NULL, " \n", &tok);
arch              164 orte/mca/ras/gridengine/ras_gridengine_module.c     char buf[1024], *tok, *name, *num, *queue, *arch;
arch              180 orte/mca/ras/gridengine/ras_gridengine_module.c         arch = strtok_r(NULL, " \n", &tok);