@@ -138,7 +138,7 @@ refer to the following.
138
138
multiple compute sessions at once. For more information, see the section
139
139
:ref: `Overview of cluster compute session<backendai-cluster-compute-session> `.
140
140
141
- * High-Performance Computing Optimizations: KT Cloud provides configuring values
141
+ * High-Performance Computing Optimizations: KT provides configuring values
142
142
related to HPC Optimizations. For more information, See the section
143
143
:ref: `Optimizing Accelerated Computing<optimizing-accelerated-computing> `.
144
144
@@ -221,7 +221,7 @@ and used resources, session starting time, etc.
221
221
.. image :: session_status_detail_information.png
222
222
:align: center
223
223
224
- KT Cloud provides detailed status information for ``PENDING ``, ``TERMINATED ``,
224
+ KT provides detailed status information for ``PENDING ``, ``TERMINATED ``,
225
225
or ``CANCELLED `` sessions. In the case of ``PENDING `` sessions, in particular,
226
226
you can check why the session is not scheduled and stuck in the ``PENDING ``
227
227
status. You can see the details by clicking the question mark icon right next
@@ -312,7 +312,7 @@ In the notebook's file explorer, the ``id_container file`` contains a private
312
312
SSH key. If necessary, you can download it and use it for SSH / SFTP access to
313
313
the container.
314
314
315
- Click the NEW button at the top right and select the Notebook for KT Cloud ,
315
+ Click the NEW button at the top right and select the Notebook for KT,
316
316
then the ipynb window appears where you can enter your own code.
317
317
318
318
.. image :: backendai_notebook_menu.png
@@ -397,7 +397,7 @@ beginning if you want to keep it.
397
397
Idleness Checks
398
398
---------------
399
399
400
- KT Cloud supports three types of inactivity (idleness) criteria for automatic garbage
400
+ KT supports three types of inactivity (idleness) criteria for automatic garbage
401
401
collection of compute sessions: Max Session Lifetime, Network Idle Timeout, and Utilization
402
402
Checker.
403
403
@@ -461,7 +461,7 @@ utilization).
461
461
How to add environment variable before creating a session
462
462
---------------------------------------------------------
463
463
464
- To give more convenient workspace for users, KT Cloud supports environment variable setting
464
+ To give more convenient workspace for users, KT supports environment variable setting
465
465
in session launching. In this feature, you can add any envs such as ``PATH `` by filling out
466
466
variable name and value in environment configuration dialog.
467
467
@@ -479,7 +479,7 @@ You can input variable name and value in the same line of the input fields.
479
479
How to add preopen ports before creating a session
480
480
--------------------------------------------------
481
481
482
- KT Cloud supports preopen ports setting at container startup. When using this feature, there is no need to build
482
+ KT supports preopen ports setting at container startup. When using this feature, there is no need to build
483
483
separate images when you want to expose the serving port.
484
484
485
485
To add preopen ports, simply enter multiple values separated by either a comma (,) or a space.
@@ -509,7 +509,7 @@ Save session commit
509
509
510
510
.. _session-commit :
511
511
512
- KT Cloud supports \" Convert Session to Image\" feature from 24.03. Committing a ``RUNNING `` session will save the
512
+ KT supports \" Convert Session to Image\" feature from 24.03. Committing a ``RUNNING `` session will save the
513
513
current state of the session as a new image. Clicking the commit button in the control column of ``RUNNING `` session will
514
514
display a dialog to show the information of the session. After entering the session name, you can convert the session to
515
515
a new image. The session name must be 4 to 32 characters long and can only contain alphanumeric letters, hyphens (``- ``),
@@ -526,7 +526,7 @@ mounted to the container for image commits are considered external resources and
526
526
the final image. Remember that ``/home/work `` is a mount folder (scratch directory), so it is not included.
527
527
528
528
.. note ::
529
- Currently, KT Cloud supports "Convert Session to Image" only when the session is in ``INTERACTIVE `` mode.
529
+ Currently, KT supports "Convert Session to Image" only when the session is in ``INTERACTIVE `` mode.
530
530
To prevent unexpected error, users may not be able to terminate the session during committing process.
531
531
To stop the ongoing process, check the session, and force-terminate it.
532
532
@@ -558,8 +558,8 @@ To manually enter the environment name for future session creation, please click
558
558
Optimizing Accelerated Computing
559
559
--------------------------------
560
560
561
- KT Cloud provides configuration UI for internal control variable in ``nthreads-var ``.
562
- KT Cloud sets this value equal to the number of session's CPU cores by default,
561
+ KT provides configuration UI for internal control variable in ``nthreads-var ``.
562
+ KT sets this value equal to the number of session's CPU cores by default,
563
563
which has the effect of accelerating typical high-performance computing workloads.
564
564
Nevertheless, for some multi-thread workloads, multiple processes using OpenMP are used at same time,
565
565
resulting in an abnormally large number of threads and significant performance degradation.
0 commit comments