Search found 5 matches
- Tue Apr 17, 2012 7:16 pm
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] Build Error - ABINIT 6.12.2
- Replies: 7
- Views: 6270
Re: Build Error - ABINIT 6.12.2
By including the following linear algebra libraries advisor has indeed resolved my build problem: --with-linalg-libs="-L/sw/sdev/intel/composer_xe_2011_sp1.9.293/mkl/lib/intel64 -lmkl_scalapack_lp64 -lmkl_cdft_core -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthre...
- Tue Apr 17, 2012 6:51 pm
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] Build Error - ABINIT 6.12.2
- Replies: 7
- Views: 6270
Re: Build Error - ABINIT 6.12.2
I did but I didn't put down all the libraries (only blas, lapack, and scalapack) since I thought only linear algebra libraries are needed. Now I've included the entire suite and it seems like it's going further now. Thanks for your suggestions!
Kah-Song Cho
Kah-Song Cho
- Tue Apr 17, 2012 6:27 pm
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] Build Error - ABINIT 6.12.2
- Replies: 7
- Views: 6270
Re: Build Error - ABINIT 6.12.2
Sorry for my ignorance, this is my very first time using ABINIT. Am I supposed to do the following?
--with-linalg-libs="-L/sw/sdev/intel/composer_xe_2011_sp1.9.293/mkl/lib/intel64 -lmkl_blas95_lp64"
If yes, I still got the same error.
Thanks for your quick reply!
Kah-Song Cho
--with-linalg-libs="-L/sw/sdev/intel/composer_xe_2011_sp1.9.293/mkl/lib/intel64 -lmkl_blas95_lp64"
If yes, I still got the same error.
Thanks for your quick reply!
Kah-Song Cho
- Tue Apr 17, 2012 5:37 pm
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] Build Error - ABINIT 6.12.2
- Replies: 7
- Views: 6270
Re: Build Error - ABINIT 6.12.2
These are the messages spat out from make: checking whether linear algebra libraries work... no configure: error: no working linear algebra libraries have been found make[3]: *** [stamps/atompaw-config-stamp] Error 1 make[3]: Leaving directory `/nas/store/cho/CSM/ABINIT/abinit-6.12.2/fallbacks' make...
- Tue Apr 17, 2012 5:17 pm
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] Build Error - ABINIT 6.12.2
- Replies: 7
- Views: 6270
[SOLVED] Build Error - ABINIT 6.12.2
While building ABINIT 6.12.2 using Intel compiler version 12 and SGI MPT (MPI library), I came across this error: configure: === libXC library OK for use configure: === generating the src/libxc_names.in file checking whether linear algebra libraries work... no configure: error: no working linear alg...