Skip to content

Commit

Permalink
In banner.py, modify the comment about the vector_size line in the ru…
Browse files Browse the repository at this point in the history
…ncard (mention VECSIZE_MEMMAX)
  • Loading branch information
valassi committed Nov 15, 2023
1 parent 7b8964e commit 23f61b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion madgraph/various/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -3915,7 +3915,7 @@ def remove_all_cut(self):
%(global_flag)s = global_flag ! fortran optimization flag use for the all code.
%(aloha_flag)s = aloha_flag ! fortran optimization flag for aloha function. Suggestions: '-ffast-math'
%(matrix_flag)s = matrix_flag ! fortran optimization flag for matrix.f function. Suggestions: '-O3'
%(vector_size)s = vector_size ! size designed for SIMD/OpenMP/GPU (number of events in lockstep)
%(vector_size)s = vector_size ! size of fortran arrays allocated in the multi-event API for SIMD/GPU (VECSIZE_MEMMAX)
"""

template_off = '# To see advanced option for Phase-Space optimization: type "update psoptim"'
Expand Down

0 comments on commit 23f61b9

Please sign in to comment.