Changes between Version 1 and Version 2 of Public/User_Guide/Switch_project
- Timestamp:
- May 8, 2024, 9:56:44 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Switch_project
v1 v2 10 10 1) Go to [https://judoor.fz-juelich.de/login Judoor] and log in.\\ 11 11 2) 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)]]\\ 13 13 3) Enter the project name (`deepext`) and klick on `Join project`:\\ 14 14 [[Image(Join.PNG, 400px)]]\\ … … 17 17 After this you have access to the new project. 18 18 19 == Move your data to the new project == 19 20 21 1) 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` 23 2) Create your directory in the `deepext` project:\\ 24 `mkdir /p/project/deepext/"username"` 25 3) 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"` 27 4) After this you can log out from `JUDAC` 28