Skip to content
Snippets Groups Projects
ifort-setup.sh 153 B
Newer Older
  • Learn to ignore specific revisions
  • Douglas Guptill's avatar
    Douglas Guptill committed
    # ifort setup for geodyncomp
    #
    # usage: source <this-file>
    
    if ! which ifort 1>/dev/null 2>/dev/null ; then
        . /opt/intel/bin/ifortvars.sh intel64
    fi