flycheck-ifort

Support for the Intel Fortran compiler in Flycheck

https://github.com/edbennett/flycheck-ifort

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Support for the Intel Fortran compiler in Flycheck

Basic Info
  • Host: GitHub
  • Owner: edbennett
  • License: gpl-3.0
  • Language: Emacs Lisp
  • Default Branch: master
  • Size: 20.5 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created almost 8 years ago · Last pushed over 4 years ago
Metadata Files
Readme License Citation

README.md

ifort support for Flycheck

The file flycheck-ifort.el defines the fortran-ifort and fortran-nagfor checkers for Flycheck, allowing Flycheck to use ifort and nagfor on Fortran code. It is very closely based on the build-in fortran-gfortran checker available at the Flycheck project.

Currently only tested on Linux/Mac.

Since nagfor doesn't or present store column number information at all, nagfor's output is restricted to highlighting the entire affected line. NAG have logged this as a feature request.

Installation

  1. Clone the repository to ~/.emacs.d/flycheck-ifort
  2. Edit your init.el or .emacs to load the module, after Flycheck is loaded. I use the following:

(add-to-list 'load-path "~/.emacs.d/flycheck-ifort") (require 'flycheck-ifort) (require 'flycheck-nagfor)

Activation

fortran-ifort and fortran-nagfor don't register themselves as the default checker for Fortran files. Once they are installed, you can activate one via M-x flycheck-select-checker fortran-ifort or C-c ! s fortran-ifort (or the equivalents with nagfor in place of ifort).

Owner

  • Name: Ed Bennett
  • Login: edbennett
  • Kind: user
  • Location: Swansea, UK
  • Company: Swansea Academy of Advanced Computing, Swansea University

Citation (CITATION.cff)

cff-version: 1.0.3
message: If you use this software, please cite it as below.
authors:
 - family-names: Bennett
   given-names: Ed
   orcid: https://orcid.org/0000-0002-1678-6701
   affiliation: Swansea University
   email: e.j.bennett@swansea.ac.uk
title: flycheck-ifort
version: 0.01
date-released: 2018-03-29
license: GPL-3.0-or-later
repository: https://github.com/edbennett/flycheck-ifort

GitHub Events

Total
Last Year