#!/bin/bash

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

# Run command:
\code_saturne run --nprocs 3 --param eau --threads-per-task 2
