Skip to content

Commit

Permalink
Add outdir prefix to levels file from CUDA computation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin D. Weinberg committed Mar 22, 2024
1 parent b153dc1 commit 948ed04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cudaComponent.cu
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ void Component::print_level_lists_cuda(double T)
if (tot) {

std::ostringstream ofil;
ofil << runtag << ".levels";
ofil << outdir << runtag << ".levels";
std::ofstream out(ofil.str().c_str(), ios::app);

int sum=0;
Expand Down

0 comments on commit 948ed04

Please sign in to comment.