Skip to content

Commit

Permalink
[iss-289]
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 990f454
Author: joaquin.f.fernandez <[email protected]>
Date:   Tue Jan 14 10:37:35 2025 -0300

    Update partition only user message.
  • Loading branch information
joaquinffernandez committed Jan 14, 2025
1 parent 8e7b0e4 commit 8b41813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/qss/parallel/qss_partition.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ void PRT_createPartitions(PRT_partition partition, QSS_data data, char *name)
free(ewgt);
}
if (data->settings->partition_only > 0) {
fprintf(stderr, "Only generate partition files and exit as requested.\nAbort simulation.\n");
abort();
}
}
Expand Down

0 comments on commit 8b41813

Please sign in to comment.