Changes between Version 1 and Version 2 of Public/User_Guide/Switch_project


Ignore:
Timestamp:
May 8, 2024, 9:56:44 AM (12 months ago)
Author:
Anke Kreuzer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Switch_project

    v1 v2  
    10101) Go to [https://judoor.fz-juelich.de/login Judoor] and log in.\\
    11112) Right under the list of your projects you find the link to join a new project:\\
    12 [[Image(Join_project.PNG, 400px)]]\\
     12[[Image(Join_project.PNG, 200px)]]\\
    13133) Enter the project name (`deepext`) and klick on `Join project`:\\
    1414[[Image(Join.PNG, 400px)]]\\
     
    1717After this you have access to the new project.
    1818
     19== Move your data to the new project ==
    1920
     211) Access the [https://www.fz-juelich.de/en/ias/jsc/systems/storage-systems/judac JUDAC] system (storage system) via
     22   `ssh -i ~/.ssh/"your key" "username"@judac.fz-juelich.de`
     232) Create your directory in the `deepext` project:\\
     24   `mkdir /p/project/deepext/"username"`
     253) Move all the data you'd like to keep to your new directory:
     26   `mv /p/project/"old_project"/"username"/data /p/project/deepext/"username"`
     274) After this you can log out from `JUDAC`
     28