Skip to content

Commit

Permalink
Merge pull request #503 from ABCI-FJSE/fj20241119-00
Browse files Browse the repository at this point in the history
mod about services
  • Loading branch information
s-yama authored Nov 25, 2024
2 parents c5864b7 + b4ffb15 commit b332ce6
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 18 deletions.
3 changes: 3 additions & 0 deletions en/docs/apps/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
!!! info
Applications will not be available due to the termination of the Compute Node service.

# Overview

This section will explain how users can set up and execute applications, such as TensorFlow, PyTorch, MXNet, on ABCI.
Expand Down
3 changes: 3 additions & 0 deletions en/docs/gpu.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
!!! info
GPU is no longer available due to the end of service of Compute Nodes.

# 7. GPU

The following libraries provided by NVIDIA are available on the ABCI System:
Expand Down
3 changes: 3 additions & 0 deletions en/docs/job-execution.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
!!! info
The Job Service ended on October 31, 2024.

# Job Execution

## Job Services
Expand Down
3 changes: 3 additions & 0 deletions en/docs/mpi.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
!!! info
MPI is no longer available due to the end of service of Compute Nodes.

# MPI

The following MPIs can be used with the ABCI system.
Expand Down
20 changes: 11 additions & 9 deletions en/docs/storage.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
!!! info
* As of 15:00 on October 27, 2023, the Memory Intensive Node service was terminated.
* As of October 31, 2024, the [Global scratch area](#scratch-area) and [Local Storage](#local-storage) services have been discontinued.

# Storage

ABCI has the following five types of storage.
ABCI has the following three types of storage.

* [Home Area](#home-area)
* [Group Area](#group-area)
* [Global scratch area](#scratch-area)
* [Local Storage](#local-storage)
* [Local scratch](#local-scratch)
* [Persistent local scratch](#persistent-local-scratch) (Reserved only)
* [BeeOND storage](#beeond-storage)
* [ABCI Cloud Storage](abci-cloudstorage.md)

!!! Tips
Expand Down Expand Up @@ -137,6 +136,9 @@ In the following example, the ABCI group uses MDT:0.

## Global scratch area {#scratch-area}

!!! info
As of October 31, 2024, the Global Scratch Area service was discontinued.

Global scratch area is lustre file system and available for all ABCI users.
This storage is shared by interactive nodes and all Compute Nodes V and A.
The quota for every users is set in 5TiB.
Expand Down Expand Up @@ -257,14 +259,14 @@ Example) Enable the DoM feature and set a striping pattern (for OST(s)) of the d

## Local Storage

!!! info
As of October 31, 2024, the Local Storage service was discontinued.

In ABCI System, a 1.6 TB NVMe SSD x1 is installed into each compute node (V) and a 2.0 TB NVMe SSD x2 are installed into each compute node (A). There are two ways to utilize these storages as follows:

* Using as a local scratch of a node (*Local scratch*, *Persistent local scratch (Reserved only)*).
* Using as a distributed shared file system, which consists of multiple NVMe storages in multiple compute nodes (*BeeOND storage*).

!!! note
The memory-intensive node service ended at 15:00 on October 27, 2023.

### Local scratch

Local storage on compute nodes is available as a local scratch without specifying any special options at job submission.
Expand Down
3 changes: 3 additions & 0 deletions en/docs/system-overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
!!! info
[Compute Node (V)](#compute-node-v) and [Compute Node (A)](#compute-node-a) were discontinued on October 31, 2024.

# ABCI System Overview

## System Architecture
Expand Down
3 changes: 3 additions & 0 deletions ja/docs/apps/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
!!! info
計算ノードのサービス終了にともない、各種アプリケーションは使用できません。

# 概要

本セクションでは、TensorFlow、PyTorch、MXNetなど各種アプリケーションを、利用者がABCI上にインストールして利用するための手順を説明します。
Expand Down
3 changes: 3 additions & 0 deletions ja/docs/gpu.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
!!! info
計算ノードのサービス終了にともない、GPUは使用できません。

# GPU

ABCIシステムでは、NVIDIAが提供する以下のライブラリが利用できます。
Expand Down
3 changes: 3 additions & 0 deletions ja/docs/job-execution.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
!!! info
2024年10月31日をもって、ジョブサービスは終了しました。

# ジョブ実行

## ジョブサービス {#job-services}
Expand Down
3 changes: 3 additions & 0 deletions ja/docs/mpi.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
!!! info
計算ノードのサービス終了にともない、MPIは使用できません。

# MPI

ABCIシステムでは、以下のMPIを利用できます。
Expand Down
20 changes: 11 additions & 9 deletions ja/docs/storage.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
!!! info
* 2023年10月27日15:00をもって、メモリインテンシブノードサービスは終了しました。
* 2024年10月31日をもって、[グローバルスクラッチ領域](#scratch-area)[ローカルストレージ](#local-storage)サービスは終了しました。

# ストレージ

ABCIで利用可能なストレージは、下記の5種類です
ABCIで利用可能なストレージは、下記の3種類です

* [ホーム領域](#home-area)
* [グループ領域](#group-area)
* [グローバルスクラッチ領域](#scratch-area)
* [ローカルストレージ](#local-storage)
* [ローカルスクラッチ](#local-scratch)
* [永続ローカルスクラッチ](#persistent-local-scratch) (Reserved専用)
* [BeeONDストレージ](#beeond-storage)
* [ABCIクラウドストレージ](abci-cloudstorage.md)

!!! Tips
Expand Down Expand Up @@ -138,6 +137,9 @@ groups-MDT0005_UUID 3110850464 433 3110850031 1% /groups[MDT:5]

## グローバルスクラッチ領域 {#scratch-area}

!!! info
2024年10月31日をもって、グローバルスクラッチ領域サービスは終了しました。

グローバルスクラッチ領域は、利用者全員が利用可能な、インタラクティブノードおよび各計算ノードで共有されたLustreファイルシステムの短期利用向け高速ストレージです。ディスククォータは5TiBに設定されています。
各利用者は以下の領域を短期利用高速データ領域として利用することが可能です。
```
Expand Down Expand Up @@ -256,14 +258,14 @@ dom-stripe-file

## ローカルストレージ {#local-storage}

!!! info
2024年10月31日をもって、ローカルストレージサービスは終了しました。

ABCIシステムでは、計算ノード(V)に1.6 TBのNVMe SSD x 1、計算ノード(A)に2.0 TBのNVMe SSD x 2が搭載されています。これらローカルストレージは次のように利用できます。

- ノードに閉じたスクラッチ領域として利用する(*ローカルスクラッチ**永続ローカルスクラッチ (Reserved専用)*)。
- 複数の計算ノードのローカルストレージにまたがる分散共有ファイルシステムを構成して利用する(*BeeONDストレージ*)。

!!! note
メモリインテンシブノードのサービスは、2023年10月27日15:00 をもって終了しました。

### ローカルスクラッチ {#local-scratch}

計算ノードのローカルストレージは、ジョブ投入時に特別なオプションを指定することなくローカルスクラッチとして利用できます。
Expand Down
3 changes: 3 additions & 0 deletions ja/docs/system-overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
!!! info
2024年10月31日をもって、[計算ノード(V)](#compute-node-v)および[計算ノード(A)](#compute-node-a)のサービスは終了しました。

# ABCIシステムの概要

## システム全体概要 {#system-architecture}
Expand Down

0 comments on commit b332ce6

Please sign in to comment.