├── README.md ├── debian_julia ├── 01-hello-impl.jl ├── 01-hello.jl ├── README.md ├── debian_julia.def ├── import_julia.sh ├── run_mpi_julia.sh └── run_singularity.slurm ├── jupyter_datascience_docker ├── Dockerfile └── README.md ├── obsolete ├── README.md ├── centos.def ├── centos_anaconda_jupyterhub.def ├── sample_output │ └── singularity.4331145.comet-11-11.out ├── ubuntu.def ├── ubuntu_anaconda_cmb.def └── ubuntu_anaconda_jupyterhub.def ├── run_singularity.slurm └── ubuntu_anaconda └── Singularity /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/README.md -------------------------------------------------------------------------------- /debian_julia/01-hello-impl.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/debian_julia/01-hello-impl.jl -------------------------------------------------------------------------------- /debian_julia/01-hello.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/debian_julia/01-hello.jl -------------------------------------------------------------------------------- /debian_julia/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/debian_julia/README.md -------------------------------------------------------------------------------- /debian_julia/debian_julia.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/debian_julia/debian_julia.def -------------------------------------------------------------------------------- /debian_julia/import_julia.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/debian_julia/import_julia.sh -------------------------------------------------------------------------------- /debian_julia/run_mpi_julia.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/debian_julia/run_mpi_julia.sh -------------------------------------------------------------------------------- /debian_julia/run_singularity.slurm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/debian_julia/run_singularity.slurm -------------------------------------------------------------------------------- /jupyter_datascience_docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/jupyter_datascience_docker/Dockerfile -------------------------------------------------------------------------------- /jupyter_datascience_docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/jupyter_datascience_docker/README.md -------------------------------------------------------------------------------- /obsolete/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/obsolete/README.md -------------------------------------------------------------------------------- /obsolete/centos.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/obsolete/centos.def -------------------------------------------------------------------------------- /obsolete/centos_anaconda_jupyterhub.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/obsolete/centos_anaconda_jupyterhub.def -------------------------------------------------------------------------------- /obsolete/sample_output/singularity.4331145.comet-11-11.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/obsolete/sample_output/singularity.4331145.comet-11-11.out -------------------------------------------------------------------------------- /obsolete/ubuntu.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/obsolete/ubuntu.def -------------------------------------------------------------------------------- /obsolete/ubuntu_anaconda_cmb.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/obsolete/ubuntu_anaconda_cmb.def -------------------------------------------------------------------------------- /obsolete/ubuntu_anaconda_jupyterhub.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/obsolete/ubuntu_anaconda_jupyterhub.def -------------------------------------------------------------------------------- /run_singularity.slurm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/run_singularity.slurm -------------------------------------------------------------------------------- /ubuntu_anaconda/Singularity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zonca/singularity-comet/HEAD/ubuntu_anaconda/Singularity --------------------------------------------------------------------------------