| 1 | = Quickstart guide for compiling PALM with {{{palmbuild}}} = |
| 2 | |
| 3 | == Introduction == |
| 4 | PALM can be run in different modes: |
| 5 | * [#interactive interactive mode] | PALM executes (almost) immediately within your terminal session after entering the {{{palmrun}}} command. |
| 6 | * [#batch batch mode] | PALM job is submitted by {{{palmrun}}} to a queuing/batch system (e.g. PBS, ...), where it is scheduled for execution. |
| 7 | |
| 8 | A batch system is a must-have on high-performance computers, and a nice-to-have for computers that are shared among a larger number of users. |
| 9 | The handling of PALM differs between interactive and batch mode, and it slightly varies, depending if the PALM job is submitted to the |