Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion test/main.F90
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
! Copyright (c), The Regents of the University of California
! Terms of use are as specified in LICENSE.txt

#include "language-support.F90"

program main
use neural_network_test_m, only : neural_network_test_t
use asymmetric_network_test_m, only : asymmetric_network_test_t
Expand Down Expand Up @@ -59,7 +62,7 @@ program main
print *,"Test suite execution time: ",t_finish - t_start
print *
print '(*(a,:,g0))',"_________ In total, ",passes," of ",tests, " tests pass. _________"
#ifndef __flang__
#ifdef MULTI_IMAGE_SUPPORT
sync all
#endif
print *
Expand Down