LocalConfig

Schema: services.capnp

Fields

  • name - Text = “FusionSC Server”

  • preferredDeviceType - ComputationDeviceType

  • enableCompute - Bool = true

  • enableStorage - Bool = true

  • jobDir - Text = “.”

  • flt - FLTConfig

  • warehouses - List(WarehouseConfig)

  • loadLimit - UInt32 = 100

  • vmec - VmecConfig

  • jobScheduler - union

    • system - Void

    • slurm - Void

    • mpi - Void

  • cpuBackend - group

    • numThreads - union

      • autoDetect - Void

      • fixed - UInt32 = 1

  • workerLauncher - union

    • off - Void

    • manual - group

      • coordinatorUrl - Text