for the categories representing the language that was identified in the menu iframe.
Listing 1
HTML iframes
01
02
03
17%
13.06.2018
.py --recipe recipes/examples/basic.py --format singularity
"""
# Choose a base image
Stage0.baseimage('ubuntu:16.04')
# Install GNU compilers (upstream)
Stage0 += apt_get(ospackages=['gcc', 'g++', 'gfortran'])
The recipe only uses a single stage, because it really
17%
14.11.2013
_NAME DBID CON_UID GUID STATUS CREATION_SCN
=====================================================================;
2 PDB$SEED 4062623230 4062623230 E0C9D94CE3B6497
17%
28.07.2025
defining a loop. When unrolling a loop, the loop body is repeated a number of times and the loop iteration count is reduced or entirely eliminated, as in this simple case:
for (i=0; i<4; i++) {
c[i] = a
17%
03.07.2013
speedup, n
is the number of processors, and p
is the parallel fraction, or the fraction of the application that is parallelizable (0 to 1).
In an absolutely perfect world, the parallelizable fraction
|