Page 1 of 1

problem in the runcase with CS 2.1.4

Posted: Wed Mar 07, 2012 12:09 pm
by Serra Sylvain
Hello,
I installed the version 2.1.4 without problem, and when I create a study and a case, the runcase is very different than the one I use usually. The file contain only :

Code: Select all

----------------------------
#!/bin/bash

# Ensure the correct command is found:
export PATH="/home/robin/work/serra/CS_2.1.4/bin":$PATH

# Run command: \code_saturne run

------------------
Does anyone know where is the problem?

I can run a simulation in batch mode but on a cluster, I don't know how I can specify the numbers of nodes and proc and ...

Thank you very much for your help

Sylvain

Re: problem in the runcase with CS 2.1.4

Posted: Wed Mar 07, 2012 12:46 pm
by Yvan Fournier
Hello,
This is normal, as the scripts and result directory structure have been revamped.
For the batch mode on a cluster, see the "post installation" step in the installation documentation (you need to edit a <install_prefix>/etc/code_saturne.cfg or $HOME/.code_saturne.cfg).
Regards,
  Yvan

Re: problem in the runcase with CS 2.1.4

Posted: Wed Mar 07, 2012 2:43 pm
by Serra Sylvain
Thank you very much Yvan,
I did not read the end of the manual, sorry.
 
It works now.
 
Sylvain

Re: problem in the runcase with CS 2.1.4

Posted: Wed Mar 07, 2012 11:49 pm
by Yvan Fournier
Hello,
Once things are configured, you may also choose most batch options with the GUI (depending on your preferences).
Best regards,
  Yvan