GithubHelp home page GithubHelp logo

Comments (5)

cmbant avatar cmbant commented on July 17, 2024

This sounds like a compiler bug, though I can't reproduce it with version 18 on Windows. Which version exactly/check if there are any minor updates?

from cosmomc.

jaykumar16 avatar jaykumar16 commented on July 17, 2024

I am trying to install in Linux mint 18.2 using ifort but when I use ifort I am still getting error.

from cosmomc.

cmbant avatar cmbant commented on July 17, 2024

Are you sure it's not using gfortran? The error sounds like a version of gfortran earlier than 6.

from cosmomc.

jaykumar16 avatar jaykumar16 commented on July 17, 2024

This is my Makefile.
MPIF90C ?= mpif90
fortErr = $(shell which ifort >/dev/null; echo $$?)

#these settings for ifort 14 and higher. Earlier versions will not work.
ifeq "$(ifortErr)" "0"
#ifort; Can remove -xHost if your cluster is not uniform, or specify specific processor optimizations -x...

F90C =ifort
#use this if mpif90 is trying to use gfortran: MPIF90C = mpif90 -f90=ifort

FFLAGS = -mkl -openmp -03 -no-prec-div -fpp

However, I do have gfortran-5 ,gfortran-6 and gfortran-7 in my computer which I don not know how to set it in a way it uses gfortran-6 or 7. May you please guild me?

from cosmomc.

cmbant avatar cmbant commented on July 17, 2024

If you look at your full make output text I'm sure you can see which compiler is being used.

from cosmomc.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.