#!/bin/bash

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

# Run command:
\code_saturne run --param VPR-G000-R000-S000.xml --nprocs 4
