Sam Broderick

Results 8 comments of Sam Broderick

What about line cameras that have n pixels, that would be stored as a blob?

> > dyld[85710]: Library not loaded: @rpath/libgfortran.5.dylib > > I guess the issue is mixing compilers: `openblas_utest` is probably linked from `clang` not `gfortran`. > > If `gfortran` was used,...

Is your OS macOS? If so, it's not supported by Intel. Use openmpi instead.

Yes, I would but I'm currently in home office after an operation. BTW, the `pyserial` implementation of a terminal with pipes (`miniterm`) never caused problems.

I appreciate your efforts on HDF. I have been trying and failing miserably to get the cmake installation to work. The directions are quite long and confusing and nothing seems...

Oddly enough this worked for me: ```shell brew install gcc-13 ../configure --prefix=/opt/extlib/openmpi/5.0.2/gcc/13.2.0 \ --with-libevent=internal \ --enable-mpi1-compatibility \ --enable-static \ --enable-pmix-timing \ CC=gcc-13 CXX=g++-13 FC=gfortran-13 make clean make -j 8 make...

Thanks for the input. I didn’t explicitly enable the Apple Silicon GPU. AFAIK (far from being an expert), OpenCL is the only path available for Apple Silicon GPU acceleration and...

@ndellingwood My multiple attempts using `spack` have all ended in grief on Apple Silicon. I am trying to run on Apple Silicon explicitly.