Search found 12 matches
- Tue Nov 01, 2011 7:03 am
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 6.10 - multiple GPU support? [solved]
- Replies: 2
- Views: 2356
Re: Abinit 6.10 - multiple GPU support?
Thanks a lot for your quick and promising reply!
- Mon Oct 31, 2011 8:43 am
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 6.10 - multiple GPU support? [solved]
- Replies: 2
- Views: 2356
Abinit 6.10 - multiple GPU support? [solved]
Hi, does ABINIT 6.10 support multiple GPU's? I know that only some functionality utilises the GPU. My question really is if it can for that utilise more than one GPU at a time? I had a look at the source code and would guess it cannot. However, I read about a ABINIT test system ("buda") wi...
- Thu Oct 27, 2011 4:00 am
- Forum: Ground state
- Topic: Which version of BigDFT for Abinit 6.8.2 ? [solved]
- Replies: 2
- Views: 2275
Re: Which version of BigDFT for Abinit 6.8.2 ?
Thank you very much for your reply, rangel!
- Mon Oct 17, 2011 7:53 am
- Forum: Ground state
- Topic: Which version of BigDFT for Abinit 6.8.2 ? [solved]
- Replies: 2
- Views: 2275
Which version of BigDFT for Abinit 6.8.2 ? [solved]
Hello Which is the latest version of BigDFT that can be used with Abinit? With the abinit source code come version 1.2.0.1, however on the BigDFT website there is already version 1.5 available. I would like to utilise my GPU for calculations in abinit and the latest version of BigDFT allow this, tha...
- Fri Oct 07, 2011 8:37 am
- Forum: Ground state
- Topic: Abinit 6.8.2 elphon5 case fails
- Replies: 0
- Views: 1437
Abinit 6.8.2 elphon5 case fails
Hi I've set up Abinit 6.8.2 on my ubuntu 10.04 64bit system with MPI and CUDA enabled. It compiles and builds without errors, also almost all internal tests (make tests_acc) and (make tests_paral) run successful. Just one fails: ./tutorespfn/tmp-test_Linux_20111004/report: Case_elphon_5 failed (too ...
- Fri Oct 07, 2011 6:37 am
- Forum: Configuring and compiling ABINIT
- Topic: [solved] Abinit 6.8.2 - make tests_paral
- Replies: 2
- Views: 2715
Re: Abinit 6.8.2 - make tests_paral
Thank you for the link! I was able to make it work, with some changes in 'run-parallel-tests.pl' as follows: Adding my machine name to "@MachList" and adding this section ... elsif ($MACH eq 'ubuntu') { # see question part for an explanation on this $MPICH = 2; # this enables OPENMPI $OPEN...
- Fri Oct 07, 2011 5:18 am
- Forum: Configuring and compiling ABINIT
- Topic: [solved] Abinit 6.8.2. Testsuite v4 case48/49 fail
- Replies: 2
- Views: 2521
Re: Abinit 6.8.2. Testsuite v4 case48/49 fail
Compiling Wannier90 with LAPACK and ATLAS (and NOT standard BLAS from the ubuntu repo) and linking against these library when compiling Abinit solved the problem.
- Fri Sep 30, 2011 11:09 am
- Forum: Configuring and compiling ABINIT
- Topic: [solved] Abinit 6.8.2. Testsuite v4 case48/49 fail
- Replies: 2
- Views: 2521
Re: Abinit 6.8.2. Testsuite v4 case48/49 fail
Also, if I do make tests_in I get this error for all installations: echo "Running built-in test in_wannier90" Running built-in test in_wannier90 timeout="0" /usr/bin/perl ../../tests/Scripts/run-basic-tests.pl built-in in_wannier90 /home/cudauser/ABINIT_SOURCE/nMPInCUDA/.. STOP w...
- Fri Sep 30, 2011 8:58 am
- Forum: Configuring and compiling ABINIT
- Topic: [solved] Abinit 6.8.2. Testsuite v4 case48/49 fail
- Replies: 2
- Views: 2521
[solved] Abinit 6.8.2. Testsuite v4 case48/49 fail
Hello I got one question about the built-in testing suite: Why do I need "make" for running tests? Shouldn't it just be calling the abinit installation with some input parameters instead of building code? Or does it in fact not build code at all? Then, I've installed three 'flavours' of AB...
- Thu Sep 22, 2011 10:15 am
- Forum: Configuring and compiling ABINIT
- Topic: [solved] Abinit 6.8.2 - make tests_paral
- Replies: 2
- Views: 2715
[solved] Abinit 6.8.2 - make tests_paral
Hi, I'm running Ubuntu 10.04 64bit with ABINIT 6.8.2 and enabled OpenMPI 1.4.1-2 as well as CUDA 4.0. The output of ../configure says MPI and CUDA are enabled. I successfully built it as well and run the following test without any problems. make tests_acc4 However, when I try make tests_paral paral_...
- Thu Sep 22, 2011 3:23 am
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 6.8.2 - multiple installations on same computer
- Replies: 2
- Views: 2124
- Wed Sep 21, 2011 8:46 am
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 6.8.2 - multiple installations on same computer
- Replies: 2
- Views: 2124
Abinit 6.8.2 - multiple installations on same computer
Is it possible to have multiple installations of ABINIT 6.8.2 (or even other versions) on the same computer with Ubuntu 10.04? I think it is, all I have to do is to specify a different installation directory by adding "--prefix=<dir-to-install-to>" when doing "../configure". Howe...