NEB Calculation Hanging Up on 1st Electronic Step
Posted: Sun Mar 08, 2009 6:49 pm
Hello,
I am running VASP on a SGI Altix 3700 with Intel Itanium 2 Processors. I recently compiled a parallel VASP executable on this system. It runs my spin polarized Fe-Bench correctly for as many nodes I choose (I tested up to 6-nodes).
The problem is when I run a NEB simulation. The calculation hangs up on the 1st electronic step. The first image, no matter how many images I choose to use, never completes the 1st electronic step. The rest of the images complete the first electronic step. This strange behavior occurs no matter what transition state simulation I run. I have successfully ran NEB simulations on our groups other machines.
For the compilation of parallel VASP, I used the SGI makefile template for compiling libdmy.a in the libraries folder with the following changes to the makefile:
SUFFIX=.f90
# C-preprocessor
CPP = ecc -EP -C $*.F >$*$(SUFFIX)
FC=f90
CFLAGS = -O
FFLAGS = -FR -cm -w95 -lowercase
For the compilation of the parallel VASP execuatable I used the Altix makefile template with the following changes to the makefile:
FFLAGS = -FR -w -ftz -r8
OFLAG = -O2
LIB = -L../vasp.4.lib -ldmy \
../vasp.4.lib/linpack_double.o $(LAPACK) \
-lsdsm -lscs -lmpi
FFT3D = fftmpi.o fftmpi_map.o fft3dlib.o
Note that I am using the SGI Scientific Computing Software Library. Thanks for any help
modey3
I am running VASP on a SGI Altix 3700 with Intel Itanium 2 Processors. I recently compiled a parallel VASP executable on this system. It runs my spin polarized Fe-Bench correctly for as many nodes I choose (I tested up to 6-nodes).
The problem is when I run a NEB simulation. The calculation hangs up on the 1st electronic step. The first image, no matter how many images I choose to use, never completes the 1st electronic step. The rest of the images complete the first electronic step. This strange behavior occurs no matter what transition state simulation I run. I have successfully ran NEB simulations on our groups other machines.
For the compilation of parallel VASP, I used the SGI makefile template for compiling libdmy.a in the libraries folder with the following changes to the makefile:
SUFFIX=.f90
# C-preprocessor
CPP = ecc -EP -C $*.F >$*$(SUFFIX)
FC=f90
CFLAGS = -O
FFLAGS = -FR -cm -w95 -lowercase
For the compilation of the parallel VASP execuatable I used the Altix makefile template with the following changes to the makefile:
FFLAGS = -FR -w -ftz -r8
OFLAG = -O2
LIB = -L../vasp.4.lib -ldmy \
../vasp.4.lib/linpack_double.o $(LAPACK) \
-lsdsm -lscs -lmpi
FFT3D = fftmpi.o fftmpi_map.o fft3dlib.o
Note that I am using the SGI Scientific Computing Software Library. Thanks for any help
modey3