Skip to content

materials-science/docker-computational-software-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadME

Issue

Environments set

  • ~/.bashrc

    If you need your remote .bashrc to be sourced before you execute the code (for instance to change the PATH), make sure the .bashrc file does not contain lines like:

    [ -z "$PS1" ] && return
    

    or:

    case $- in
        *i*) ;;
        *) return;;
    esac
    

    in the beginning (these would prevent the bashrc to be executed when you ssh to the remote computer). You can check that e.g. the PATH variable is correctly set upon ssh, by typing (in your local computer):

    ssh YOURCLUSTERADDRESS 'echo $PATH'
    

    sed -i '6 s/^/#/' ~/.bashrc

vasp

  1. miss tags.yml

qe

  1. miss input_helper.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published