-
Notifications
You must be signed in to change notification settings - Fork 14
Add LFortran as compiler to build options #100
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ SET(TIMING_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR} | |
| CACHE STRING "") | ||
| INCLUDE_DIRECTORIES(${TIMING_INCLUDE_DIRS}) | ||
|
|
||
| ADD_DEFINITIONS(-DINCLUDE_CMAKE_FCI -DHAVE_MPI) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it necessary to remove |
||
| ADD_DEFINITIONS(-DINCLUDE_CMAKE_FCI) | ||
|
|
||
| SET(SRCS_C GPTLget_memusage.c | ||
| GPTLprint_memusage.c | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -164,9 +164,6 @@ SUBROUTINE shr_sys_flush(unit) | |
| call flush(unit) | ||
| #endif | ||
| #endif | ||
| #if (defined AIX) | ||
| call flush_(unit) | ||
| #endif | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suggest keeping |
||
|
|
||
| END SUBROUTINE shr_sys_flush | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a comment that shows the link to #98