i have a question and i need your help. when i use the command
'modpy.sh python model-parallel.py' to perform parallel computation.
but i got the empty modelparallel.log file which not contain the molpdf,
dope and ga341 score. how can i get the score functions in the log file?
The command you show above shouldn't give you modelparallel.log (the log
will show up on the console instead). But if you run with something like
'modpy.sh python model-parallel.py > modelparallel.log' the log should
contain every score you asked for (I don't know whether you actually
asked for DOPE and GA341 since you didn't show your script).