We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d8c70 commit e23d5aaCopy full SHA for e23d5aa
MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C
@@ -20,9 +20,9 @@ public:
20
char* alien_proc_id = getenv("ALIEN_PROC_ID");
21
int seed;
22
23
- if (job_id != NULL) {
+ if (alien_proc_id != NULL) {
24
LOG(info) << "Seed set to ALIEN_PROC_ID: " << seed;
25
- seed = atoi(job_id);
+ seed = atoi(alien_proc_id);
26
} else {
27
LOG(info) << "Unable to retrieve ALIEN_PROC_ID";
28
LOG(info) << "Setting seed to 0 (random)";
0 commit comments