Closed camattelaer closed 2 months ago
After a bit more messing around, i don't think this issue is entirely related to pAPRika...
I tried looping through the folders and submitting jobs directly through my queue (task-spooler) and it ends up taking also quite some time.
If i add a wrapper for submitting to my queue, it runs just as expected...
I'll close this now as this does not seem related to pAPRika, but more towards amber/my system.
Kind regards
Hi all
I've been trying to run
sander.MPI
within a pAPRika workflow, but unsuccessful.my minimization run is defined as follows (according to the tutorial):
When i run this, a minimization takes about 5 min for my particular system. If i only write the input and manually run the
mpirun -np 32 sander.MPI -O -i minimization.in -o minimization.out ...
command in the respective window folder, it only takes a couple of seconds - which is more according to expectations.I've also tried:
but this gives the same - slow - result.
My current workaround would be to use
simulation._write_input_file()
and then write a couple of lines to do the simulations manually in each folder, but would be interested to know what i am doing wrong.Thanks in advance
Charles-Alexandre Mattelaer