Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions guides/OnDemand-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,21 @@ To use *SPSS Statistics* click on the terminal icon at the top. In the terminal

![Run SPSS](../media/SPSS-2.png)

### Neurodesk

To use Neurodesk applications on Bunya you first need to use the neurodesk modules. Also make sure to define the directories you want to access with Neurodesk software using the APPTAINER_BINDPATH.
```
module use /sw/local/rocky8/noarch/neuro/software/neurocommand/local/containers/modules/
export APPTAINER_BINDPATH=/scratch,/QRISdata
```

Now you can list all modules (Neurodesk modules are the first ones in the list):
```
ml av
```

Or you can module load any tool you need:
```
ml qsmxt/6.4.1
```