Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ติดตั้ง Singularity 3.5 ตาม the official guide: https://sylabs.io/guides/3.5/user-guide/quick_start.html

...

  1. บน TARA-frontend-node สามารถตรวจสอบว่าคลัสเตอร์มีการติดตั้งซอฟแวร์ใดให้ใช้งานได้ด้วยคำสั่ง

    $ module avail

[apiyatum@tara-frontend-1 ~]$ module avail

------------------------- /tarafs/utils/modules/modules/all --------------------------

   ANSYS/2020.1

   ARAGORN/1.2.38-foss-2019b

   AUGUSTUS/3.3.3-foss-2019b

   Advisor/2019_update5

   Autoconf/2.69-GCCcore-8.3.0

   Autoconf/2.69-GCCcore-10.2.0

   Autoconf/2.69                                      (D)

2. หากต้องการจำเพาะเจาะจงชื่อซอฟแวร์เพื่อตรวจสอบเวอร์ชั่น ดังเช่นกรณีนี้ต้องการทราบเวอร์ชั่นของ Singularity บน HPC system TARA


$ module avail Singularity

[apiyatum@tara-frontend-1 ~]$ module avail singularity

------------------------- /tarafs/utils/modules/modules/all --------------------------

   Singularity/3.3.0    Singularity/3.4.2 (D)

  Where:

   D:  Default Module

Use "module spider" to find all possible modules.

Use "module keyword key1 key2 ..." to search for all possible modules matching any of

the "keys".

...