All Pastes
Paste #2367, pasted on May 10, 2012 1:09:57 PM
int ** foo = NULL; foo = new int*[bar]();
Paste #2366, pasted on May 10, 2012 1:05:04 PM
int ** foo = NULL foo = new int*[bar] *foo = {NULL}Paste #2365, pasted on May 10, 2012 12:10:19 PM
diff -r 9f6423433786 src/enzo/CommunicationUtilities.C --- a/src/enzo/CommunicationUtilities.C Mon Apr 09 14:32:55 2012 -0600 +++ b/src/enzo/CommunicationUtilities.C Thu May 10 13:10:15 2012 -0600 @@ -16,7 +16,8 @@ ...
Paste #2364, pasted on May 10, 2012 11:13:31 AM
Cycle_Number 171 ComputePotentialFieldLevelZero 1.622408e+01 2.141272e-01 1.591410e+01 1.654427e+01 Level_0 1.711878e+01 4.474899e-02 1.697477e+01 1.722416e+01 1.677722e+07 512 1.914155e+03 Level_1 2.360746e+00 1.558333e-01 1.980677e+00 2.713013e+00 1.138925e+07 498 9.422708e+03 Level_2 1.450601e+01 6.223783e-01 1.325486e+01 1.628177e+01 2.102458e+08 754 2.830801e+04 ...
Paste #2363, pasted on May 10, 2012 10:59:27 AM
# This file contains timing information # For instructions on how to decipher this information, # see [enzo base directory]/src/performance_tools/README. # Times are collected across MPI processes and presented as: # Level_N/Total, mean time, std_dev time, min time, max time, cell updates, grids, cell updates/processor/sec ...
Paste #2362, pasted on May 10, 2012 10:52:24 AM
# This file contains timing information # For instructions on how to decipher this information, # see [enzo base directory]/src/performance_tools/README. # Times are collected across MPI processes and presented as: # Level_N/Total, mean time, std_dev time, min time, max time, cell updates, grids, cell updates/processor/sec ...
Paste #2361, pasted on May 9, 2012 11:27:14 AM
CPP = /usr/bin/cpp CC = /usr/local/bin/mpicc CXX = /usr/local/bin/mpicc FC = /usr/local/bin/mpif77 F90 = /usr/local/bin/mpif90 ...
Paste #2360, pasted on May 9, 2012 11:26:33 AM
MACHINE: geryon MACHINE-NAME: geryon PARAMETER_MAX_SUBGRIDS [max-subgrids-###] : 100000 PARAMETER_MAX_BARYONS [max-baryons-###] : 20 ...
Paste #2359, pasted on May 9, 2012 11:21:37 AM
Compiling cool1d_cloudy.F mpif77 -c -o cool1d_cloudy.o -fno-second-underscore -ffixed-line-length-132 -g -DLINUX -DH5_USE_16_API -D__max_subgrids=100000 -D__max_baryons=20 -D__max_cpu_per_node=8 -D__memory_pool_size=100000 -DINITS64 -DLARGE_INTS -DCONFIG_PINT_8 -DIO_32 -DUSE_MPI -DCONFIG_PFLOAT_8 -DCONFIG_BFLOAT_8 -DUSE_HDF5_GROUPS -DTRANSFER -DNEW_GRID_IO -DFAST_SIB -DBITWISE_IDENTICALITY -DFLUX_FIX -DSET_ACCELERATION_BOUNDARY cool1d_cloudy.F cool1d_cloudy.F: In subroutine `cool1d_cloudy': ...
Paste #2356, pasted on May 8, 2012 10:14:40 AM
Traceback (most recent call last): File "scripts/baroclinic_density_phase.py", line 14, in <module> pc.add_phase_sphere(3000., 'au', ["Density", "BaroclinicVorticityMagnitude"]) File "/u1/ki/jsoishi/local_build2/yt-x86_64/src/yt-hg/yt/visualization/plot_collection.py", line 1293, in add_phase_sphere lazy_reader, id, axes=axes, figure=figure, fractional=fractional) ...