Search found 3 matches
- Wed Jan 20, 2021 11:32 pm
- Forum: Configuring and compiling ABINIT
- Topic: Running Abinit in virtual box Ubuntu [SOLVED]
- Replies: 5
- Views: 24192
Re: Running Abinit in virtual box Ubuntu [SOLVED]
Dear Gmatteo, Thank you very much for you input. It is a problem with Openblas on virtualbox. After some search, I found that in order for Openblas to function properly, the "TARGET" option needs to be specified. Following command works for me make -j2 TARGET=SANDYBRIDGE I then encountered a second ...
- Wed Jan 20, 2021 2:49 pm
- Forum: Configuring and compiling ABINIT
- Topic: Running Abinit in virtual box Ubuntu [SOLVED]
- Replies: 5
- Views: 24192
Re: Running Abinit in virtual box Ubuntu [SOLVED]
Thank you very much for your reply. It is indeed a problem with running Openblas in virtualbox. I recompiled it with "make -j2 TARGET=SANDYBRIDGE". The program can now finish the calculation, but a different error occurs with IO. Please see the error information below. I can't find anything about th...
- Tue Jan 19, 2021 11:39 pm
- Forum: Configuring and compiling ABINIT
- Topic: Running Abinit in virtual box Ubuntu [SOLVED]
- Replies: 5
- Views: 24192
Running Abinit in virtual box Ubuntu [SOLVED]
Dear All, By following the tutorial, I was able to compile all the dependence and Abinit from scratch in a virtual box Ubuntu on my Windows workstation. I can run Abinit to check version information. However, when performing "make test_fast", I receive a "SIGILL" error. The error message, my cpu inf...