Skip to content

Commit

Permalink
Fix error in RANSktau kernel compilation (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalachiTimothyPhillips authored Nov 3, 2021
1 parent 16b46ea commit 93db341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/RANSktau.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void RANSktau::buildKernel(occa::properties kernelInfo)
std::string path;
int rank = platform->comm.mpiRank;
path.assign(getenv("NEKRS_INSTALL_DIR"));
path += "/okl/plugins";
path += "/okl/plugins/";
std::string fileName, kernelName;
const std::string extension = ".okl";
{
Expand Down

0 comments on commit 93db341

Please sign in to comment.