■Overview
GRRM20 with Matlantis has a limit on the maximum number of GRRM processes that can be run simultaneously on Matlantis at the time of contract (usually 10 processes). If you try to run GRRM processes exceeding this number, a license error will occur, but there was no way for users to know in advance how many GRRM processes could still be run.
Therefore, we are pleased to announce the release of the program command “stlm_get_status,” which displays the number of remaining GRRM processes that can be executed. Once this program is installed in the designated location on Matlantis, you can use this command in the Matlantis Terminal to confirm the above information.
Please note that this program is provided by HPC Systems, Inc.
■How to use the program command
The installation and usage procedures are described below. Please check them and use the product as you like.
- When you unzip the attached zip file, you will find a file named stlm_get_status.
This is the main program for the auxiliary command. - Copy the stlm_get_status file to the folder where GRRM20 is installed on Matlantis. By default, this folder is located at /home/jovyan/programs/GRRM20.
- Open Terminal on Matlantis.
- Execute the following command in Terminal to grant executable permissions to the copied files.
cd /home/jovyan/programs/GRRM20/
chmod +x stlm_get_status
- Execute the stlm_get_status command. No option arguments are required. The following output is obtained.
stlm_get_status
Example of output:Current Time : 2024/07/22 08:50:43
License Remaining : 10 / 10
- "Current Time" means the current time when the query was made.
- "License Remaining" means the following numbers.
- “Number of remaining GRRM processes that can be executed” / “Maximum number of GRRM processes that can be executed simultaneously”