mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Merge pull request #1337 from shikhar413/cmfd-omp
OpenMP parallelism + minor code cleanup for CMFD
This commit is contained in:
commit
abe5596cb3
18 changed files with 324 additions and 383 deletions
|
|
@ -158,7 +158,7 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|||
print('Creating compressed archive...')
|
||||
test_tar = pwd / 'nndc_hdf5_test.tar.xz'
|
||||
with tarfile.open(str(test_tar), 'w:xz') as txz:
|
||||
txz.add('nndc_hdf5')
|
||||
txz.add(output_dir)
|
||||
|
||||
# Change back to original directory
|
||||
os.chdir(str(pwd))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue