sajidmc

Results 5 comments of sajidmc

Hi kilianmuller and phoebe-p, Which version of python are you using? I am having difficulty to compile S4. I did the following: `git clone https://github.com/phoebe-p/S4.git` `cd S4` `make S4_pyext` Unfortunately,...

After some digging around and checking all the repositories, the [https://github.com/bro-acid/S4](https://github.com/bro-acid/S4) fork worked for me, in python 2.7. I could run the test script with it. Hope someone would give...

Thank you very much for the replies. I was trying to use a University cluster for the compilation, that did not have the LAPACK and OpenBLAS. I will try a...

Thank you very much @kwrobert and @phoebe-p . Indeed I found that the library locations are in unconventional places: **/apps/snyder7/openblas/0.2.19_gcc-4.8.5/lib /apps/snyder7/fftw/3.3.7/openmpi-2.1.0_intel-17.0.1.132/lib /apps/snyder7/fftw/3.3.7/openmpi-2.1.0_intel-17.0.1.132/** I tried to directly add them in the...

After quite a bit of help from Michael Povolosky of Purdue, I managed to compile the S4 code using python 3.6.4 in our HPC cluster. I am adding the fork...