- Wikipage: Scientific workflow system
- Awesome pipeline
- CWL: Existing workflow systems
- Dynamic workflow
- Environment encapsulation
| # Used by conda-build with the Anaconda GCC compilers: | |
| # gcc_linux-64=7 gxx_linux-64 libgcc-ng=7 | |
| CONDAHOME?=$(CONDA_PREFIX) | |
| GLOBUSHOME:=$(PWD)/../globus/usr | |
| CONDORVER:=8.7.9 | |
| SRCDIR:=../condor-$(CONDORVER) | |
| GCCROOT=$(CONDAHOME)/x86_64-conda_cos6-linux-gnu |
| #!/bin/bash | |
| set -e | |
| #INTELROOT=$( which ifort | sed -e 's:bin/\w*/*ifort::' ) | |
| #source $INTELROOT/bin/compilervars.sh intel64 | |
| function getsrc () { | |
| local filename=$(basename "$1") | |
| local dirname=${filename%%-*} | |
| [ -d ${dirname}*/ ] || ( wget "$1" && tar -xf "$filename" && rm "$filename" ) |
Original articles by Mark Leair, PGI Compiler Engineer
This is Part 1 of a series of articles: