#!/bin/bash

# Ensure the correct command is found:
export PATH=/usr/local/bin:$PATH

# Run command:
\code_saturne run --nprocs 4 --param "Valve Mesh=1M RSM.xml"
