Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Synchronized MPI-Pi example uses B-UPC compiler

Greetings,

Doing a fresh synchronized-project build I get this output:

**** Build of configuration Debug for project mpipi6 ****

make all 
Building file: ../src/mpipi6.c
Invoking: Berkeley UPC Compiler
mpicc -g -c -o "src/mpipi6.o" "../src/mpipi6.c"
Finished building: ../src/mpipi6.c
 
Building target: mpipi6
Invoking: Berkeley UPC Linker
mpicc -g -o "mpipi6"  ./src/mpipi6.o 
Finished building target: mpipi6
 

**** Build Finished ****

...which is incorrect but functional because it uses the regular mpi compilers even though it thinks it is using the BUPC toolchain.  However, this breaks the ETFw which has no pre-defied BUPC compilers unless they are found or provided when the user configures the build.

Thanks,
Wyatt

Back to the top