Uninitialized Parameters
Posted: Sat May 28, 2011 8:26 pm
I am attempting to help an associate troubleshoot a Code_Saturne case. He is running 1.3.3. The program gets through the preporcessor OK, but hangs with the following errors:
==5770== Command: /tmp//tmp_Saturne/RECTANGULAR.CAS1.05251140/cs13.exe -iasize 1000000 -rasize 10000000 -param RECTANGULAR.xml
==5770==
==5770== Conditional jump or move depends on uninitialised value(s)
==5770== at 0x5484CD: stdtcl_ (in /tmp/tmp_Saturne/RECTANGULAR.CAS1.05251140/cs13.exe)
==5770== by 0x4CD3AF: tridim_ (in /tmp/tmp_Saturne/RECTANGULAR.CAS1.05251140/cs13.exe)
==5770== by 0x452CBA: caltri_ (in /tmp/tmp_Saturne/RECTANGULAR.CAS1.05251140/cs13.exe)
I can find nothing in the documentation or here on the forums that tell me what "stdtcl_", "tridim_", and "caltri_" values are, or where they should be initiated. Can someone point me in the right direction to identify these variables?
Charlie
==5770== Command: /tmp//tmp_Saturne/RECTANGULAR.CAS1.05251140/cs13.exe -iasize 1000000 -rasize 10000000 -param RECTANGULAR.xml
==5770==
==5770== Conditional jump or move depends on uninitialised value(s)
==5770== at 0x5484CD: stdtcl_ (in /tmp/tmp_Saturne/RECTANGULAR.CAS1.05251140/cs13.exe)
==5770== by 0x4CD3AF: tridim_ (in /tmp/tmp_Saturne/RECTANGULAR.CAS1.05251140/cs13.exe)
==5770== by 0x452CBA: caltri_ (in /tmp/tmp_Saturne/RECTANGULAR.CAS1.05251140/cs13.exe)
I can find nothing in the documentation or here on the forums that tell me what "stdtcl_", "tridim_", and "caltri_" values are, or where they should be initiated. Can someone point me in the right direction to identify these variables?
Charlie