Skip to content

Releases: ashish-b-george/Survival-of-the-chiral

Code for the paper "Chirality provides a direct fitness advantage and facilitates intermixing in cellular aggregates"

09 Jan 18:48
b7445af
Compare
Choose a tag to compare

V0.1_with_scripts_and_code

21 Nov 23:48
526b4a3
Compare
Choose a tag to compare
Add files via upload

child bash script that is called by the looping bash script. 
Child runs the code with the Correct C compiler and links appropriate header files! it does this using the lines -:
"
gcc -std=c99 -Wall -l /usr/local/include -c line_bash.c
gcc -L/usr/local/lib line_bash.o -lgsl -lgslcblas -lm
./a.out -l $l -b $b -r $r -N $N -T $T -g $g -p $p00 -q $p0 -e $p1 -n $p2 -w $h -F $wmflag
"