Git Product home page Git Product logo

rmpcdmd's People

Contributors

laurensdeprez avatar pdebuyl avatar petercolberg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rmpcdmd's Issues

submodules point to private server

The .gitmodules file points to a private server:

git submodule init
Submodule 'ParseText' (git://cenoli41.ulb.ac.be/ParseText.git) registered for path 'ParseText'
Submodule 'f90h5md' (git://cenoli41.ulb.ac.be/f90h5md.git) registered for path 'f90h5md'
Submodule 'mtprng' (git://cenoli41.ulb.ac.be/mtprng.git) registered for path 'mtprng'

Could you change it to

[submodule "ParseText"]
        path = ParseText
        url = ../ParseText
[submodule "mtprng"]
        path = mtprng
        url = ../mtprng
[submodule "f90h5md"]
        path = f90h5md
        url = ../f90h5md

so that it works with github? The relative urls permit the use of any protocol (git, http, https).

Compile with -Werror on Travis

Currently there are many warnings when compiling with gfortran 4.8 on Travis:

https://travis-ci.org/pdebuyl/RMPCDMD/builds/123596618

I suggest to compile with -Werror on Travis only, which turns the warnings into errors to ensure these are noticed and fixed. The tedious task of fixing the warnings is left as an exercise to the maintainer ๐Ÿ˜„.

After all warnings have been fixed, change the appropriate line in .travis.yml to

FFLAGS=-Werror cmake ..

Return non-zero exit code on errors

Fortran 2008 adds an error stop statement, which prints a message to standard error and exits the program with a non-zero exit code. This is preferable to the stop statement that returns a zero exit code.

error stop "neighbour list overflow"

A non-zero exit code signals an error to the parent program, e.g., to immediately abort a shell script:

#!/bin/bash
set -e -o pipefail
./RMPCDMD equilibration.config
./RMPCDMD production.config

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.