-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
``` |