Skip to content
Discussion options

You must be logged in to vote

stack_mem must be an integer, rather than a floating point number. You can do stack_mem=int(Nmem) << 30 or stack_mem=int(Nmem * 1024 ** 3).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cfengno1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants