Skip to content

Commit

Permalink
update the cuda script
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Oct 26, 2018
1 parent 429ff4e commit a18a8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/F_scripts/write_cuda_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def convert_headers(outdir, targets, macro_list, header_files, cpp):
hout.write("\n")
hout.write("#include <AMReX_ArrayLim.H>\n")
hout.write("#include <AMReX_BLFort.H>\n")
hout.write("#include <AMReX_Device.H>\n")
hout.write("#include <AMReX_CudaDevice.H>\n")
hout.write("\n")

hdrmh = os.path.basename(h.name).strip(".H")
Expand Down

0 comments on commit a18a8ff

Please sign in to comment.