Page 1 of 1

error in running vasp in parallel

Posted: Mon Mar 05, 2012 6:40 am
by pgoyal
[size=20]I successfully installed vasp in paralle on a high performance computing machine l. But when I run a job it terminates immediately showing following error


compute-0-3:16331] *** Process received signal ***
[compute-0-3:16331] Signal: Segmentation fault (11)
[compute-0-3:16331] Signal code: Address not mapped (1)
[compute-0-3:16331] Failing at address: 0x7fff77df2000
[compute-0-3:16332] *** Process received signal ***
[compute-0-3:16332] Signal: Segmentation fault (11)
[compute-0-3:16332] Signal code: Address not mapped (1)
[compute-0-3:16332] Failing at address: 0x7fff11100000
[compute-0-3:16331] [ 0] /lib64/libpthread.so.0 [0x3a3c40e4c0]
[compute-0-3:16331] [ 1] /home/jindal1/intel/mkl/10.0.5.025/lib/em64t/libmkl_mc.so(mkl_blas_idamax+0x8d) [0x2b913925ebed]
[compute-0-3:16331] *** End of error message ***
[compute-0-3:16332] [ 0] /lib64/libpthread.so.0 [0x3a3c40e4c0]
[compute-0-3:16332] [ 1] /home/jindal1/intel/mkl/10.0.5.025/lib/em64t/libmkl_mc.so(mkl_blas_idamax+0x8d) [0x2ae09ff50bed]
[compute-0-3:16332] *** End of error message ***
[compute-0-3:16330] *** Process received signal ***
[compute-0-3:16330] Signal: Segmentation fault (11)
[compute-0-3:16330] Signal code: Address not mapped (1)
[compute-0-3:16330] Failing at address: 0x7fff11cf3000
[compute-0-3:16330] [ 0] /lib64/libpthread.so.0 [0x3a3c40e4c0]
[compute-0-3:16330] [ 1] /home/jindal1/intel/mkl/10.0.5.025/lib/em64t/libmkl_mc.so(mkl_blas_idamax+0x8d) [0x2b5b9f35dbed]
1,1 Top
[/size]

error in running vasp in parallel

Posted: Mon Mar 05, 2012 9:48 am
by alex
Did you compile _all_ your code in 64 bit? The message 'Signal code: Address not mapped' suggests some mismatch ...

alex