Multiple choice technology

What does a Config File in parallel extender consist of (Choose 2)

  1. Operator Specification

  2. Number of Processes or Nodes

  3. Actual Disk Storage Location

  4. Memory to be utilized

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

A Config File in parallel extender defines the parallel processing environment and resource allocation. It specifies how many processes or nodes will run in parallel (option B) to distribute workload, and the actual disk storage locations (option C) where data files and scratch space are stored. Operator specifications are typically defined in job designs, not the config file, and memory allocation is usually managed at the system level rather than in the config file.