Install and run C_S on a pbs cluster
Posted: Wed Dec 10, 2014 12:26 pm
Dear Code_Saturne team,
I hope you are all doing well.
I want to use CS 3.0.6 on a cluster with the following characteristics:
-PBS cluster
-Intel compilers (icc, ifort)
-CS installed globally by the cluster manager (who is not a CFD user and interactions with him are limited)
-I don't have the rights to modify myself files like code_saturne.cfg.template
To run the job, I use a script that does the following:
-set PBS otpions
-copy case folders to the tmp folder (cp -r CASE/DATA $TMPDIR ...)
-export PATH="<cs_path>":$PATH
-code_saturne run --param case.xml
(I can't use the GUI on the cluster so I manually modify the .xml file)
-cp -r $TMPDIR $HOME
When I run the job, I get the following in my RESU folder:
- .xml file
- mesh file
- preprocessor.log
- mesh_input
- run_solver.sh
- summary
The job error file ".e_jobID" contains the following:
Warning:
Unable to determine MPICH program manager: assume "Hydra".
/apps/code-saturne/3.0.6/libexec/code_saturne/cs_solver: symbol lookup error: /apps/code-saturne/3.0.6/lib/libsaturne.so.0: undefined symbol: __intel_new_feature_proc_init
solver script exited with status 127.
Error running the calculation.
Check code_saturne log (listing) and error* files for details.
Error in calculation stage
I suspect that I need to load additional libraries but I don't know which ones.
Could you help me with that?
Best wishes to everybody!
Hugo
I hope you are all doing well.
I want to use CS 3.0.6 on a cluster with the following characteristics:
-PBS cluster
-Intel compilers (icc, ifort)
-CS installed globally by the cluster manager (who is not a CFD user and interactions with him are limited)
-I don't have the rights to modify myself files like code_saturne.cfg.template
To run the job, I use a script that does the following:
-set PBS otpions
-copy case folders to the tmp folder (cp -r CASE/DATA $TMPDIR ...)
-export PATH="<cs_path>":$PATH
-code_saturne run --param case.xml
(I can't use the GUI on the cluster so I manually modify the .xml file)
-cp -r $TMPDIR $HOME
When I run the job, I get the following in my RESU folder:
- .xml file
- mesh file
- preprocessor.log
- mesh_input
- run_solver.sh
- summary
The job error file ".e_jobID" contains the following:
Warning:
Unable to determine MPICH program manager: assume "Hydra".
/apps/code-saturne/3.0.6/libexec/code_saturne/cs_solver: symbol lookup error: /apps/code-saturne/3.0.6/lib/libsaturne.so.0: undefined symbol: __intel_new_feature_proc_init
solver script exited with status 127.
Error running the calculation.
Check code_saturne log (listing) and error* files for details.
Error in calculation stage
I suspect that I need to load additional libraries but I don't know which ones.
Could you help me with that?
Best wishes to everybody!
Hugo