Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • GROMACS GROMACS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 275
    • Issues 275
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 74
    • Merge requests 74
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

Scheduled maintenance on the database layer will take place on 2022-07-02. We expect GitLab.com to be unavailable for up to 2 hours starting from 06:00 UTC. Kindly follow our status page for updates and read more in our blog post.

  • GROMACS
  • GROMACSGROMACS
  • Issues
  • #3533
Closed
Open
Created May 20, 2020 by Christian Blau@cblauMaintainer

NEC compiler warning in string_view

A user reported a compiler warning using NEC compilers

src/gromacs/modularsimulator/CMakeFiles/modularsimulator.dir/modularsimulator.cpp.o
"/gromacs-2020.1/src/gromacs/compat/string_view.h", line 894: error: incomplete type is not allowed
const basic_string_view v;

with the following settings

cmake ... -DCMAKE_C_COMPILER=mpincc -DCMAKE_CXX_COMPILER=mpinc++ -DCMAKE_C_FLAGS=" -report-all -fopenmp " -DCMAKE_CXX_FLAGS=" -report-all -fopenmp " -DGMX_MPI=ON -DCMAKE_PREFIX_PATH=/opt/nec/ve/nlc/2.0.0/ -DCMAKE_INSTALL_PREFIX=/S/home/nti/work/shubham/GROMACS_Intel/gromacs-2020.1/ -DGMX_DOUBLE=on -DFFTW_INCLUDE_DIR=/opt/nec/ve/nlc/2.0.0/include/ -DGMX_FFT_LIBRARY=fftw3 -DFFTW_LIBRARY=/opt/nec/ve/nlc/2.0.0/lib/

The associated user forum entry can be found here:

https://gromacs.bioexcel.eu/t/gromacs-installation-error/115

Assignee
Assign to
Time tracking