Skip to main content

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

Disregard.  We have UPC as the default toolchain now, I didn't change it before creating the project.
=Wyatt

On Mon, Oct 3, 2011 at 3:03 PM, Wyatt Spear <wspear@xxxxxxxxxxxxxx> wrote:
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