Skip to content

Commit fa6370e

Browse files
author
Xiyao Dong
committed
update
1 parent 453c78b commit fa6370e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/batch/batch-compute-node-environment-variables.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ The command lines executed by tasks on compute nodes don't run under a shell. Th
6767
| CCP_NODES | The list of nodes and number of cores per node that are allocated to a [multi-instance task](batch-mpi.md). Nodes and cores are listed in the format `numNodes<space>node1IP<space>node1Cores<space>`<br/>`node2IP<space>node2Cores<space> ...`, where the number of nodes is followed by one or more node IP addresses and the number of cores for each. | Multi-instance primary and subtasks. |`2 10.0.0.4 1 10.0.0.5 1` |
6868

6969

70+
> [!Important]
71+
> Exact values for paths for Environment Variables are considered implementation details and are subject to change.
72+
> Use the Batch provided Environment Variables instead of attempting to construct raw path representations.
73+
7074
## Environment variables related to directory location
7175

7276
The following table specifies the values of each environment variable value postfix after the AZ_BATCH_NODE_ROOT_DIR value, see [AZ_BATCH_NODE_ROOT_DIR](files-and-directories.md#batch-root-directory-location) for more information.
@@ -81,12 +85,12 @@ The following table specifies the values of each environment variable value post
8185

8286
The job directory are different between [single-run job](jobs-and-tasks.md#jobs) and [job schedule](jobs-and-tasks.md#scheduled-jobs), following table specifies the values of job directory in single-run job and job schedule.
8387

84-
|Job Directory Value Postfix after AZ_BATCH_NODE_ROOT_DIR|Job Type|
88+
|Job Type|Job Directory Value Postfix after AZ_BATCH_NODE_ROOT_DIR|
8589
|:---|:---|
86-
|`workitems\{job name}\job-1`|Job|
87-
|`workitems\{job schedule name}\{job name}`|Job Schedule|
90+
|Job|`workitems\{job name}\job-1`|
91+
|Job Schedule|`workitems\{job schedule name}\{job name}`|
8892

89-
The following table specifies the values of each environment variable value postfix after job directory.
93+
The following table specifies the values of each environment variable value postfix after the job directory.
9094

9195
|Environment Variable Name|Environment Variable Value Directory Postfix After Job Directory|
9296
|:---|:---|

0 commit comments

Comments
 (0)