Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long process names break compile #15

Open
jmlorenzi opened this issue Jan 26, 2016 · 0 comments
Open

Long process names break compile #15

jmlorenzi opened this issue Jan 26, 2016 · 0 comments
Assignees
Labels

Comments

@jmlorenzi
Copy link
Owner

Compilation using the otf backend breaks for models with have long process names (\approx 30 characters). This is related, I guess, to the fact that the intermediate source file generated for f2py has even bigger function names. e.g.

subroutine f2pywrap_proclist_parameters_get_rate_co_diffusion_brid&
&ge_bridge_down (get_rate_co_diffusion_bridge_bridge_downf2pywrap, &
&cell)

as it appends f2pywrap and the modules name to the function name.

@jmlorenzi jmlorenzi added the bug label Jan 26, 2016
@jmlorenzi jmlorenzi self-assigned this Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant