From db08b14e2da2ff6ba75b25703b1131530cdd45b0 Mon Sep 17 00:00:00 2001 From: Masahiro Nakao Date: Sat, 10 Feb 2024 18:04:07 +0900 Subject: [PATCH] minor fix --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 35aaca1..c603998 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Open OnDemand apps for the supercomputer Fugaku +# Open OnDemand for the supercomputer Fugaku This repository contains local customizations and singularity recipes of [Open OnDemand](https://openondemand.org/) applications used on [Fugaku](https://www.r-ccs.riken.jp). -* MEMO -** Run the following commands to make the icon visible only to specific users - +## MEMO +* Run the following commands to make the icon visible only to specific users +``` # chmod 750 Vampir MATLAB Gaussian GaussView # chgrp isv001 Vampir # chgrp isv002 MATLAB # chgrp isv003 Gaussian GaussView - +```