Skip to content

Commit

Permalink
Use ADAPTER_MODE=WORKFLOW in stage-in
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Nov 28, 2022
1 parent db68ba6 commit cb2273b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data_stager/stage_in.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ int main(int argc, char **argv) {
MPI_Init(&argc, &argv);
auto mdm = Singleton<hermes::adapter::fs::MetadataManager>::GetInstance();
setenv("HERMES_STOP_DAEMON", "0", true);
setenv("HERMES_ADAPTER_MODE", "WORKFLOW", true);
setenv("HERMES_CLIENT", "1", true);
mdm->InitializeHermes(true);
off_t off;
Expand Down

0 comments on commit cb2273b

Please sign in to comment.