Jérôme BUISINE 9fc6530335 Update of scratch path il y a 4 ans
..
README.md a6d496cc7f Add of oar folder il y a 4 ans
generate_symlinks.sh 9fc6530335 Update of scratch path il y a 4 ans
oar.example.sh a6d496cc7f Add of oar folder il y a 4 ans

README.md

Run on Calculco

Preparation of project

cd ~/projects
git clone https://%PROJET_NAME%.git %PROJET_NAME%

Push you dataset into the /scratch/orvalXX/lisic/user/data

cp -r %PROJET_NAME% /scratch/orvalXX/lisic/user/%PROJET_NAME%

Link data

Create symbolic links to dataset of project:

ln -s /scracth/orvalXX/lisic/user/data/%PROJET_NAME% dataset

Create all usefull symbolic links to for project:

bash modules/oar/generate_symlinks orvalXX lisic/user/projects/%PROJET_NAME%

Note: modules is the submodule name of this project into your own project.

Run script

Create your oar.sh script based on oar.example.sh and run it:

oarsub -S oar.sh