Hi everyone
use the command
exb flurznrc flurznrc_phantomf45mm 521icru batch=at p=6
but no file is created
What should I do to run the file in parallel?
Greetings
Note that the post authors are incorrect. Find our current active community here: https://www.reddit.com/r/EGSnrc
Hi everyone
use the command
exb flurznrc flurznrc_phantomf45mm 521icru batch=at p=6
but no file is created
What should I do to run the file in parallel?
Greetings
I think the most easy way to do it is to use this script:
https://gist.github.com/ftessier/7099aa0c6f9f7629d6e3
LikeLike
Thank you
run the script in the terminal as
sh egs-parrallel. sh 3 flurznrc_phantom 521icru
where flurznrc_phantom is my input file and 521icru is the pegsdata file
but nothing happens, no file is created.
How should I run the script?
LikeLike
chmod +x egs-parallel.sh
then
./egs-parallel.sh 3 flurznrc flurznrc_phantom 521icru
LikeLike
Thank you very much
LikeLike