Skip to content
Snippets Groups Projects
Commit 009275e9 authored by CHAMONT David's avatar CHAMONT David
Browse files

Cleaning for qsub

parent bf50d3b2
No related branches found
No related tags found
No related merge requests found
Pipeline #329054 failed
#!/usr/bin/env bash
clear
rm -rf build
mkdir -p build
cd build
......
#!/usr/bin/env bash
clear
cd build
make all
#!/usr/bin/env bash
clear
./build/main.exe 1
#!/usr/bin/env bash
clear
sycl-ls
#!/usr/bin/env bash
clear
rm -rf build
mkdir -p build
cd build
......
#!/usr/bin/env bash
clear
cd build
make all
#!/usr/bin/env bash
clear
./build/main.exe 2
#!/usr/bin/env bash
clear
sycl-ls
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment