mirror of
https://gitlab.com/scemama/irpf90.git
synced 2025-01-03 10:05:40 +01:00
commit
731dbda9d1
@ -57,15 +57,7 @@ subroutine irp_enter(irp_where)
|
|||||||
"""
|
"""
|
||||||
if not do_openmp:
|
if not do_openmp:
|
||||||
txt += """
|
txt += """
|
||||||
!$ integer, external :: omp_get_thread_num
|
|
||||||
!$ integer, external :: omp_get_num_threads
|
|
||||||
ithread = 0
|
ithread = 0
|
||||||
!$ ithread = omp_get_thread_num()
|
|
||||||
if (ithread /= 0) then
|
|
||||||
print *, 'Error: Provider is called by thread', ithread
|
|
||||||
call irp_trace
|
|
||||||
stop 1
|
|
||||||
endif
|
|
||||||
"""
|
"""
|
||||||
else:
|
else:
|
||||||
txt += """
|
txt += """
|
||||||
|
@ -100,8 +100,8 @@ def main():
|
|||||||
import touches
|
import touches
|
||||||
touches.create()
|
touches.create()
|
||||||
|
|
||||||
import checkpoint
|
# import checkpoint
|
||||||
checkpoint.create()
|
# checkpoint.create()
|
||||||
|
|
||||||
import create_man
|
import create_man
|
||||||
create_man.run()
|
create_man.run()
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "1.6.0"
|
version = "1.6.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user