Skip to content
Snippets Groups Projects
Commit f8cb1986 authored by penalva's avatar penalva :swimmer_tone2:
Browse files

Add new file

parent 46eff497
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
if [ -z "$1" ]
then
echo "Please provide the targeted machine from:"
ls ../machines/
echo ""
echo "Example: ./prepare.sh jeanzay-gpu"
exit 1
fi
machine_dir="../machines/$1"
cp $machine_dir/env_bench .
cp $machine_dir/batch_medium.slurm .
cp $machine_dir/run_medium.def run.def
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment