VASP running problem : rtc_invalidate error
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 20
- Joined: Thu Jun 14, 2007 3:23 am
VASP running problem : rtc_invalidate error
Hi,
I am getting the following error durig VASP run :
"ibnx113
ibnx102
ibnx105
nx113.igcar.gov.in
/group2/valsa/prithwish/surface/Cr/pw91/spin/250/1v/20proc
running on 20 nodes
distr: one band on 2 nodes, 10 groups
vasp.5.2.2 15Apr09 complex
POSCAR found type information on POSCAR Cr Cr
POSCAR found : 2 types and 249 ions
LDA part: xc-table for Ceperly-Alder, standard interpolation
POSCAR, INCAR and KPOINTS ok, starting setup
WARNING: small aliasing (wrap around) errors must be expected
FFT: planning ...( 8 )
reading WAVECAR
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error 327680
nx105.igcar.gov.in:1481: dereg_pd Invalid argument
nx105.igcar.gov.in:1483: dereg_pd Invalid argument
rtc_invalidate error -2147090432
rtc_invalidate error 327680
rtc_invalidate error 327680
nx113.igcar.gov.in:1553: dereg_pd Invalid argument
nx113.igcar.gov.in:1551: rtc_invalidate error -2147090432
dereg_pd Invalid argument
rtc_invalidate error 327680
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error 327680
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
nx102.igcar.gov.in:6558: dereg_pd Invalid argument
nx102.igcar.gov.in:6563: rtc_invalidate error 327680
rtc_invalidate error 327680
nx102.igcar.gov.in:6562: dereg_pd Invalid argument
dereg_pd Invalid argument
nx102.igcar.gov.in:6556: rtc_invalidate error 327680
dereg_pd Invalid argument
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rank 5 in job 1 nx113.igcar.gov.in_55228 caused collective abort of all ranks
exit status of rank 5: killed by signal 9"
Can anybody point to the problem ?
Prithwish
I am getting the following error durig VASP run :
"ibnx113
ibnx102
ibnx105
nx113.igcar.gov.in
/group2/valsa/prithwish/surface/Cr/pw91/spin/250/1v/20proc
running on 20 nodes
distr: one band on 2 nodes, 10 groups
vasp.5.2.2 15Apr09 complex
POSCAR found type information on POSCAR Cr Cr
POSCAR found : 2 types and 249 ions
LDA part: xc-table for Ceperly-Alder, standard interpolation
POSCAR, INCAR and KPOINTS ok, starting setup
WARNING: small aliasing (wrap around) errors must be expected
FFT: planning ...( 8 )
reading WAVECAR
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error 327680
nx105.igcar.gov.in:1481: dereg_pd Invalid argument
nx105.igcar.gov.in:1483: dereg_pd Invalid argument
rtc_invalidate error -2147090432
rtc_invalidate error 327680
rtc_invalidate error 327680
nx113.igcar.gov.in:1553: dereg_pd Invalid argument
nx113.igcar.gov.in:1551: rtc_invalidate error -2147090432
dereg_pd Invalid argument
rtc_invalidate error 327680
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error 327680
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
nx102.igcar.gov.in:6558: dereg_pd Invalid argument
nx102.igcar.gov.in:6563: rtc_invalidate error 327680
rtc_invalidate error 327680
nx102.igcar.gov.in:6562: dereg_pd Invalid argument
dereg_pd Invalid argument
nx102.igcar.gov.in:6556: rtc_invalidate error 327680
dereg_pd Invalid argument
rtc_invalidate error -2147090432
rtc_invalidate error -2147090432
rank 5 in job 1 nx113.igcar.gov.in_55228 caused collective abort of all ranks
exit status of rank 5: killed by signal 9"
Can anybody point to the problem ?
Prithwish
Last edited by prithwish on Sat Dec 19, 2009 6:39 am, edited 1 time in total.
-
- Full Member
- Posts: 201
- Joined: Thu Nov 02, 2006 4:35 pm
- License Nr.: 5-532
- Location: Ghent, Belgium
- Contact:
VASP running problem : rtc_invalidate error
Has anyone found a solution to this bug?
I recently started having the same problem with VASP 5.2
Danny
I recently started having the same problem with VASP 5.2
Danny
Last edited by Danny on Tue Oct 19, 2010 1:02 pm, edited 1 time in total.
-
- Full Member
- Posts: 201
- Joined: Thu Nov 02, 2006 4:35 pm
- License Nr.: 5-532
- Location: Ghent, Belgium
- Contact:
VASP running problem : rtc_invalidate error
Has anyone found a solution to this bug?
I recently started having the same problem with VASP 5.2
Danny
I recently started having the same problem with VASP 5.2
Danny
Last edited by Danny on Tue Oct 19, 2010 1:02 pm, edited 1 time in total.
-
- Sr. Member
- Posts: 339
- Joined: Mon Apr 24, 2006 9:07 am
- License Nr.: 173
- Location: Gothenburg, Sweden
VASP running problem : rtc_invalidate error
I'm no expert at at this, but a quick look in the Intel forum gives
"The "rtc_invalidate error" error message usually appears when the application produces threads while the single threaded version of the Intel MPI Library used."
So I guess it might related to how you have linked the MKL libraries? Try to see if adding "export OMP_NUM_THREADS=1" (if you are using bash) to your submitscript helps. It will specify the maximum number of threads used. However, I don't know if it works or if it is a permanent solution.
Cheers,
/Dan
<span class='smallblacktext'>[ Edited Tue Oct 19 2010, 03:28PM ]</span>
"The "rtc_invalidate error" error message usually appears when the application produces threads while the single threaded version of the Intel MPI Library used."
So I guess it might related to how you have linked the MKL libraries? Try to see if adding "export OMP_NUM_THREADS=1" (if you are using bash) to your submitscript helps. It will specify the maximum number of threads used. However, I don't know if it works or if it is a permanent solution.
Cheers,
/Dan
<span class='smallblacktext'>[ Edited Tue Oct 19 2010, 03:28PM ]</span>
Last edited by forsdan on Tue Oct 19, 2010 1:18 pm, edited 1 time in total.
-
- Full Member
- Posts: 201
- Joined: Thu Nov 02, 2006 4:35 pm
- License Nr.: 5-532
- Location: Ghent, Belgium
- Contact:
VASP running problem : rtc_invalidate error
Already tried that, doesn't work
The problem is that it also doesn't always occure...let's say since a month it starts occuring 30% of the time...And I know nothing changed on my part, however quite some changes were implemented on the supercomputer used.
thx
Danny
The problem is that it also doesn't always occure...let's say since a month it starts occuring 30% of the time...And I know nothing changed on my part, however quite some changes were implemented on the supercomputer used.
thx
Danny
Last edited by Danny on Sun Oct 24, 2010 9:31 am, edited 1 time in total.
-
- Sr. Member
- Posts: 339
- Joined: Mon Apr 24, 2006 9:07 am
- License Nr.: 173
- Location: Gothenburg, Sweden
VASP running problem : rtc_invalidate error
But I assume you have recompiled vasp after the update of the supercomputer in order account for possible changes in environment variables, wrappers, and modules content? If you have done so, I think this then is a question for the sys admin at the supercomputer. Otherwise I would start by recompiling the code, preferably with the newest available stable compiler and math libraries.
Cheers,
/Dan
<span class='smallblacktext'>[ Edited Sun Oct 24 2010, 12:08PM ]</span>
Cheers,
/Dan
<span class='smallblacktext'>[ Edited Sun Oct 24 2010, 12:08PM ]</span>
Last edited by forsdan on Sun Oct 24, 2010 10:06 am, edited 1 time in total.