Search found 15 matches
- Wed Apr 03, 2013 7:22 pm
- Forum: Configuring and compiling ABINIT
- Topic: mvapich2 1.9b compilation problem, related to mpich3?
- Replies: 2
- Views: 3680
mvapich2 1.9b compilation problem, related to mpich3?
I am getting the following error when compiling with mvapich2 1.9b, please let me know if there is more information I can provide... Thanks! Evren mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -I/export/modules/devel/fftw/3.3.3/gnu/include -I/home/eyurtese/tmp/abinit-7.2.1/fal...
- Wed Apr 03, 2013 6:52 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.2.1 GCC 4.7 compilation problem [SOLVED]
- Replies: 3
- Views: 4733
Re: Abinit 7.2.1 GCC 4.7 compilation problem [SOLVED]
ah right, it seems to use 03 and not O3!!!
Now I wonder, is this a known bug? somebody put 0 instead of O into files or did I do this somehow?
Now I wonder, is this a known bug? somebody put 0 instead of O into files or did I do this somehow?
- Wed Apr 03, 2013 6:43 pm
- Forum: Configuring and compiling ABINIT
- Topic: Abinit 7.2.1 GCC 4.7 compilation problem [SOLVED]
- Replies: 3
- Views: 4733
Abinit 7.2.1 GCC 4.7 compilation problem [SOLVED]
checking whether we are using the GNU Fortran compiler... no checking whether mpif90 accepts -g... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes libtool.m4: error: problem compiling FC test...
- Mon Jan 28, 2013 12:03 pm
- Forum: Link to other codes
- Topic: TM pseudopotential segmentation fault with 7.0.3
- Replies: 5
- Views: 8229
Re: TM pseudopotential segmentation fault with 7.0.3
Problem appears to be continuing with 7.0.5.
Please let us know how to aid further in fixing the issue!
Please let us know how to aid further in fixing the issue!
- Mon Jan 28, 2013 11:50 am
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] Probable bugs 6.12.3 with SLURM and GSL
- Replies: 7
- Views: 7056
Re: Probable bugs 6.12.3 with SLURM and GSL
Problem still continues with 7.0.5 release. I still have been using the same workaround of changing DEFAULT_INCLUDES in src/01_gsl_ext/Makefile DEFAULT_INCLUDES = -I. -I$(top_builddir) -I$(GSL_INCLUDE) Since configure finds GSL correctly, I still say this is a bug. Please fix the configure system. T...
- Wed Dec 12, 2012 12:45 pm
- Forum: Link to other codes
- Topic: TM pseudopotential segmentation fault with 7.0.3
- Replies: 5
- Views: 8229
Re: TM pseudopotential segmentation fault with 7.0.3
Problem appears to be continuing with 7.0.4
- Thu Nov 29, 2012 12:06 pm
- Forum: Link to other codes
- Topic: TM pseudopotential segmentation fault with 7.0.3
- Replies: 5
- Views: 8229
TM pseudopotential segmentation fault with 7.0.3
Hello, I am not sure if this is the right place to post this. But here it goes: I recently built abinit 7.0.3 and it is crashing with a specific dataset. I normally build it with ATLAS, FFTW, GSL and MVAPICH2 but I also tried with OpenMPI and without any special libraries (using the defaults). I als...
- Wed Nov 28, 2012 3:25 pm
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] Probable bugs 6.12.3 with SLURM and GSL
- Replies: 7
- Views: 7056
Re: Probable bugs 6.12.3 with SLURM and GSL
The problem continues with 7.0.3 release! I am sorry to say that this is a bug and it should be fixed. Making all in 01_gsl_ext make[5]: Entering directory `/home/eyurtese/tmp/abinit-7.0.3/src/01_gsl_ext' mpicc -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -I/home/eyurtese/tmp/abinit...
- Tue Nov 20, 2012 7:02 pm
- Forum: Configuring and compiling ABINIT
- Topic: ACML or ACML_MP ?
- Replies: 5
- Views: 5130
Re: ACML or ACML_MP ?
Actually, I sort of forgot that the thread I made was about ACML While ATLAS does not obey the openmp environment variables, ACML actually is able to run with 1 thread. The question now is if there is a performance penalty of running threaded acml with 1 thread, compared to serial acml I will let yo...
- Tue Nov 20, 2012 11:09 am
- Forum: Configuring and compiling ABINIT
- Topic: ACML or ACML_MP ?
- Replies: 5
- Views: 5130
Re: ACML or ACML_MP ?
It appears when ATLAS is configured to run with a specific number of threads, it ignores OMP_NUM_THREADS variable.
- Mon Nov 19, 2012 11:29 am
- Forum: Configuring and compiling ABINIT
- Topic: ACML or ACML_MP ?
- Replies: 5
- Views: 5130
Re: ACML or ACML_MP ?
I understand that. I am building packages for a cluster so I wanted to make sure that the settings were not badly selected. It is difficult to teach people how to run their programs. It is diffult to make people set environment variables As far as I understand, it would be best to use OMP_NUM_THREAD...
- Thu Nov 15, 2012 10:08 am
- Forum: Configuring and compiling ABINIT
- Topic: ACML or ACML_MP ?
- Replies: 5
- Views: 5130
ACML or ACML_MP ?
Is there any difference between using ACML or ACML MP?
The reason I am asking is if I start 4 MPI jobs on a machine with 4 cores, if I use acml mp, will each mpi job make 4 threads (totaling up to 16?)
Thanks,
Evren
The reason I am asking is if I start 4 MPI jobs on a machine with 4 cores, if I use acml mp, will each mpi job make 4 threads (totaling up to 16?)
Thanks,
Evren
- Tue Nov 13, 2012 9:42 pm
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] Probable bugs 6.12.3 with SLURM and GSL
- Replies: 7
- Views: 7056
Re: Probable bugs 6.12.3 with SLURM and GSL
It seems that this is the trick for the version 6.12.3... ( without CFLAGS_EXTRA, I have the same error ) but , good news, the problem is solved in version 7.0.3 ( this version will be released in 2 weeks ) Hi, Thats great news. I am trying to make packages which will be used in HPC clusters, I jus...
- Tue Nov 13, 2012 6:11 pm
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] Probable bugs 6.12.3 with SLURM and GSL
- Replies: 7
- Views: 7056
Re: Probable bugs 6.12.3 with SLURM and GSL
About slurm, thanks for the script, your script does not seem to be running (I fixed the srun path) and I didnt try to debug it since we just taught people to use srun My point was that it is premature to decide that the MPI support is broken because mpiexec is missing. Missing mpiexec "will no...
- Mon Nov 12, 2012 12:59 am
- Forum: Configuring and compiling ABINIT
- Topic: [SOLVED] Probable bugs 6.12.3 with SLURM and GSL
- Replies: 7
- Views: 7056
[SOLVED] Probable bugs 6.12.3 with SLURM and GSL
I am not sure if the following are bugs or not but, but they look like it. Feel free to comment SLURM problem: We are using mvapich2 with slurm and there is no 'mpirun/mpiexec' due to this (srun is used). It appears the configure script thinks MPI is broken due to this. I had to use CC, FC, CXX env ...