You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ./mfc.sh run case.py -e batch -a -w -# on summit generates an LSF batch file that runs syscheck -> post_process -> pre_process -> simulation. The resulting batch file is attached. batch.txt
I've noticed this problem on my personal fork when running in batch and interactively on other machines as well.
The text was updated successfully, but these errors were encountered:
Fixed in #248.. This is because we were using set()s to store the default MFC targets. We now order them by their logical "run" order when setting the default targets parameter.
Running ./mfc.sh run case.py -e batch -a -w -# on summit generates an LSF batch file that runs syscheck -> post_process -> pre_process -> simulation. The resulting batch file is attached.
batch.txt
I've noticed this problem on my personal fork when running in batch and interactively on other machines as well.
The text was updated successfully, but these errors were encountered: