Giter Site home page Giter Site logo

molpro-plugin's People

Watchers

 avatar

molpro-plugin's Issues

compilation failure with gfortran 10

In GitLab by @ajmay81 on Jun 16, 2020, 10:18

PluginGuestF.F90 fails to build with gfortran 10, one can either fix the code or build with new compiler option -fallow-argument-mismatch (as we do inside Molpro because of the huge number of historical mismatches):

_deps/_private_dep_molpro_plugin-src/lib/PluginGuestF.F90:122:34:

  115 |   IF (m_rank.EQ.0) CALL MPI_Send(length,1,MPI_INT,0,0,m_intercomm,ierr)
      |                                 2 
......
  122 |    IF (m_rank.EQ.0) CALL MPI_Send(TRIM(value),length,MPI_CHAR,0,1,m_intercomm,ierr)
      |                                  1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (CHARACTER(66995424)/INTEGER(8)).
_deps/_private_dep_molpro_plugin-src/lib/PluginGuestF.F90:100:33:

  100 |   IF (m_rank.EQ.0) CALL MPI_Recv(PluginGuestF_receive,length,MPI_INT,0,1,m_intercomm,status,ierr)
      |                                 1
......
  117 |   IF (m_rank.EQ.0) CALL MPI_Recv(answer,1,MPI_INT,0,0,m_intercomm,status,ierr)
      |                                 2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (CHARACTER(0)/INTEGER(8)).
_deps/_private_dep_molpro_plugin-src/lib/PluginGuestF.F90:101:17:

  101 |   CALL MPI_Bcast(PluginGuestF_receive,length,MPI_CHAR,0,m_world,ierr)
      |                 1
......
  114 |   CALL MPI_Bcast(length,1,MPI_INT,0,m_world,ierr)
      |                 2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (CHARACTER(0)/INTEGER(8)).
_deps/_private_dep_molpro_plugin-src/lib/PluginGuestF.F90:41:17:

   41 |    CALL MPI_Recv(id,length,MPI_CHAR,0,1,m_intercomm,status,ierr)
      |                 1
......
  117 |   IF (m_rank.EQ.0) CALL MPI_Recv(answer,1,MPI_INT,0,0,m_intercomm,status,ierr)
      |                                 2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (CHARACTER(1024)/INTEGER(8)).
_deps/_private_dep_molpro_plugin-src/lib/PluginGuestF.F90:77:17:

   77 |   CALL MPI_Bcast(m_host,length,MPI_CHAR,0,m_world,ierr)
      |                 1
......
  114 |   CALL MPI_Bcast(length,1,MPI_INT,0,m_world,ierr)
      |                 2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (CHARACTER(0)/INTEGER(8)).
_deps/_private_dep_molpro_plugin-src/lib/PluginGuestF.F90:81:17:

   81 |   CALL MPI_Bcast(m_hostVersion,length,MPI_CHAR,0,m_world,ierr)
      |                 1
......
  114 |   CALL MPI_Bcast(length,1,MPI_INT,0,m_world,ierr)
      |                 2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (CHARACTER(0)/INTEGER(8)).
_deps/_private_dep_molpro_plugin-src/lib/PluginGuestF.F90:82:17:

   82 |   CALL MPI_Bcast(m_active,1,MPI_LOGICAL,0,m_world,ierr)
      |                 1
......
  114 |   CALL MPI_Bcast(length,1,MPI_INT,0,m_world,ierr)
      |                 2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (LOGICAL(8)/INTEGER(8)).

cmake - [merged]

In GitLab by @KnowlesPJ on Jul 4, 2019, 16:51

Merges master -> master

tidy - [merged]

In GitLab by @KnowlesPJ on Jun 8, 2020, 09:16

Merges LibraryManager -> LibraryManager

Cmake - [merged]

In GitLab by @KnowlesPJ on Jul 9, 2019, 15:58

Merges cmake -> master

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.