Search found 6 matches
- Thu Sep 26, 2019 9:32 am
- Forum: User discussion
- Topic: MAGMA 2.5.1 compilation problem on windows
- Replies: 5
- Views: 1584
Re: MAGMA 2.5.1 compilation problem on windows
Hello, I compiled with NMake. I broke the command to compile magma_intermediate_link.obj in two new objects magma_intermediate_link1.obj and magma_intermediate_link2.obj and them added both the the compilation of the magma.lib. With this 2 objects compiled, the rest is easy. It can be automated, but...
- Mon Sep 23, 2019 2:41 am
- Forum: User discussion
- Topic: LOBPCG single precision fails to converge for most problems
- Replies: 2
- Views: 1089
Re: LOBPCG single precision fails to converge for most problems
Hello, thank you for the answer. Sorry, I was not quite specific. I tried this matrix: %%MatrixMarket matrix coordinate real general 5 5 5 1 1 1.000e+00 2 2 1.000e+00 3 3 1.000e+00 4 4 1.000e+00 5 5 1.000e-3 It is a identity matrix which the component A(5,5) was changed to control the conditioning n...
- Fri Sep 20, 2019 10:24 am
- Forum: User discussion
- Topic: LOBPCG single precision fails to converge for most problems
- Replies: 2
- Views: 1089
LOBPCG single precision fails to converge for most problems
Hello, I have been testing the LOBPCG. On double precision, it works fine. On single precision, it seems quite sensitive. I tried some examples from the matrix market : https://math.nist.gov/MatrixMarket/data/Harwell-Boeing/bcsstruc1/bcsstm06.html https://math.nist.gov/MatrixMarket/data/Harwell-Boei...
- Fri Sep 20, 2019 9:58 am
- Forum: User discussion
- Topic: nvcc "command line is too long" on windows
- Replies: 4
- Views: 2498
Re: nvcc "command line is too long" on windows
Thanks a lot,
Now everything is working.
Now everything is working.
- Mon Sep 02, 2019 8:36 am
- Forum: User discussion
- Topic: nvcc "command line is too long" on windows
- Replies: 4
- Views: 2498
Re: nvcc "command line is too long" on windows
Hello, I used the Visual Studio and NMake as the generator. In both the same error. With NMake, I could break the object maga_intermediate_link.onj in two. This worked fine. But, when I tried to compile the magma_sparse, I realized there were no symbols being exported. Looking at the code, I realize...
- Wed Aug 28, 2019 3:38 am
- Forum: User discussion
- Topic: nvcc "command line is too long" on windows
- Replies: 4
- Views: 2498
nvcc "command line is too long" on windows
Hello, I am trying to compile MAGMA on windows. I am having a problem related to the maximum number of characters. When doing the device linking of the object magma_intermediate_link.obj, NVCC sends an error "command line is too long". I saw this is a problem with cmake deals with CUDA long commands...