Note: The copyright belongs to the blog author and the blog. For the license, please see the linked original source blog.
#!/bin/tcsh set n = 128 set beta = `echo "(-0.6)*($n)*($n)" | bc -l` set ppn = 16 set np = 31 set nodes = `echo "if ($np%$ppn==0) {$np/$ppn;} else {$np/$ppn+1}" | bc`
Leave a Reply
You must be logged in to post a comment.