(server-ponyo)= # Server: ponyo ponyo is a standalone server (`cvlkrcompute1.utdallas.edu`). ## Direct Commands (Testing & Debugging) Unlike cortex, you can run tests and debug scripts directly in your shell session on ponyo. For example, to run a bash script: ```bash bash /path/to/script.sh ``` For example, to run an AFNI command using its container: ```bash module load afni afni-exec 3dinfo /path/to/nifti/file ``` ## Batch Jobs (Sun Grid Engine) ponyo features the [Sun Grid Engine (SGE)](https://en.wikipedia.org/wiki/Oracle_Grid_Engine) queue scheduler. First, load the SGE module: ```bash module load sge ``` Common SGE commands: ```bash qsub