You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command produces two files: rose_hello_omp_parallel.f90 and rex_lib_hello_omp_parallel.f90:
For rose_hello_omp_parallel.f90 (needs to be fixed as well):
#include "rex_kmp.h"
PROGRAM Parallel_Hello_World
INTEGER :: status = 0
external :: OUT__1__4128__Parallel_Hello_World__7__
CALL __kmpc_fork_call(0,0,OUT__1__4128__Parallel_Hello_World__7__,0)
END PROGRAM
rex_lib_hello_omp_parallel.f90 is empty
The text was updated successfully, but these errors were encountered:
The flag setting impact the return of the call UnparseLanguageIndependentConstructs::statementFromFile that is used by unparsing to decide whether to unparse an statement to a file or not.
To reproduce this bug, using the following input file and command:
Input code: hello_omp_parallel.f90:
Command to compile:
The command produces two files:
rose_hello_omp_parallel.f90
andrex_lib_hello_omp_parallel.f90
:For
rose_hello_omp_parallel.f90
(needs to be fixed as well):rex_lib_hello_omp_parallel.f90
is emptyThe text was updated successfully, but these errors were encountered: