Compile or link error after installation of syrthes
Posted: Thu May 15, 2014 8:06 am
Hi there,
I have run a few cases with cs_user_physical_properties.f90 in code-saturne. But after installing Syrthes, I got compile error below for all previous successful cases.
Traceback (most recent call last):
File "/opt/saturne-3.0/bin/code_saturne", line 77, in
retcode = cs.execute()
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_script.py", line 73, in execute
return self.commands[command](options)
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_script.py", line 125, in run
return cs_run.main(options, self.package)
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_run.py", line 209, in main
save_results=save_results)
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_case.py", line 1472, in run
mpi_environment)
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_case.py", line 1183, in prepare_data
d.compile_and_link()
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_case_domain.py", line 578, in compile_and_link
raise RunCaseError('Compile or link error.')
cs_case_domain.RunCaseError: Compile or link error.
I am not sure what is the problem. It would be grateful if someone could help me out.
Another question is what is difference between cs_user_physical_properties.f90 and user law in the GUI.
Many thanks
Sam
I have run a few cases with cs_user_physical_properties.f90 in code-saturne. But after installing Syrthes, I got compile error below for all previous successful cases.
Traceback (most recent call last):
File "/opt/saturne-3.0/bin/code_saturne", line 77, in
retcode = cs.execute()
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_script.py", line 73, in execute
return self.commands[command](options)
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_script.py", line 125, in run
return cs_run.main(options, self.package)
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_run.py", line 209, in main
save_results=save_results)
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_case.py", line 1472, in run
mpi_environment)
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_case.py", line 1183, in prepare_data
d.compile_and_link()
File "/opt/saturne-3.0/lib/python2.7/site-packages/code_saturne/cs_case_domain.py", line 578, in compile_and_link
raise RunCaseError('Compile or link error.')
cs_case_domain.RunCaseError: Compile or link error.
I am not sure what is the problem. It would be grateful if someone could help me out.
Another question is what is difference between cs_user_physical_properties.f90 and user law in the GUI.
Many thanks
Sam