Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的程序中有一些巨大的数组。我使用gfortran (tmd64-1) 4.7.1版本,并尝试编译以下代码:
$LARGE 1 Error: Invalid character in name at (1)
但我收到上述错误。我使用-fdollar-ok选项,但据我所知,它不会影响符号名称中的第一个字符。我怎样才能绕过这个问题?
-fdollar-ok