problem in the runcase with CS 2.1.4

All questions about installation
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
Serra Sylvain

problem in the runcase with CS 2.1.4

Post 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
Yvan Fournier

Re: problem in the runcase with CS 2.1.4

Post 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
Serra Sylvain

Re: problem in the runcase with CS 2.1.4

Post by Serra Sylvain »

Thank you very much Yvan,
I did not read the end of the manual, sorry.
 
It works now.
 
Sylvain
Yvan Fournier

Re: problem in the runcase with CS 2.1.4

Post 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
Post Reply