Re: [ViennaCL-support] just getting started - it built fine, but now how run it?

2021-07-05 Thread Bill Paxton
Hi, > On Jul 5, 2021, at 5:01 AM, Karl Rupp wrote: > > Hi Bill, > > if cmake worked out fine, cmake and make seem to have worked. for example the output from make includes these lines [ 68%] Building CXX object examples/tutorial/CMakeFiles/blas1.dir/blas1.cpp.o [ 70%] Linking CXX executable

Re: [ViennaCL-support] just getting started - it built fine, but now how run it?

2021-07-05 Thread Karl Rupp
Hi Bill, if cmake worked out fine, then you find the executables in your build folder under `examples/tutorial/`, e.g. `examples/tutorial/blas1`. Can you please give me a short pointer on where you found the reference to "examples/blas1” so that I can fix it? Thanks and best regards, Karl

[ViennaCL-support] just getting started - it built fine, but now how run it?

2021-06-28 Thread Bill Paxton
i’m interested in the ViennaCL ILUT preconditioner and GMRES iterative solver based on OpenMP for possible use in the open-source stellar astrophysics system I’ve built (http://mesa.sourceforge.net/ ). Good news is that I was able to install and build on my Mac