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
With the addition of groups, template testing is no longer as useful because all the scripts just use python project.py run..., which prevents us from verifying that the mpirun, OMP_NUM_THREADS and other command prefixes are correctly handled. We should add a project.run(..., pretend=True) called to the template test output so that we can test this behavior in the future.
The text was updated successfully, but these errors were encountered:
Hi Hardik, I'm glad you're interested in working on this issue. Unfortunately, a significant component of this issue will be manually verifying the output of our job submission process. I'm triaging a lot of issues right now and will let you know as soon as I find one that would be appropriate for you to tackle.
With the addition of groups, template testing is no longer as useful because all the scripts just use
python project.py run...
, which prevents us from verifying that thempirun
,OMP_NUM_THREADS
and other command prefixes are correctly handled. We should add aproject.run(..., pretend=True)
called to the template test output so that we can test this behavior in the future.The text was updated successfully, but these errors were encountered: