Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions compile
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ else
pgf90 --version
else if ( "$comp[1]" == "ifort" ) then
ifort -V
else if ( "$comp[1]" == "ftn" ) then
ftn -V
else
echo "Not sure how to figure out the version of this compiler: $comp[1]"
endif
Expand Down