100%
31.10.2025
daemons [9]: One service exists for each routing protocol (in the case of OSPF, one each for OSPF and OSPFv6), and the admin must configure these services individually. The various routing daemons
98%
31.10.2025
) ! Delta (x and y directions)
...
117 ! Solution Initialization
118 !
+++ !$OMP PARALLEL DO SHARED(m,n,u)
119 DO j=2,m-1
120 DO i=2,m-1
121 u(i,j)=0.0d0
122 ENDDO
123 ENDDO
+++ !$OMP END
97%
07.10.2025
the containers:
wget https://raw.githubusercontent.com/alerta/docker-alerta/refs/heads/master/docker-compose.yml
sed -i -e 's/ADMIN_PASSWORD=.*/ADMIN_PASSWORD=abc123/' docker-compose.yml
docker-compose up -d