Miro Iliaš

Results 15 issues of Miro Iliaš

Greetings, on my fork I am playing with setting the travis-ci.yml control builds script, see https://github.com/miroi/avogadro/blob/master/.travis.yml . The current buildup with the travis-ci crashed here, https://travis-ci.org/miroi/avogadro/builds/136269618 , with Avogadro's cmake...

Greetings, thanks for moving lapack resources to github. i) I wish to remind the old reported bug, http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=2&t=1820#p11388 , showing up with the newest lapack-3.7.0, as I am reporting here,...

Related: Documentation

Hello, would you please consider making dftd4 available also for superheavy elements, up to Z=120 ?

Hello ! setup is not showing the default python interpreter on the server - here is the example from DIRAC: ~~~ [email protected]:~/work/software/theoretical_chemistry/dirac/dirac/../setup --help . . . --python= The Python interpreter...

Hi Rado, any help why tests are crashing ? ~~~ [email protected]:~/work/software/theoretical_chemistry/autocmake/.py.test -vv test/test.py ============================================================= test session starts ============================================================= platform linux -- Python 3.7.3, pytest-7.1.1, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir:...

Hello, would it be possible for setup to print out wrong keyword ? For instance, **--debug** flag disappeared from DIRAC setup...why ? ~~~ [email protected]:~/work/software/dirac/master_trunk/../setup --fc=ifort --mkl=parallel --debug --int64 build_ifort_mklpar_i8_debug ERROR:...

Well, which package to install ? ~~~ milias@adf1:~/Work/programming/autocmake/test/cxx_cblas/build-2017-05-23-09-46-50/.cmake .. CMake Error at src/CMakeLists.txt:6 (message): CBLAS library not found -- Configuring incomplete, errors occurred! ~~~ ~~~ [root@adf1 ~]# yum search all...

Hi Rado, as I see, GNU libraries lapack and blas are supporting integer-64 bit installation. Would be good to have math detection for 64bit integers. ~~~ milias@adf2:~/work/software/dirac_suite/trunk/.ls /lib64/libblas64.so /lib64/libblas64.so@ milias@adf2:~/work/software/dirac_suite/trunk/.ls...

The **setup_command** is important file generated in the build directory, because it helps to preserve the exat setup command for repeating builds. What is missing are proper apostrophes preserved in...

Hi Rado, would it be of interest for autocmake to have py.test CMake detection as mentioned here, https://stackoverflow.com/questions/47442566/cmake-py-test-detection ?