Skip to content

Commit

Permalink
mod about informations
Browse files Browse the repository at this point in the history
  • Loading branch information
axc01050oa committed Nov 19, 2024
1 parent 9d48e5e commit b4ffb15
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 44 deletions.
6 changes: 3 additions & 3 deletions en/docs/apps/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
!!! 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.

!!! note
Due to the Compute Node service outage on October 31, 2024, applications are no longer available.

- [TensorFlow](tensorflow.md)
- [PyTorch](pytorch.md)
- [MXNet](mxnet.md)
Expand Down
6 changes: 3 additions & 3 deletions en/docs/gpu.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 7. GPU
!!! info
GPU is no longer available due to the end of service of Compute Nodes.

!!! note
Due to the Compute Node service outage on October 31, 2024, GPUs are no longer available.
# 7. GPU

The following libraries provided by NVIDIA are available on the ABCI System:

Expand Down
6 changes: 3 additions & 3 deletions en/docs/job-execution.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
!!! info
The Job Service ended on October 31, 2024.

# Job Execution

## Job Services

!!! note
Job Services ended on October 31, 2024.

The following job services are available in the ABCI System.

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

!!! note
Due to the Compute Node service outage on October 31, 2024, MPI is no longer available.
# MPI

The following MPIs can be used with the ABCI system.

Expand Down
17 changes: 10 additions & 7 deletions en/docs/storage.md
Original file line number Diff line number Diff line change
@@ -1,10 +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)
* [ABCI Cloud Storage](abci-cloudstorage.md)

!!! Tips
Expand Down Expand Up @@ -133,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 @@ -253,17 +259,14 @@ Example) Enable the DoM feature and set a striping pattern (for OST(s)) of the d

## Local Storage

!!! note
Local Storage service was discontinued on October 31, 2024.
!!! 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
6 changes: 3 additions & 3 deletions en/docs/system-overview.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
!!! 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

The ABCI system consists of 1,088 compute nodes with 4,352 NVIDIA V100 GPU accelerators, 120 compute nodes with 960 NVIDIA A100 GPU accelerators and other computing resources, shared file systems and ABCI Cloud Storage with total capacity of approximately 24.6 PB, InfiniBand network that connects these elements at high speed, firewall, and so on. It also includes software to make the best use of these hardware. And, the ABCI system uses SINET5, the Science Information NETwork, to connect to the Internet at 100 Gbps.

!!! note
The [Compute Node (V)](#compute-node-v) and [Compute Node (A)](#compute-node-a) services were discontinued on October 31, 2024.

[![ABCI System Overview](img/abci_system_en.svg)](img/abci_system_en.svg)

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

# 概要

本セクションでは、TensorFlow、PyTorch、MXNetなど各種アプリケーションを、利用者がABCI上にインストールして利用するための手順を説明します。

!!! note
2024年10月31日の計算ノードサービス停止により、各種アプリケーション は使用できなくなりました。

- [TensorFlow](tensorflow.md)
- [PyTorch](pytorch.md)
- [MXNet](mxnet.md)
6 changes: 3 additions & 3 deletions ja/docs/gpu.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GPU
!!! info
計算ノードのサービス終了にともない、GPUは使用できません。

!!! note
2024年10月31日の計算ノードサービス停止により、GPUは使用できなくなりました。
# GPU

ABCIシステムでは、NVIDIAが提供する以下のライブラリが利用できます。

Expand Down
6 changes: 3 additions & 3 deletions ja/docs/job-execution.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
!!! info
2024年10月31日をもって、ジョブサービスは終了しました。

# ジョブ実行

## ジョブサービス {#job-services}

!!! note
ジョブサービスは、2024年10月31日をもって終了しました。

ABCIシステムでは、以下のジョブサービスが利用可能です。

| サービス名 | 説明 | サービス課金係数 | 利用形態 |
Expand Down
6 changes: 3 additions & 3 deletions ja/docs/mpi.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MPI
!!! info
計算ノードのサービス終了にともない、MPIは使用できません。

!!! note
2024年10月31日の計算ノードサービス停止により、MPIは使用できなくなりました。
# MPI

ABCIシステムでは、以下のMPIを利用できます。

Expand Down
17 changes: 10 additions & 7 deletions ja/docs/storage.md
Original file line number Diff line number Diff line change
@@ -1,10 +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)
* [ABCIクラウドストレージ](abci-cloudstorage.md)

!!! Tips
Expand Down Expand Up @@ -134,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 @@ -252,17 +258,14 @@ dom-stripe-file

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

!!! note
ローカルストレージのサービスは、2024年10月31日 をもって終了しました
!!! 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
6 changes: 3 additions & 3 deletions ja/docs/system-overview.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
!!! info
2024年10月31日をもって、[計算ノード(V)](#compute-node-v)および[計算ノード(A)](#compute-node-a)のサービスは終了しました。

# ABCIシステムの概要

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

ABCIシステムは、合計4,352基のNVIDIA V100 GPUアクセラレーターを備えた1,088台の計算ノード(V)と合計960基のNVIDIA A100 GPUアクセラレーターを備えた120台の計算ノード(A)を始めとする計算リソース、合算で約24.6 PBの容量を有する共有ファイルシステム及びABCIクラウドストレージ、これらを高速に結合するInfiniBandネットワーク、ファイアウォールなどからなるハードウェアと、これらを最大限活用するためのソフトウェアから構成されます。また、ABCIシステムは学術情報ネットワークSINET5を利用して、100 Gbpsでインターネットに接続しています。

!!! note
2024年10月31日をもって、[計算ノード(V)](#compute-node-v)および[計算ノード(A)](#compute-node-a)のサービスを終了いたしました。

[![ABCI System Overview](img/abci_system_ja.svg)](img/abci_system_ja.svg)

ABCIシステムの主要な諸元は以下のとおりです。
Expand Down

0 comments on commit b4ffb15

Please sign in to comment.