Has anyone tried using the PyroNoise software on a Mac?
According to the instructions, it is intended for Linux computers with MPI. OpenMPI comes bundled with Mac OS X, so I thought it might work... but I get this error when I give the 'make' command to generate the executables:
mpicc -O3 -m64 -fexceptions -c FDist.c linking...
mpicc -o FDist FDist.o -lm ld warning: in FDist.o, file is not of
required architecture
Undefined symbols:
"_main", referenced from:
start in crt1.10.5.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [FDist] Error 1
mbakker$ /Applications/PyroNoise2/FDist >
Does anyone have any insights to share?
Thanks!
According to the instructions, it is intended for Linux computers with MPI. OpenMPI comes bundled with Mac OS X, so I thought it might work... but I get this error when I give the 'make' command to generate the executables:
mpicc -O3 -m64 -fexceptions -c FDist.c linking...
mpicc -o FDist FDist.o -lm ld warning: in FDist.o, file is not of
required architecture
Undefined symbols:
"_main", referenced from:
start in crt1.10.5.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [FDist] Error 1
mbakker$ /Applications/PyroNoise2/FDist >
Does anyone have any insights to share?
Thanks!
Comment