Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Compilation error

Greetings,

I am trying to run the linux-x86_64 build script to set up the PTP.
When I do so I hit the following errors for the sdm and orte proxy
respectively.  It may well be some local environmental issue but I
would certainly appreciate any suggestions on how to get this working.

Thanks,

Wyatt Spear

make[1]: Entering directory
`/mnt/netapp/home1/wspear/eclipse3.4/plugins/org.eclipse.ptp.debug.sdm_2.0.1.200806061515'
if /usr/local/packages/intel/cce/9.1.044/bin/icc -DHAVE_CONFIG_H -I.
-I. -I.    -I./include -I./libaif  -g -g -O2 -Wall
-I../org.eclipse.ptp.utils_2.0.1.200806061515/include
-I../org.eclipse.ptp.proxy_2.0.1.200806061515/include -MT
src/utils/libdbgutils_a-runtime.o -MD -MP -MF
"src/utils/.deps/libdbgutils_a-runtime.Tpo" -c -o
src/utils/libdbgutils_a-runtime.o `test -f 'src/utils/runtime.c' ||
echo './'`src/utils/runtime.c; \
        then mv -f "src/utils/.deps/libdbgutils_a-runtime.Tpo"
"src/utils/.deps/libdbgutils_a-runtime.Po"; else rm -f
"src/utils/.deps/libdbgutils_a-runtime.Tpo"; exit 1; fi
src/utils/runtime.c(19): catastrophic error: could not open source file "mpi.h"
  #include <mpi.h>

...

make: Warning: File `Makefile' has modification time 0.0033 s in the future
if /usr/local/packages/intel/cce/9.1.044/bin/icc -DHAVE_CONFIG_H -I.
-I. -I.     -g -g -O2 -Wall
-I../org.eclipse.ptp.utils_2.0.1.200806061515/include
-I../org.eclipse.ptp.proxy_2.0.1.200806061515/include -MT
ptp_orte_proxy-ptp_orte_proxy.o -MD -MP -MF
".deps/ptp_orte_proxy-ptp_orte_proxy.Tpo" -c -o
ptp_orte_proxy-ptp_orte_proxy.o `test -f 'src/ptp_orte_proxy.c' ||
echo './'`src/ptp_orte_proxy.c; \
        then mv -f ".deps/ptp_orte_proxy-ptp_orte_proxy.Tpo"
".deps/ptp_orte_proxy-ptp_orte_proxy.Po"; else rm -f
".deps/ptp_orte_proxy-ptp_orte_proxy.Tpo"; exit 1; fi
../org.eclipse.ptp.utils_2.0.1.200806061515/include/rangeset.h(37):
remark #1: last line of file ends without a newline
  extern void free_rangeset(rangeset *set);
                                           ^

src/orte_fixup.h(20): catastrophic error: could not open source file
"orte_config.h"
  #include "orte_config.h"
                          ^

compilation aborted for src/ptp_orte_proxy.c (code 4)
make: *** [ptp_orte_proxy-ptp_orte_proxy.o] Error 1


Back to the top