Hello All,

I am trying to build openmpi-1.3.2 with "--without-rte-support". I am getting bunch of errors. Is this support fully functioning or not?

I was trying to reduce the time OMPI takes to load on a homogenous system by removing the Resource Discovery/Allocation/mapping stuff by giving all these as static inputs but then I saw this FLAG and tried to build using it.

Can anybody with knowledge on this direct me?

Thanks and Regards,
Maninder.

errors :
-------------------------------------------------------------------------
ess_slurm_module.c:63: error: ?orte_ess_base_app_abort? undeclared here (not in a function)
ess_slurm_module.c: In function ?rte_init?:
ess_slurm_module.c:82: error: ?orte_jmap_t? undeclared (first use in this function) ess_slurm_module.c:82: error: (Each undeclared identifier is reported only once
ess_slurm_module.c:82: error: for each function it appears in.)
ess_slurm_module.c:82: error: ?jmap? undeclared (first use in this function)
ess_slurm_module.c:126: error: expected expression before ?)? token
ess_slurm_module.c: In function ?rte_finalize?:
ess_slurm_module.c:152: error: ?orte_nid_t? undeclared (first use in this function)
ess_slurm_module.c:152: error: ?nids? undeclared (first use in this function)
ess_slurm_module.c:153: error: ?orte_jmap_t? undeclared (first use in this function)
ess_slurm_module.c:153: error: ?jmaps? undeclared (first use in this function)
ess_slurm_module.c:170: error: expected expression before ?)? token
ess_slurm_module.c:175: error: expected expression before ?)? token
ess_slurm_module.c: In function ?proc_is_local?:
ess_slurm_module.c:192: error: ?orte_nid_t? undeclared (first use in this function)
ess_slurm_module.c:192: error: ?nid? undeclared (first use in this function)
ess_slurm_module.c: In function ?proc_get_hostname?:
ess_slurm_module.c:218: error: ?orte_nid_t? undeclared (first use in this function)
ess_slurm_module.c:218: error: ?nid? undeclared (first use in this function)
ess_slurm_module.c: In function ?proc_get_arch?:
ess_slurm_module.c:236: error: ?orte_nid_t? undeclared (first use in this function)
ess_slurm_module.c:236: error: ?nid? undeclared (first use in this function)
ess_slurm_module.c: In function ?update_arch?:
ess_slurm_module.c:254: error: ?orte_nid_t? undeclared (first use in this function)
ess_slurm_module.c:254: error: ?nid? undeclared (first use in this function)
ess_slurm_module.c: In function ?proc_get_local_rank?:
ess_slurm_module.c:274: error: ?orte_pmap_t? undeclared (first use in this function)
ess_slurm_module.c:274: error: ?pmap? undeclared (first use in this function)
ess_slurm_module.c: In function ?proc_get_node_rank?:
ess_slurm_module.c:292: error: ?orte_pmap_t? undeclared (first use in this function)
ess_slurm_module.c:292: error: ?pmap? undeclared (first use in this function)
make[2]: *** [ess_slurm_module.lo] Error 1
make[2]: Leaving directory `/home/NotRoot/Documents/DES/OMPI/openmpi-1.3.2/orte/mca/ess/slurm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/NotRoot/Documents/DES/OMPI/openmpi-1.3.2/orte'
make: *** [all-recursive] Error 1
-------------------------------------------------------------------------

Reply via email to