Skip to content

Commit a6e2338

Browse files
authored
Change devcloud ssh instructions to jupiterlab (#364)
1 parent ddd6584 commit a6e2338

File tree

19 files changed

+31
-19
lines changed

19 files changed

+31
-19
lines changed

Code_Exercises/Advanced_Data_Flow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ unnecessary copies you can simply not perform those copies.
3838

3939
## Build and execution hints
4040

41-
For DevCloud via SSH follow these [instructions](../devcloud.md).
41+
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
4242

4343
For DPC++: [instructions](../dpcpp.md).
4444

Code_Exercises/Asynchronous_Execution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pointer provided to the `buffer` but this is not guaranteed.
4949

5050
#### Build And Execution Hints
5151

52-
For DevCloud via SSH follow these [instructions](../devcloud.md).
52+
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
5353

5454
For DPC++: [instructions](../dpcpp.md).
5555

Code_Exercises/Data_Parallelism/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ the corresponding element of data that the accessor represents.
3737

3838
#### Build And Execution Hints
3939

40-
For DevCloud via SSH follow these [instructions](../devcloud.md).
40+
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
4141

4242
For DPC++: [instructions](../dpcpp.md).
4343

Code_Exercises/Data_and_Dependencies/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ but remember to handle errors.
4040

4141
#### Build And Execution Hints
4242

43-
For DevCloud via SSH follow these [instructions](../devcloud.md).
43+
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
4444

4545
For DPC++: [instructions](../dpcpp.md).
4646

Code_Exercises/Device_Discovery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ score will never be chosen.
5252

5353
#### Build And Execution Hints
5454

55-
For DevCloud via SSH follow these [instructions](../devcloud.md).
55+
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
5656

5757
For DPC++: [instructions](../dpcpp.md).
5858

Code_Exercises/Enqueueing_a_Kernel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Then use the stream you constructed within the SYCL kernel function to print
5252

5353
#### Build And Execution Hints
5454

55-
For DevCloud via SSH follow these [instructions](../devcloud.md).
55+
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
5656

5757
For DPC++: [instructions](../dpcpp.md).
5858

Code_Exercises/Functors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ the final image.
3333

3434
## Build and execution hints
3535

36-
For DevCloud via SSH follow these [instructions](../devcloud.md).
36+
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
3737

3838
For DPC++: [instructions](../dpcpp.md).
3939

Code_Exercises/Handling_Errors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exceptions to be caught by the surrounding try-catch block.
2929

3030
#### Build And Execution Hints
3131

32-
For DevCloud via SSH follow these [instructions](../devcloud.md).
32+
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
3333

3434
For DPC++: [instructions](../dpcpp.md).
3535

Code_Exercises/In_Order_Queue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ necessary to chain commands using `event`s.
4141

4242
## Build and execution hints
4343

44-
For DevCloud via SSH follow these [instructions](../devcloud.md).
44+
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
4545

4646
For DPC++: [instructions](../dpcpp.md).
4747

Code_Exercises/Introduction_to_USM/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ create a `queue` using it to select its device, remember to handle errors.
2626

2727
#### Build And Execution Hints
2828

29-
For DevCloud via SSH follow these [instructions](../devcloud.md).
29+
For DevCloud via JupiterLab follow these [instructions](../devcloudJupyter.md).
3030

3131
For DPC++: [instructions](../dpcpp.md).
3232

0 commit comments

Comments
 (0)