-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
Tamara edited this page Jan 8, 2025
·
3 revisions
The ExoZvezda code can in principle be run in serial on a desktop machine. However, for most problems of interest one will need to run the code in parallel. Therefore the instructions here describe how to compile the code in parallel, and assume that you are running it on a remote cluster.
The keys steps, which are detailed in this section, are as follows:
- Get and compile ExoZvezda
- Run one of the examples
It is not unusual to have problems with step 1, because the compilers can be fussy and vary from machine to machine. Some common issues are addressed in here.