Skip to content

V0.1_with_scripts_and_code

Compare
Choose a tag to compare
@ashish-b-george ashish-b-george released this 21 Nov 23:48
· 16 commits to master since this release
526b4a3
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
"