[Users] Issue with compiling ET on cluster
Shamim Haque 1910511
shamims at iiserb.ac.in
Fri Nov 4 13:52:39 CDT 2022
Dear Erik, Gabriele and Roland,
Thanks a lot for pointing out the issue. We tried a few things after
looking at the tickets and solutions, and each of them landed with
different errors. I am listing them below in 3 parts:
*Part A:*
Keeping compiler Intel 2013, I tried to add lines -gcc_name and -gxx_name
to CFLAGS and CXXFLAGS pointing to gcc/7.3.0. The error while compiling is
the following:
*checking for C++ lambda expressions... yeschecking for C++ range-based for
statements... noCactus requires a C++11 compiler -- check your C++ compiler
and C++ compiler flagsError reconfiguring sim-configmake: *** [sim-config]
Error 2*
I have attached the ini file (kanad_et7.ini), cfg file (kanad_et7.cfg) and
full terminal output (out_et7.txt) for reference. I am unable to extract
the issue at this point. The module gcc/7.3.0 seems to be loading properly
using *module load*, as the *which cpp *changes from default cpp to
cpp-7.3.0.
*PART B:*
The KANAD hpc also has Intel compiler 2017, but the module file for the
same is not available, so the default icc/icpc/ifort still remains intel
2013 during attempts to compile ET. I made changes in cfg file accordingly
to accommodate intel 2017 but compilation of this ET lands on another issue:
*checking for mawk... nochecking for gawk... gawkchecking whether make sets
${MAKE}... yeschecking whether the C compiler
(/opt/intel-17/compilers_and_libraries_2017/linux/bin/intel64/icc -g -xHOST
-align -std=gnu99
-Wl,-rpath,/opt/intel-17/compilers_and_libraries_2017/linux/bin/intel64
-Wl,-rpath,
/opt/intel-17/compilers_and_libraries_2017/linux/mkl/lib/intel64) works...
noconfigure: error: installation or configuration problem: C compiler
cannot create executables (see configs/sim/config-data/config.log for
details).Error reconfiguring sim-configmake: *** [sim-config] Error 2*
Upon checking the config log file, I found the following:
*Error: Product support for your (Comp-CL) license has expired.License
file(s) used were (in this order): 1. Trusted Storage** 2.
/opt/intel/licenses/NCOM_L___2HWS-TFKRNMR4_1.lic** 3.
/opt/intel/licenses/server.lic** 4.
/opt/intel/composer_xe_2013.1.117/licenses/license.lic** 5.
/home2/mallick/intel/licenses** 6.
/opt/intel-17/compilers_and_libraries_2017.4.196/linux/bin/intel64/../../Licenses**
7. /home2/mallick/Licenses** 8. /Users/Shared/Library/Application
Support/Intel/Licenses** 9.
/opt/intel-17/compilers_and_libraries_2017.4.196/linux/bin/intel64/*.licPlease
refer
https://software.intel.com/en-us/faq/purchasing-renewing-upgrading#support-expiration
<https://software.intel.com/en-us/faq/purchasing-renewing-upgrading#support-expiration>
for more information..icc: error #10052: could not checkout FLEXlm
licenseconfigure: failed program was:#line 1094 "configure"#include
"confdefs.h"*
Seems like some issue with the license, but I checked with the hpc admin
and he says the license should not be any issue. I am unable to figure out
the issue here as well. Could this be the problem that my environment
default intel compiler is still intel 2013 while compiling? I have attached
the cfg file (kanad_et4.cfg), full terminal output (out_et4.out) and config
log file (config_et4.log) for reference.
*Part C:*
I compiled another ET successfully using the modules gcc-7.3.0,
openmpi-3.1.4, FFTW3/3.3.3, gsl/1.16, openssl/1.1.1a, zlib/1.2.8,
cmake/3.15.4, libjpeg/1.2.1, HDF5/1.8.10, openmpi/3.1.4.
But there seems to be a repetitive warning while buliding ET, which I am
not sure if I should be worried about:
*/usr/bin/ld: warning: libgfortran.so.3, needed by
/usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4*
Please let me know if I should consider changing something to get rid of
this warning, I have attached ini file (kanad_et8.ini), cfg file
(kanad_et8.cfg) and full terminal output (out_et8.txt) for reference.
I am currently trying to run helloworld, but it stops as it cannot find
openmpi in computing nodes. Later, I checked, openmpi/3.1.4 actually does
not show up in the module list of those computing nodes. I am checking with
the hpc admin about this issue.
Now, having got this compiled successfully, should I continue to pursue
compiling ET with intel compilers? Though I am still not sure if this ET
(with gcc-7.3) will show up any errors in future as I aim to work on binary
neutron star merger simulations. Please let me know your thoughts on this.
Thanks and Regards
Shamim Haque
Senior Research Fellow (SRF)
Department of Physics
IISER Bhopal
On Wed, Nov 2, 2022 at 9:27 PM Roland Haas <rhaas at illinois.edu> wrote:
> Hello all,
>
> First: thank you for including all the output and configuration files.
> This helps a lot!
>
> > The actual error message is
> >
> >
> /home2/mallick/ET4/Cactus/arrangements/CactusUtils/Vectors/src/vectors.h(1224):
> > error: invalid type for defaulted constructor
> > vmask(vmask &&) = default;
> >
> > The code in question is standard C++ code. I don't understand why the
> > compiler would not accept it. I see that you are using an old (2013)
> > version of the Intel compiler; can you try using a newer compiler?
> > This might be a bug in the compiler.
>
> In most cases of C++ errors involving the intel compiler that I have
> seen in the recent past, the issue was the that the Intel C++ compiler
> relies on the C++ template library of the GNU compiler (g++). It needs
> to be told to use a new enough library usually.
>
> I would try and do the following:
>
> * find a g++ compiler that it at least gcc 6
> * add -gxx-name PATH-TO-NEW-G++ to your CXXFLAGS
> * compile from scratch
>
> See eg:
>
> https://www.einsteintoolkit.org/about/releases/ET_2022_05_announcement.html
>
> or
>
>
> https://bitbucket.org/einsteintoolkit/tickets/issues/2547/compilation-failure-invalid-type-errors-in
>
> Yours,
> Roland
>
> --
> My email is as private as my paper mail. I therefore support encrypting
> and signing email messages. Get my PGP key from http://pgp.mit.edu .
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/users/attachments/20221105/4e6d1c00/attachment-0001.html
-------------- next part --------------
[mallick at kanadlogin1 Cactus]$ simfactory/bin/sim build --reconfig sim --optionlist simfactory/mdb/optionlists/kanad.cfg --thornlist thornlists/einsteintoolkit.th
Using configuration: sim
Reconfiguring sim
Writing configuration to: /home2/mallick/ET7/Cactus/configs/sim/OptionList
Cactus - version: 4.12.0
Reconfiguring sim.
Using configuration options from configure line
Setting fds to '4,5 -j --'
End of options from configure line
Adding configuration options from '/home2/mallick/ET7/Cactus/configs/sim/OptionList'...
Setting VERSION to 'kanad-2022-10-27'
Setting CPP to '/opt/apps/gcc/gcc-7.3.0/bin/cpp'
Setting FPP to '/opt/apps/gcc/gcc-7.3.0/bin/cpp'
Setting CC to '/opt/intel/composer_xe_2013.1.117/bin/intel64/icc'
Setting CXX to '/opt/intel/composer_xe_2013.1.117/bin/intel64/icpc'
Setting F90 to '/opt/intel/composer_xe_2013.1.117/bin/intel64/ifort'
Setting FPPFLAGS to '--traditional'
Setting CFLAGS to '-g -xHOST -align -std=gnu99 -U__STRICT_ANSI__ -ansi_alias -gcc-name=/opt/apps/gcc/gcc-7.3.0/bin/gcc'
Setting CXXFLAGS to '-g -xHOST -align -std=gnu++11 -U__STRICT_ANSI__ -ansi_alias -gxx-name=/opt/apps/gcc/gcc-7.3.0/bin/g++'
Setting F90FLAGS to '-g -xHOST -align -pad -safe_cray_ptr'
Setting LDFLAGS to '-Wl,-rpath,/opt/intel/composer_xe_2013.1.117/bin/intel64 -Wl,-rpath,/opt/intel/composer_xe_2013.1.117/mkl/lib/intel64'
Setting LIBS to 'ifcore'
Setting C_LINE_DIRECTIVES to 'yes'
Setting F_LINE_DIRECTIVES to 'yes'
Setting VECTORISE to 'yes'
Setting VECTORISE_ALIGNED_ARRAYS to 'no'
Setting VECTORISE_INLINE to 'no'
Setting DEBUG to 'no'
Setting CPP_DEBUG_FLAGS to '-DCARPET_DEBUG'
Setting FPP_DEBUG_FLAGS to '-DCARPET_DEBUG'
Setting C_DEBUG_FLAGS to ''
Setting CXX_DEBUG_FLAGS to ''
Setting F90_DEBUG_FLAGS to '-check bounds -check format'
Setting OPTIMISE to 'yes'
Setting CPP_OPTIMISE_FLAGS to ''
Setting FPP_OPTIMISE_FLAGS to ''
Setting C_OPTIMISE_FLAGS to '-Ofast'
Setting CXX_OPTIMISE_FLAGS to '-Ofast'
Setting F90_OPTIMISE_FLAGS to '-Ofast'
Setting C_NO_OPTIMISE_FLAGS to '-O0'
Setting CXX_NO_OPTIMISE_FLAGS to '-O0'
Setting F90_NO_OPTIMISE_FLAGS to '-O0'
Setting PROFILE to 'no'
Setting CPP_PROFILE_FLAGS to ''
Setting FPP_PROFILE_FLAGS to ''
Setting C_PROFILE_FLAGS to '-pg'
Setting CXX_PROFILE_FLAGS to '-pg'
Setting F90_PROFILE_FLAGS to '-pg'
Setting OPENMP to 'yes'
Setting CPP_OPENMP_FLAGS to '-fopenmp'
Setting FPP_OPENMP_FLAGS to '-fopenmp'
Setting C_OPENMP_FLAGS to '-fopenmp'
Setting CXX_OPENMP_FLAGS to '-fopenmp'
Setting F90_OPENMP_FLAGS to '-fopenmp'
Setting WARN to 'yes'
Setting CPP_WARN_FLAGS to ''
Setting FPP_WARN_FLAGS to '-Wall'
Setting C_WARN_FLAGS to ''
Setting CXX_WARN_FLAGS to ''
Setting F90_WARN_FLAGS to ''
Setting BLAS_DIR to 'NO_BUILD'
Setting BLAS_LIBS to '-mkl'
Setting LAPACK_DIR to 'NO_BUILD'
Setting LAPACK_LIBS to '-mkl'
Setting OPENBLAS_DIR to 'NO_BUILD'
Setting OPENBLAS_LIBS to '-mkl'
Setting PETSC_DIR to 'BUILD'
Setting PETSC_BLAS_EXTRA_LIB_DIRS to '/opt/intel/composer_xe_2013.1.117/mkl/lib/intel64'
Setting PETSC_BLAS_EXTRA_LIBS to 'mkl_intel_lp64 mkl_intel_thread mkl_core iomp5'
Setting PETSC_LAPACK_EXTRA_LIB_DIRS to '/opt/intel/composer_xe_2013.1.117/mkl/lib/intel64'
Setting PETSC_LAPACK_EXTRA_LIBS to 'mkl_intel_lp64 mkl_intel_thread mkl_core iomp5'
Setting FFTW3_DIR to '/opt/apps/FFTW/fftw-3.3.3-intel-double'
Setting GSL_DIR to '/opt/apps/gsl/gsl-1.16'
Setting HDF5_DIR to '/opt/apps/HDF5/1.8.10'
Setting MPI_DIR to '/opt/apps/openmpi-3.1.4-intel'
Setting MPI_LIBS to 'mpi'
Setting PTHREADS_DIR to 'NO_BUILD'
End of options from '/home2/mallick/ET7/Cactus/configs/sim/OptionList'.
creating cache ./config.cache
checking host system type... x86_64-pc-linux-gnu
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether the C compiler (/opt/intel/composer_xe_2013.1.117/bin/intel64/icc -g -xHOST -align -std=gnu99 -U__STRICT_ANSI__ -ansi_alias -gcc-name=/opt/apps/gcc/gcc-7.3.0/bin/gcc -Wl,-rpath,/opt/intel/composer_xe_2013.1.117/bin/intel64 -Wl,-rpath,/opt/intel/composer_xe_2013.1.117/mkl/lib/intel64) works... yes
checking whether the C compiler (/opt/intel/composer_xe_2013.1.117/bin/intel64/icc -g -xHOST -align -std=gnu99 -U__STRICT_ANSI__ -ansi_alias -gcc-name=/opt/apps/gcc/gcc-7.3.0/bin/gcc -Wl,-rpath,/opt/intel/composer_xe_2013.1.117/bin/intel64 -Wl,-rpath,/opt/intel/composer_xe_2013.1.117/mkl/lib/intel64) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether the C++ compiler (/opt/intel/composer_xe_2013.1.117/bin/intel64/icpc -g -xHOST -align -std=gnu++11 -U__STRICT_ANSI__ -ansi_alias -gxx-name=/opt/apps/gcc/gcc-7.3.0/bin/g++ -Wl,-rpath,/opt/intel/composer_xe_2013.1.117/bin/intel64 -Wl,-rpath,/opt/intel/composer_xe_2013.1.117/mkl/lib/intel64) works... yes
checking whether the C++ compiler (/opt/intel/composer_xe_2013.1.117/bin/intel64/icpc -g -xHOST -align -std=gnu++11 -U__STRICT_ANSI__ -ansi_alias -gxx-name=/opt/apps/gcc/gcc-7.3.0/bin/g++ -Wl,-rpath,/opt/intel/composer_xe_2013.1.117/bin/intel64 -Wl,-rpath,/opt/intel/composer_xe_2013.1.117/mkl/lib/intel64) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking for nvcc... no
checking for ranlib... ranlib
checking for perl... perl
checking for gtar... gtar
checking for xargs... xargs
checking for gzip... gzip
checking for gpatch... no
checking for patch... patch
checking for git... git
checking for ar... ar
checking for mkdir... mkdir
checking for bash... /bin/sh
checking whether the Fortran compiler (/opt/intel/composer_xe_2013.1.117/bin/intel64/ifort ) works... yes
checking whether the Fortran compiler (/opt/intel/composer_xe_2013.1.117/bin/intel64/ifort ) is a cross-compiler... no
checking whether the Fortran compiler (/opt/intel/composer_xe_2013.1.117/bin/intel64/ifort ) supports TYPE(*) for CCTK_PointerTo... no
checking how to run the C preprocessor... /opt/apps/gcc/gcc-7.3.0/bin/cpp
checking for ANSI C header files... yes
checking for C99 features... yes
checking for M_PI... yes
checking for C strdup... yes
checking for C++ strdup... yes
checking whether byte ordering is bigendian... no
checking size of long long... 8
checking size of long int... 8
checking size of int... 4
checking size of short int... 2
checking size of long double... 16
checking size of double... 8
checking size of float... 4
checking size of char *... 8
checking for the null device... /dev/null
checking for gethostbyname... yes
checking whether mode_t is defined... yes
checking for availability of gettimeofday timing... yes
checking if gettimeofday needs timezone... yes
checking for availability of getrusage timing... yes
checking for availability of _ftime timing... no
checking for time.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for string.h... yes
checking for assert.h... yes
checking for tgmath.h... yes
checking for sys/stat.h... yes
checking for getopt.h... yes
checking for dirent.h... yes
checking for c_asm.h... no
checking for intrinsics.h... no
checking for mach/mach_time.h... no
checking for regex.h... yes
checking for sys/filio.h... no
checking for sys/ioctl.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for netdb.h... yes
checking for arpa/inet.h... yes
checking for winsock2.h... no
checking for crypt.h... yes
checking for signal.h... yes
checking for malloc.h... yes
checking for sched.h... yes
checking for execinfo.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether socklen_t is defined... yes
checking whether SOCKET is defined... no
checking for hrtime_t... no
checking for gethrtime... no
checking for read_real_time... no
checking for time_base_to_time... no
checking for clock_gettime... no
checking for mach_absolute_time... no
checking for _rtc intrinsic... no
checking for mallinfo... yes
checking for mallopt... yes
checking for malloc_info... yes
checking whether M_MMAP_THRESHOLD is defined... yes
checking for sched_getaffinity... yes
checking for getpid... yes
checking if __int64 is defined... yes
checking if __int128 is defined... yes
checking for vector... no
checking for vector.h... no
checking if Intel compiler has broken restrict... yes
checking if compiler has broken omp collapse... no
checking for getopt_long_only... yes
checking for working const... yes
checking for C inline... inline
checking for C static inline... static inline
checking for C restrict... restrict
checking for C++ restrict... __restrict__
checking for C++ copysign... std::copysign
checking for C++ fpclassify... fpclassify
checking for C++ isfinite... isfinite
checking for C++ isinf... isinf
checking for C++ isnan... isnan
checking for C++ isnormal... isnormal
checking for C++ signbit... signbit
checking for C _Pragma... yes
checking for C function __attribute__((__const__))... yes
checking for C++ function __attribute__((__const__))... yes
checking for C++ member function __attribute__((__const__))... yes
checking for C function __attribute__((__pure__))... yes
checking for C++ function __attribute__((__pure__))... yes
checking for C++ member function __attribute__((__pure__))... yes
checking for C data __attribute__((__common__))... yes
checking for C+ data __attribute__((__common__))... yes
checking for C function __attribute__((__noinline__))... yes
checking for C++ function __attribute__((__noinline__))... yes
checking for C++ member function __attribute__((__noinline__))... yes
checking for C function __attribute__((__always_inline__))... yes
checking for C++ function __attribute__((__always_inline__))... yes
checking for C++ member function __attribute__((__always_inline__))... yes
checking for C __attribute__((__unused__))... yes
checking for C++ __attribute__((__unused__))... yes
checking for C __attribute__((__aligned__(...)))... yes
checking for C++ __attribute__((__aligned__(...)))... yes
checking for C __attribute__((__cold__))... yes
checking for C++ __attribute__((__cold__))... yes
checking for C __attribute__((__hot__))... yes
checking for C++ __attribute__((__hot__))... yes
checking for C __attribute__((__format__(printf, 1, 2)))... yes
checking for C++ __attribute__((__format__(printf, 1, 2)))... yes
checking for C __attribute__((__noreturn__))... yes
checking for C++ __attribute__((__noreturn__))... yes
checking for C __attribute__((__nonnull__))... yes
checking for C++ __attribute__((__nonnull__))... yes
checking for C __attribute__((__returns_nonnull__))... yes
checking for C++ __attribute__((__returns_nonnull__))... yes
checking for C __builtin_expect... yes
checking for C++ __builtin_expect... yes
checking for C __builtin_trap... yes
checking for C++ __builtin_trap... yes
checking for C __builtin_unreachable... yes
checking for C++ __builtin_unreachable... yes
checking for C __builtin_assume_aligned... no
checking for C++ __builtin_assume_aligned... no
checking for C++ static_assert... yes
checking for C++ auto specifier... yes
checking for C++ lambda expressions... yes
checking for C++ range-based for statements... no
Cactus requires a C++11 compiler -- check your C++ compiler and C++ compiler flags
Error reconfiguring sim-config
make: *** [sim-config] Error 2
[mallick at kanadlogin1 Cactus]$
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kanad_et7.cfg
Type: application/octet-stream
Size: 4273 bytes
Desc: not available
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20221105/4e6d1c00/attachment-0005.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kanad_et7.ini
Type: application/x-ini
Size: 2688 bytes
Desc: not available
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20221105/4e6d1c00/attachment-0001.bin
-------------- next part --------------
[mallick at kanadlogin1 Cactus]$ simfactory/bin/sim build --reconfig sim --optionlist simfactory/mdb/optionlists/kanad.cfg --thornlist thornlists/einsteintoolkit.th
Using configuration: sim
Reconfiguring sim
Writing configuration to: /home2/mallick/ET4/Cactus/configs/sim/OptionList
Cactus - version: 4.12.0
Reconfiguring sim.
Using configuration options from configure line
Setting fds to '4,5 -j --'
End of options from configure line
Adding configuration options from '/home2/mallick/ET4/Cactus/configs/sim/OptionList'...
Setting VERSION to 'kanad-2022-10-27'
Setting CPP to 'cpp'
Setting FPP to '/cpp'
Setting CC to '/opt/intel-17/compilers_and_libraries_2017/linux/bin/intel64/icc'
Setting CXX to '/opt/intel-17/compilers_and_libraries_2017/linux/bin/intel64/icpc'
Setting F90 to '/opt/intel-17/compilers_and_libraries_2017/linux/bin/intel64/ifort'
Setting FPPFLAGS to '--traditional'
Setting CFLAGS to '-g -xHOST -align -std=gnu99'
Setting CXXFLAGS to '-g -xHOST -align -std=gnu++11'
Setting F90FLAGS to '-g -xHOST -align -pad -safe_cray_ptr'
Setting LDFLAGS to '-Wl,-rpath,/opt/intel-17/compilers_and_libraries_2017/linux/bin/intel64 -Wl,-rpath, /opt/intel-17/compilers_and_libraries_2017/linux/mkl/lib/intel64'
Setting LIBS to 'ifcore'
Setting C_LINE_DIRECTIVES to 'yes'
Setting F_LINE_DIRECTIVES to 'yes'
Setting VECTORISE to 'yes'
Setting VECTORISE_ALIGNED_ARRAYS to 'no'
Setting VECTORISE_INLINE to 'no'
Setting DEBUG to 'no'
Setting CPP_DEBUG_FLAGS to '-DCARPET_DEBUG'
Setting FPP_DEBUG_FLAGS to '-DCARPET_DEBUG'
Setting C_DEBUG_FLAGS to ''
Setting CXX_DEBUG_FLAGS to ''
Setting F90_DEBUG_FLAGS to '-check bounds -check format'
Setting OPTIMISE to 'yes'
Setting CPP_OPTIMISE_FLAGS to ''
Setting FPP_OPTIMISE_FLAGS to ''
Setting C_OPTIMISE_FLAGS to '-Ofast'
Setting CXX_OPTIMISE_FLAGS to '-Ofast'
Setting F90_OPTIMISE_FLAGS to '-Ofast'
Setting C_NO_OPTIMISE_FLAGS to '-O0'
Setting CXX_NO_OPTIMISE_FLAGS to '-O0'
Setting F90_NO_OPTIMISE_FLAGS to '-O0'
Setting PROFILE to 'no'
Setting CPP_PROFILE_FLAGS to ''
Setting FPP_PROFILE_FLAGS to ''
Setting C_PROFILE_FLAGS to '-pg'
Setting CXX_PROFILE_FLAGS to '-pg'
Setting F90_PROFILE_FLAGS to '-pg'
Setting OPENMP to 'yes'
Setting CPP_OPENMP_FLAGS to '-fopenmp'
Setting FPP_OPENMP_FLAGS to '-fopenmp'
Setting C_OPENMP_FLAGS to '-fopenmp'
Setting CXX_OPENMP_FLAGS to '-fopenmp'
Setting F90_OPENMP_FLAGS to '-fopenmp'
Setting WARN to 'yes'
Setting CPP_WARN_FLAGS to ''
Setting FPP_WARN_FLAGS to '-Wall'
Setting C_WARN_FLAGS to ''
Setting CXX_WARN_FLAGS to ''
Setting F90_WARN_FLAGS to ''
Setting BLAS_DIR to 'NO_BUILD'
Setting BLAS_LIBS to '-mkl'
Setting LAPACK_DIR to 'NO_BUILD'
Setting LAPACK_LIBS to '-mkl'
Setting OPENBLAS_DIR to 'NO_BUILD'
Setting OPENBLAS_LIBS to '-mkl'
Setting PETSC_DIR to 'BUILD'
Setting PETSC_BLAS_EXTRA_LIB_DIRS to '/opt/intel-17/compilers_and_libraries_2017/linux/mkl/lib/intel64'
Setting PETSC_BLAS_EXTRA_LIBS to 'mkl_intel_lp64 mkl_intel_thread mkl_core iomp5'
Setting PETSC_LAPACK_EXTRA_LIB_DIRS to '/opt/intel-17/compilers_and_libraries_2017/linux/mkl/lib/intel64'
Setting PETSC_LAPACK_EXTRA_LIBS to 'mkl_intel_lp64 mkl_intel_thread mkl_core iomp5'
Setting FFTW3_DIR to '/opt/apps/FFTW/fftw-3.3.3-intel-double'
Setting GSL_DIR to '/opt/apps/gsl/gsl-1.16'
Setting HDF5_DIR to '/opt/apps/HDF5/1.8.10'
Setting LIBJPEG_DIR to '/opt/apps/lib/libjpeg/1.2.1'
Setting ZLIB_DIR to '/opt/apps/libs/zlib/1.2.8/gnu'
Setting OPENSSL_DIR to '/opt/apps/openssl/1.1.1a'
Setting MPI_DIR to '/opt/apps/openmpi-3.1.4-intel'
Setting MPI_LIBS to 'mpi'
Setting PTHREADS_DIR to 'NO_BUILD'
End of options from '/home2/mallick/ET4/Cactus/configs/sim/OptionList'.
creating cache ./config.cache
checking host system type... x86_64-pc-linux-gnu
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether the C compiler (/opt/intel-17/compilers_and_libraries_2017/linux/bin/intel64/icc -g -xHOST -align -std=gnu99 -Wl,-rpath,/opt/intel-17/compilers_and_libraries_2017/linux/bin/intel64 -Wl,-rpath, /opt/intel-17/compilers_and_libraries_2017/linux/mkl/lib/intel64) works... no
configure: error: installation or configuration problem: C compiler cannot create executables (see configs/sim/config-data/config.log for details).
Error reconfiguring sim-config
make: *** [sim-config] Error 2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config_et4.log
Type: application/octet-stream
Size: 1805 bytes
Desc: not available
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20221105/4e6d1c00/attachment-0006.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kanad_et4.cfg
Type: application/octet-stream
Size: 4467 bytes
Desc: not available
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20221105/4e6d1c00/attachment-0007.obj
-------------- next part --------------
[mallick at kanadlogin1 Cactus]$ simfactory/bin/sim build --reconfig sim --optionlist simfactory/mdb/optionlists/kanad.cfg --runscript simfactory/mdb/runscripts/kanad.run --thornlist thornlists/einsteintoolkit.th
Using configuration: sim
Reconfiguring sim
Writing configuration to: /home2/mallick/ET8/Cactus/configs/sim/OptionList
Cactus - version: 4.12.0
Reconfiguring sim.
Using configuration options from configure line
Setting fds to '4,5 -j --'
End of options from configure line
Adding configuration options from '/home2/mallick/ET8/Cactus/configs/sim/OptionList'...
Setting VERSION to 'kanad-2022-10-27'
Setting CPP to 'cpp'
Setting FPP to 'cpp'
Setting CC to '/opt/apps/gcc/gcc-7.3.0/bin/gcc'
Setting CXX to '/opt/apps/gcc/gcc-7.3.0/bin/g++'
Setting F90 to '/opt/apps/gcc/gcc-7.3.0/bin/gfortran'
Setting FPPFLAGS to '--traditional'
Setting CFLAGS to '-g3 -march=native -std=gnu11'
Setting CXXFLAGS to '-g3 -march=native -std=gnu++11'
Setting F90FLAGS to '-g3 -march=native -fcray-pointer -ffixed-line-length-none'
Setting LIBS to 'gfortran'
Setting C_LINE_DIRECTIVES to 'yes'
Setting F_LINE_DIRECTIVES to 'yes'
Setting VECTORISE to 'yes'
Setting VECTORISE_ALIGNED_ARRAYS to 'no'
Setting VECTORISE_INLINE to 'no'
Setting DEBUG to 'no'
Setting CPP_DEBUG_FLAGS to '-DCARPET_DEBUG'
Setting FPP_DEBUG_FLAGS to '-DCARPET_DEBUG'
Setting C_DEBUG_FLAGS to ''
Setting CXX_DEBUG_FLAGS to ''
Setting F90_DEBUG_FLAGS to '-check bounds -check format'
Setting OPTIMISE to 'yes'
Setting CPP_OPTIMISE_FLAGS to ''
Setting FPP_OPTIMISE_FLAGS to ''
Setting C_OPTIMISE_FLAGS to '-Ofast'
Setting CXX_OPTIMISE_FLAGS to '-Ofast'
Setting F90_OPTIMISE_FLAGS to '-Ofast'
Setting C_NO_OPTIMISE_FLAGS to '-O0'
Setting CXX_NO_OPTIMISE_FLAGS to '-O0'
Setting F90_NO_OPTIMISE_FLAGS to '-O0'
Setting PROFILE to 'no'
Setting CPP_PROFILE_FLAGS to ''
Setting FPP_PROFILE_FLAGS to ''
Setting C_PROFILE_FLAGS to '-pg'
Setting CXX_PROFILE_FLAGS to '-pg'
Setting F90_PROFILE_FLAGS to '-pg'
Setting OPENMP to 'yes'
Setting CPP_OPENMP_FLAGS to '-fopenmp'
Setting FPP_OPENMP_FLAGS to '-fopenmp'
Setting C_OPENMP_FLAGS to '-fopenmp'
Setting CXX_OPENMP_FLAGS to '-fopenmp'
Setting F90_OPENMP_FLAGS to '-fopenmp'
Setting WARN to 'yes'
Setting CPP_WARN_FLAGS to ''
Setting FPP_WARN_FLAGS to '-Wall'
Setting C_WARN_FLAGS to ''
Setting CXX_WARN_FLAGS to ''
Setting F90_WARN_FLAGS to ''
Setting FFTW3_DIR to '/opt/apps/FFTW/fftw-3.3.3-intel-double'
Setting GSL_DIR to '/opt/apps/gsl/gsl-1.16'
Setting HDF5_DIR to '/opt/apps/HDF5/1.8.10'
Setting LIBJPEG_DIR to '/opt/apps/lib/libjpeg/1.2.1'
Setting ZLIB_DIR to '/opt/apps/libs/zlib/1.2.8/gnu'
Setting OPENSSL_DIR to '/opt/apps/openssl/1.1.1a'
Setting MPI_DIR to '/opt/apps/openmpi-3.1.4-intel'
Setting MPI_INC_DIRS to '/opt/apps/openmpi-3.1.4-intel/include'
Setting MPI_LIB_DIRS to '/opt/apps/openmpi-3.1.4-intel/lib'
Setting MPI_LIBS to 'mpi'
Setting PTHREADS_DIR to 'NO_BUILD'
End of options from '/home2/mallick/ET8/Cactus/configs/sim/OptionList'.
creating cache ./config.cache
checking host system type... x86_64-pc-linux-gnu
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether the C compiler (/opt/apps/gcc/gcc-7.3.0/bin/gcc -g3 -march=native -std=gnu11 ) works... yes
checking whether the C compiler (/opt/apps/gcc/gcc-7.3.0/bin/gcc -g3 -march=native -std=gnu11 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether the C++ compiler (/opt/apps/gcc/gcc-7.3.0/bin/g++ -g3 -march=native -std=gnu++11 ) works... yes
checking whether the C++ compiler (/opt/apps/gcc/gcc-7.3.0/bin/g++ -g3 -march=native -std=gnu++11 ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking for nvcc... no
checking for ranlib... ranlib
checking for perl... perl
checking for gtar... gtar
checking for xargs... xargs
checking for gzip... gzip
checking for gpatch... no
checking for patch... patch
checking for git... git
checking for ar... ar
checking for mkdir... mkdir
checking for bash... /bin/sh
checking whether the Fortran compiler (/opt/apps/gcc/gcc-7.3.0/bin/gfortran ) works... yes
checking whether the Fortran compiler (/opt/apps/gcc/gcc-7.3.0/bin/gfortran ) is a cross-compiler... no
checking whether the Fortran compiler (/opt/apps/gcc/gcc-7.3.0/bin/gfortran ) supports TYPE(*) for CCTK_PointerTo... yes
checking how to run the C preprocessor... cpp
checking for ANSI C header files... yes
checking for C99 features... yes
checking for M_PI... yes
checking for C strdup... yes
checking for C++ strdup... yes
checking whether byte ordering is bigendian... no
checking size of long long... 8
checking size of long int... 8
checking size of int... 4
checking size of short int... 2
checking size of long double... 16
checking size of double... 8
checking size of float... 4
checking size of char *... 8
checking for the null device... /dev/null
checking for gethostbyname... yes
checking whether mode_t is defined... yes
checking for availability of gettimeofday timing... yes
checking if gettimeofday needs timezone... yes
checking for availability of getrusage timing... yes
checking for availability of _ftime timing... no
checking for time.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for string.h... yes
checking for assert.h... yes
checking for tgmath.h... yes
checking for sys/stat.h... yes
checking for getopt.h... yes
checking for dirent.h... yes
checking for c_asm.h... no
checking for intrinsics.h... no
checking for mach/mach_time.h... no
checking for regex.h... yes
checking for sys/filio.h... no
checking for sys/ioctl.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for netdb.h... yes
checking for arpa/inet.h... yes
checking for winsock2.h... no
checking for crypt.h... yes
checking for signal.h... yes
checking for malloc.h... yes
checking for sched.h... yes
checking for execinfo.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether socklen_t is defined... yes
checking whether SOCKET is defined... no
checking for hrtime_t... no
checking for gethrtime... no
checking for read_real_time... no
checking for time_base_to_time... no
checking for clock_gettime... no
checking for mach_absolute_time... no
checking for _rtc intrinsic... no
checking for mallinfo... yes
checking for mallopt... yes
checking for malloc_info... yes
checking whether M_MMAP_THRESHOLD is defined... yes
checking for sched_getaffinity... yes
checking for getpid... yes
checking if __int64 is defined... no
checking if __int128 is defined... yes
checking for vector... yes
checking for vector.h... no
checking if Intel compiler has broken restrict... no
checking if compiler has broken omp collapse... no
checking for getopt_long_only... yes
checking for working const... yes
checking for C inline... inline
checking for C static inline... static inline
checking for C restrict... restrict
checking for C++ restrict... __restrict__
checking for C++ copysign... std::copysign
checking for C++ fpclassify... std::fpclassify
checking for C++ isfinite... std::isfinite
checking for C++ isinf... std::isinf
checking for C++ isnan... std::isnan
checking for C++ isnormal... std::isnormal
checking for C++ signbit... std::signbit
checking for C _Pragma... yes
checking for C function __attribute__((__const__))... yes
checking for C++ function __attribute__((__const__))... yes
checking for C++ member function __attribute__((__const__))... yes
checking for C function __attribute__((__pure__))... yes
checking for C++ function __attribute__((__pure__))... yes
checking for C++ member function __attribute__((__pure__))... yes
checking for C data __attribute__((__common__))... yes
checking for C+ data __attribute__((__common__))... yes
checking for C function __attribute__((__noinline__))... yes
checking for C++ function __attribute__((__noinline__))... yes
checking for C++ member function __attribute__((__noinline__))... yes
checking for C function __attribute__((__always_inline__))... yes
checking for C++ function __attribute__((__always_inline__))... yes
checking for C++ member function __attribute__((__always_inline__))... yes
checking for C __attribute__((__unused__))... yes
checking for C++ __attribute__((__unused__))... yes
checking for C __attribute__((__aligned__(...)))... yes
checking for C++ __attribute__((__aligned__(...)))... yes
checking for C __attribute__((__cold__))... yes
checking for C++ __attribute__((__cold__))... yes
checking for C __attribute__((__hot__))... yes
checking for C++ __attribute__((__hot__))... yes
checking for C __attribute__((__format__(printf, 1, 2)))... yes
checking for C++ __attribute__((__format__(printf, 1, 2)))... yes
checking for C __attribute__((__noreturn__))... yes
checking for C++ __attribute__((__noreturn__))... yes
checking for C __attribute__((__nonnull__))... yes
checking for C++ __attribute__((__nonnull__))... yes
checking for C __attribute__((__returns_nonnull__))... yes
checking for C++ __attribute__((__returns_nonnull__))... yes
checking for C __builtin_expect... yes
checking for C++ __builtin_expect... yes
checking for C __builtin_trap... yes
checking for C++ __builtin_trap... yes
checking for C __builtin_unreachable... yes
checking for C++ __builtin_unreachable... yes
checking for C __builtin_assume_aligned... yes
checking for C++ __builtin_assume_aligned... yes
checking for C++ static_assert... yes
checking for C++ auto specifier... yes
checking for C++ lambda expressions... yes
checking for C++ range-based for statements... yes
checking for Fortran REAL*4... yes
checking for Fortran REAL*8... yes
checking for Fortran REAL*16... yes
checking for Fortran COMPLEX*8... yes
checking for Fortran COMPLEX*16... yes
checking for Fortran COMPLEX*32... yes
checking for cxxabi.h... yes
checking for __cxa_demangle... yes
checking for Dl_info.dli_sname... yes
checking for dladdr... no
checking for dladdr in library dl... yes
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for crypt... no
checking for crypt in library crypt... yes
checking for finite in header math.h and library m... yes
checking for copysign in header math.h and library m... yes
checking for fpclassify in header math.h and library m... yes
checking for isfinite in header math.h and library m... yes
checking for isinf in header math.h and library m... yes
checking for isnan in header math.h and library m... yes
checking for isnormal in header math.h and library m... yes
checking for signbit in header math.h and library m... yes
checking for mkstemp... yes
checking for va_copy... yes
checking whether linker supports --whole-archive... yes
checking whether linker supports -filelist... no
creating cctk_Archdefs.h
creating make.arch.defn
creating cctk_Extradefs.h
creating make.extra.defn
cctk_Archdefs.h is unchanged
make.arch.defn is unchanged
cctk_Extradefs.h is unchanged
make.extra.defn is unchanged
updating cache ./config.cache
creating ./config.status
creating make.config.defn
creating make.config.deps
creating make.config.rules
creating cctk_Config.h
cctk_Config.h is unchanged
Determining number of fortran underscores...
Compiling test file with /opt/apps/gcc/gcc-7.3.0/bin/gfortran -g3 -march=native -fcray-pointer -ffixed-line-length-none ...
Lowercase - One trailing underscore
Compiling test file with /opt/apps/gcc/gcc-7.3.0/bin/gfortran -g3 -march=native -fcray-pointer -ffixed-line-length-none ...
Lowercase - One trailing underscore
Use make sim to build the configuration.
Updated script file for configuration sim
Warning: default run script contents have changed
Updated runscript file for configuration sim
Updated thorn list for configuration sim
Building sim
Cactus - version: 4.12.0
Building configuration sim
Processing CCL files
Reading ThornList...
Parsing configuration files...
ADMAnalysis
Requires: CartGrid3D
ADMBase
Requires: CartGrid3D
ADMCoupling
ADMDerivatives
Requires thorns: SummationByParts
ADMMacros
Provides: ADMMacros
ADMMass
AEILocalInterp
AHFinder
Requires: CartGrid3D
AHFinderDirect
Optional: HDF5
Requires thorns: SpaceMask
BLAS
Provides: BLAS
Baikal
BaikalVacuum
Boundary
Provides: Boundary
CT_Analytic
Requires: GenericFD
Optional: LoopControl
CT_MultiLevel
Requires: Carpet MPI
Cactus
Optional: MPI
CalcK
Requires: CartGrid3D Fortran
Carpet
Provides: Carpet
Requires: CarpetLib IOUtil MPI Timers
Optional: LoopControl
CarpetEvolutionMask
Requires: Carpet
CarpetIOASCII
Requires: Carpet CarpetLib IOUtil
Optional: SDF
CarpetIOBasic
Requires: Carpet CarpetLib IOUtil
CarpetIOHDF5
Provides: CarpetIOHDF5
Requires: Carpet CarpetLib IOUtil HDF5
Optional: MPI
CarpetIOScalar
Requires: Carpet CarpetLib IOUtil
CarpetIntegrateTest
Requires: Carpet
CarpetInterp
Requires: Carpet CarpetLib MPI
CarpetInterp2
Requires: Carpet CarpetLib
CarpetLib
Provides: CarpetLib
Requires: MPI Vectors
Optional: Boost CycleClock LoopControl HRSCCore
CarpetMask
Optional: LoopControl
CarpetProlongateTest
Requires: Fortran
CarpetReduce
Requires: Carpet CarpetLib MPI
Optional: LoopControl
CarpetRegrid
Requires: Carpet CarpetLib
CarpetRegrid2
Requires: Carpet CarpetLib
CarpetRegridTest
CarpetSlab
Requires: Carpet CarpetLib
CarpetTracker
CartGrid3D
Provides: CartGrid3D
Requires: CoordBase
Cartoon2D
Requires: SpaceMask
Constants
Convert_to_HydroBase
CoordBase
Provides: CoordBase
CoordGauge
Coordinates
Requires: Carpet TensorTypes TGRtensor
CoordinatesSymmetry
CycleClock
Provides: CycleClock
DemoInterp
Dissipation
Requires thorns: SphericalSurface
DistortedBHIVP
EHFinder
Requires thorns: CartGrid3D
EOS_Base
Provides: EOS_Base
EOS_Hybrid
Requires: EOS_Base EOS_Polytrope
EOS_IdealFluid
EOS_Omni
Provides: EOS_Omni
Requires: HDF5
Optional: MPI
EOS_Polytrope
Provides: EOS_Polytrope
Requires: EOS_Base
EinsteinExact_Test
EllBase
Provides: EllBase
EllSOR
Requires: Boundary CartGrid3D
Exact
Requires thorns: CoordGauge
Extract
FFTW3
Provides: FFTW3
Requires: FFTW3
FishboneMoncriefID
FleshInfo
Formaline
Optional: MPI PTHREADS
Fortran
Provides: Fortran
Requires: Fortran
GRHydro
Requires: EOS_Omni Boundary CartGrid3D SpaceMask
Optional: EOS_Polytrope
Optional-ifactive: Carpet
GRHydro_InitData
Requires: EOS_Omni Fortran
GSL
Provides: GSL
Requires: GSL
GaugeWave
Requires: GenericFD
Optional: LoopControl
GenericFD
Provides: GenericFD
GiRaFFE
Provides: GiRaFFE
Requires: Boundary CartGrid3D SpaceMask
GiRaFFE_to_HydroBase
GiRaFFEfood
Provides: GiRaFFEFood
Requires: Boundary CartGrid3D SpaceMask ShiftedKerrSchild GSL
GlobalDerivative
Requires: SummationByParts
HDF5
Provides: HDF5
Requires: HDF5 zlib
Optional: MPI
HTTPD
Provides: HTTPD
Requires: SOCKET
Optional: MPI PTHREADS
HTTPDExtra
Requires: HTTPD IOUTIL
Optional: MPI
HelloWorld
HighOrderWaveTest
HydroBase
Hydro_Analysis
Requires: LoopControl
Optional: Fortran
Hydro_InitExcision
Hydro_RNSID
Requires: EOS_Base Boundary CartGrid3D SpaceMask HDF5
Optional: MPI
IDAnalyticBH
IDAxiBrillBH
Requires: Fortran
IDAxiOddBrillBH
IDBrillData
Requires: CartGrid3D
IDConstraintViolate
IDFileADM
IDLinearWaves
IDScalarWave
IDScalarWaveC
IDScalarWaveCXX
IDScalarWaveElliptic
IDWaveMoL
ID_converter_GiRaFFE
ID_converter_ILGRMHD
IOASCII
Requires: IOUtil
Requires thorns: IOUtil
IOBasic
Requires: IOUtil
Requires thorns: IOUtil
IOHDF5
Requires: IOHDF5Util HDF5 IOUtil PUGH
Optional: FlexIO SDF MPI
IOHDF5Util
Provides: IOHDF5Util
Requires: PUGH IOUtil HDF5
Optional: MPI
IOJpeg
Requires: libjpeg
IOUtil
Provides: IOUTIL
IllinoisGRMHD
Provides: IllinoisGRMHD
Requires: EOS_Omni Boundary CartGrid3D SpaceMask
InitBase
InterpToArray
Interpolate2
Requires: Carpet TGRtensor LAPACK LoopControl
Requires thorns: CarpetInterp2
KerrSchild
Requires: GenericFD
Optional: LoopControl
LAPACK
Provides: LAPACK
Requires: BLAS
LORENE
Provides: LORENE
Requires: BLAS LAPACK GSL LORENE
LeanBSSNMoL
LlamaWaveToy
Requires: Fortran TGRtensor LAPACK
LocalInterp
LocalInterp2
LocalReduce
LoopControl
Provides: LoopControl
Optional: CycleClock hwloc Vectors
ML_ADMConstraints
Requires: GenericFD
Optional: LoopControl
ML_ADMQuantities
Requires: GenericFD
Optional: LoopControl
ML_BSSN
Requires: GenericFD LoopControl Vectors
ML_BSSN_Helper
Requires thorns: CartGrid3D CoordGauge
ML_BSSN_Test
ML_CCZ4
Requires: GenericFD LoopControl Vectors
ML_CCZ4_Helper
Requires thorns: CartGrid3D CoordGauge
ML_CCZ4_Test
ML_WaveToy
Requires: GenericFD LoopControl Vectors
ML_WaveToy_Test
MPI
Provides: MPI
Requires: MPI
Optional: hwloc
MemSpeed
Requires: Vectors
Optional: MPI
Meudon_Bin_BH
Requires: LORENE
Meudon_Bin_NS
Requires: LORENE
Meudon_Mag_NS
Requires: LORENE
Minkowski
Requires: GenericFD
Optional: LoopControl
MoL
ModifiedSchwarzschildBL
Requires: GenericFD
Optional: LoopControl
Multipole
Optional: HDF5
NPScalars
NPScalars_Proca
NaNCatcher
NaNChecker
Provides: NaNChecker
NewRad
Requires: GenericFD
Nice
NoExcision
Optional-ifactive: Carpet
NoMPI
Optional: MPI
Noise
Norms
NullConstr
Requires thorns: Fortran NullEvolve NullGrid NullInterp
NullDecomp
NullEvolve
Requires thorns: Fortran NullDecomp NullGrid NullInterp
NullExact
Requires thorns: Fortran NullEvolve NullGrid NullInterp
NullGrid
Provides: NullGrid
Requires thorns: Fortran
NullInterp
Provides: NullInterp
Requires: Fortran
Requires thorns: NullGrid
NullNews
Requires: MPI
Requires thorns: NullDecomp NullGrid NullInterp
NullPsiInt
Requires thorns: Fortran NullGrid NullNews
NullSHRExtract
Provides: NullSHRExtraction
Requires thorns: Fortran NullDecomp NullEvolve NullGrid NullInterp
NullVars
Provides: NullVars
OpenSSL
Provides: OpenSSL
Outflow
Requires thorns: HydroBase
PAPI
Provides: PAPI
Requires: PAPI
PUGH
Provides: PUGH
Optional: MPI Vectors
PUGHInterp
Requires: PUGH
Optional: MPI
PUGHReduce
Requires: PUGH
Optional: MPI
PUGHSlab
Requires: PUGH
Optional: MPI
Periodic
Requires thorns: Slab
PeriodicCarpet
Requires: Carpet CarpetLib
Poisson
Requires: Boundary Carpet CartGrid3D TATelliptic
ProcaBase
ProcaEvolve
Proca_simpleID
PunctureTracker
QuasiLocalMeasures
Requires: Boundary Fortran LAPACK TGRtensor
Optional: MPI
ReadInterpolate
Requires: HDF5 Carpet IOUtil
Requires thorns: Carpet IOUtil
ReductionTest
ReductionTest2
ReductionTest3
ReflectionSymmetry
RegridSyncTest
RotatingDBHIVP
RotatingSymmetry180
Requires thorns: Slab
RotatingSymmetry90
Requires thorns: Slab
SampleBoundary
SampleIO
Requires: IOUtil
Seed_Magnetic_Fields
Seed_Magnetic_Fields_BNS
SetMask_SphericalSurface
ShiftedGaugeWave
Requires: GenericFD
Optional: LoopControl
ShiftedKerrSchild
Provides: ShiftedKerrSchild
Requires: Boundary CartGrid3D GiRaFFE
Slab
Provides: Slab
Optional: LoopControl MPI
SlabTest
Socket
Provides: SOCKET
SpaceMask
Provides: SpaceMask
Requires: CartGrid3D
SphericalHarmonicDecomp
Requires: HDF5 GSL
SphericalHarmonicRecon
Requires: HDF5 FFTW3 MPI
SphericalHarmonicReconGen
Requires: HDF5
SphericalSurface
StaticConformal
SummationByParts
Provides: SummationByParts
SymBase
SystemStatistics
SystemTopology
Requires: hwloc MPI
TATelliptic
Provides: TATelliptic
TGRtensor
Provides: TGRtensor
Requires: LAPACK
TOVSolver
Requires thorns: Boundary CartGrid3D SpaceMask
TensorTypes
Provides: TensorTypes
TerminationTrigger
TestArrays
TestCarpetGridInfo
Requires: Carpet
TestComplex
TestCoordinates
TestFortranCrayPointers
Requires: Fortran
TestFortranDependencies1
Requires: TestFortranDependencies
TestFortranDependencies2
Provides: TestFortranDependencies
TestFpointerNULL
TestFreeF90
TestGlobalReduce
TestInclude1
TestInclude2
TestLocalInterp2
TestLocalReduce
TestLoop
TestLoopControl
Requires: LoopControl
TestMath
TestMoL
TestPar
TestReadWrite
TestReduce
TestSchedule
TestStrings
TestTable
TestTimers
TestTypes
Time
TimerInfo
TimerReport
Optional: MPI
Timers
Provides: Timers
Requires: CarpetLib
TmunuBase
Trigger
TwoPunctures
Requires: GSL
TwoPunctures_KerrProca
Requires: GSL
Vaidya2
Requires: GenericFD
Optional: LoopControl
Vectors
Provides: Vectors
Requires: Vectors
VolumeIntegrals_GRMHD
VolumeIntegrals_vacuum
WatchDog
Requires: PTHREADS
WaveBinarySource
WaveExtractL
Requires: Carpet
Requires thorns: ADMDerivatives NaNChecker
WaveMoL
Requires: CartGrid3D
WaveToy1DF77
Requires: Boundary
WaveToy2DF77
Requires: Boundary
WaveToyC
Requires: CartGrid3D
WaveToyCXX
Requires: CartGrid3D
WaveToyExtra
WaveToyF77
Requires: CartGrid3D
WaveToyF90
Requires: CartGrid3D
WaveToyFreeF90
Requires: CartGrid3D
WeylScal4
Requires: GenericFD LoopControl Vectors
hwloc
Provides: hwloc
Requires: zlib hwloc
Optional: pciutils
libjpeg
Provides: libjpeg
particle_tracerET
pthreads
Provides: PTHREADS
Requires: PTHREADS
smallbPoynET
zlib
Provides: zlib
Parsing interface files...
ADMAnalysis
Implements: ADMAnalysis
Inherits: ADMBase StaticConformal Grid ADMMacros
7 Public, 0 Protected, 0 Private variable groups
ADMBase
Implements: ADMBase
Inherits: grid
10 Public, 0 Protected, 0 Private variable groups
ADMCoupling
Implements: ADMCoupling
0 Public, 0 Protected, 0 Private variable groups
ADMDerivatives
Implements: ADMDerivatives
Inherits: Coordinates ADMBase
6 Public, 0 Protected, 0 Private variable groups
ADMMacros
Implements: ADMMacros
2 Public, 0 Protected, 0 Private variable groups
ADMMass
Implements: ADMMass
Inherits: ADMBase ADMMacros StaticConformal SpaceMask
0 Public, 0 Protected, 7 Private variable groups
AEILocalInterp
Implements: AEILocalInterp
0 Public, 0 Protected, 0 Private variable groups
AHFinder
Implements: AHFinder
Inherits: ADMBase StaticConformal SpaceMask Grid IO ADMMacros
7 Public, 0 Protected, 11 Private variable groups
AHFinderDirect
Implements: AHFinderDirect
Inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO
0 Public, 0 Protected, 6 Private variable groups
BLAS
Implements: BLAS
0 Public, 0 Protected, 0 Private variable groups
Baikal
Implements: Baikal
Inherits: ADMBase Boundary Grid MethodofLines TmunuBase
5 Public, 0 Protected, 0 Private variable groups
BaikalVacuum
Implements: BaikalVacuum
Inherits: ADMBase Boundary Grid MethodofLines
5 Public, 0 Protected, 0 Private variable groups
Boundary
Implements: boundary
0 Public, 0 Protected, 0 Private variable groups
CT_Analytic
Implements: CT_Analytic
Inherits: Boundary GenericFD Grid
41 Public, 0 Protected, 0 Private variable groups
CT_MultiLevel
Implements: CT_MultiLevel
Inherits: Boundary Grid
0 Public, 0 Protected, 10 Private variable groups
Cactus
Implements: Cactus
0 Public, 0 Protected, 0 Private variable groups
CalcK
Implements: CalcK
Inherits: ADMBase StaticConformal
0 Public, 0 Protected, 4 Private variable groups
Carpet
Implements: Driver
0 Public, 0 Protected, 7 Private variable groups
CarpetEvolutionMask
Implements: CarpetEvolutionMask
3 Public, 0 Protected, 0 Private variable groups
CarpetIOASCII
Implements: IOASCII
0 Public, 0 Protected, 4 Private variable groups
CarpetIOBasic
Implements: IOBasic
Inherits: IO
0 Public, 0 Protected, 4 Private variable groups
CarpetIOHDF5
Implements: IOHDF5
0 Public, 0 Protected, 7 Private variable groups
CarpetIOScalar
Implements: IOScalar
0 Public, 0 Protected, 4 Private variable groups
CarpetIntegrateTest
Implements: CarpetIntegrateTest
Inherits: Reduce Grid Driver
0 Public, 0 Protected, 2 Private variable groups
CarpetInterp
Implements: interp
0 Public, 0 Protected, 0 Private variable groups
CarpetInterp2
Implements: interp2
0 Public, 0 Protected, 0 Private variable groups
CarpetLib
Implements: CarpetLib
0 Public, 0 Protected, 0 Private variable groups
CarpetMask
Implements: CarpetMask
Inherits: grid SphericalSurface
0 Public, 0 Protected, 0 Private variable groups
CarpetProlongateTest
Implements: CarpetProlongateTest
Inherits: grid
0 Public, 0 Protected, 7 Private variable groups
CarpetReduce
Implements: reduce
0 Public, 0 Protected, 5 Private variable groups
CarpetRegrid
Implements: CarpetRegrid
0 Public, 0 Protected, 0 Private variable groups
CarpetRegrid2
Implements: CarpetRegrid2
7 Public, 0 Protected, 7 Private variable groups
CarpetRegridTest
Implements: CarpetRegridTest
Inherits: grid
0 Public, 0 Protected, 2 Private variable groups
CarpetSlab
Implements: Hyperslab
0 Public, 0 Protected, 0 Private variable groups
CarpetTracker
Implements: CarpetTracker
Inherits: SphericalSurface CarpetRegrid2
0 Public, 0 Protected, 0 Private variable groups
CartGrid3D
Implements: grid
Inherits: coordbase
3 Public, 0 Protected, 0 Private variable groups
Cartoon2D
Implements: cartoon2d
0 Public, 0 Protected, 2 Private variable groups
Constants
Implements: Constants
0 Public, 0 Protected, 0 Private variable groups
Convert_to_HydroBase
Implements: Convert_to_HydroBase
Inherits: grid HydroBase ADMBase IllinoisGRMHD
0 Public, 0 Protected, 0 Private variable groups
CoordBase
Implements: CoordBase
0 Public, 0 Protected, 0 Private variable groups
CoordGauge
Implements: CoordGauge
2 Public, 0 Protected, 0 Private variable groups
Coordinates
Implements: Coordinates
Inherits: grid
11 Public, 0 Protected, 0 Private variable groups
CoordinatesSymmetry
Implements: CoordinatesSymmetry
0 Public, 0 Protected, 0 Private variable groups
CycleClock
Implements: CycleClock
0 Public, 0 Protected, 0 Private variable groups
DemoInterp
Implements: DemoInterp
0 Public, 0 Protected, 10 Private variable groups
Dissipation
Implements: Dissipation
Inherits: grid SphericalSurface SpaceMask
0 Public, 0 Protected, 2 Private variable groups
DistortedBHIVP
Implements: distortedbhivp
Inherits: ADMBase grid StaticConformal
0 Public, 0 Protected, 3 Private variable groups
EHFinder
Implements: ehfinder
Inherits: grid admbase coordgauge staticconformal spacemask boundary
0 Public, 0 Protected, 55 Private variable groups
EOS_Base
Implements: EOS_Base
0 Public, 0 Protected, 0 Private variable groups
EOS_Hybrid
Implements: EOS_Hybrid
Inherits: HydroBase EOS_2d_Polytrope
0 Public, 0 Protected, 2 Private variable groups
EOS_IdealFluid
Implements: EOS_Ideal_Fluid
Inherits: EOS_Base
0 Public, 0 Protected, 0 Private variable groups
EOS_Omni
Implements: EOS_Omni
0 Public, 0 Protected, 0 Private variable groups
EOS_Polytrope
Implements: EOS_2d_Polytrope
Inherits: EOS_Base
0 Public, 0 Protected, 0 Private variable groups
EinsteinExact_Test
Implements: EinsteinExact_Test
0 Public, 0 Protected, 0 Private variable groups
EllBase
Implements: ellbase
0 Public, 0 Protected, 0 Private variable groups
EllSOR
Implements: ellsor
Inherits: ellbase boundary
0 Public, 0 Protected, 0 Private variable groups
Exact
Implements: exact
Inherits: admbase grid coordgauge staticconformal
0 Public, 3 Protected, 4 Private variable groups
Extract
Implements: extract
Inherits: grid ADMBase staticconformal io
0 Public, 0 Protected, 2 Private variable groups
FFTW3
Implements: FFTW3
0 Public, 0 Protected, 0 Private variable groups
FishboneMoncriefID
Implements: FishboneMoncriefID
Inherits: admbase grid hydrobase
0 Public, 0 Protected, 0 Private variable groups
FleshInfo
Implements: FleshInfo
0 Public, 0 Protected, 0 Private variable groups
Formaline
Implements: Formaline
0 Public, 0 Protected, 0 Private variable groups
Fortran
Implements: Fortran
0 Public, 0 Protected, 0 Private variable groups
GRHydro
Implements: GRHydro
Inherits: ADMBase Boundary SpaceMask Tmunubase HydroBase
53 Public, 0 Protected, 39 Private variable groups
GRHydro_InitData
Implements: GRHydro_init_data
Inherits: GRHydro grid EOS_Omni
0 Public, 4 Protected, 2 Private variable groups
GSL
Implements: GSL
0 Public, 0 Protected, 0 Private variable groups
GaugeWave
Implements: GaugeWave
Inherits: admbase Boundary GenericFD Grid
7 Public, 0 Protected, 0 Private variable groups
GenericFD
Implements: GenericFD
0 Public, 0 Protected, 3 Private variable groups
GiRaFFE
Implements: GiRaFFE
Inherits: ADMBase Boundary SpaceMask Tmunubase HydroBase grid
9 Public, 0 Protected, 11 Private variable groups
GiRaFFE_to_HydroBase
Implements: GiRaFFE_to_HydroBase
Inherits: grid HydroBase ADMBase GiRaFFE
0 Public, 0 Protected, 0 Private variable groups
GiRaFFEfood
Implements: GiRaFFEFood
Inherits: HydroBase ADMBase Boundary SpaceMask grid GiRaFFE ShiftedKerrSchild
0 Public, 7 Protected, 0 Private variable groups
GlobalDerivative
Implements: GlobalDerivative
Inherits: grid SummationByParts Coordinates
0 Public, 0 Protected, 0 Private variable groups
HDF5
Implements: HDF5
0 Public, 0 Protected, 0 Private variable groups
HTTPD
Implements: HTTPD
Inherits: Socket
0 Public, 0 Protected, 0 Private variable groups
HTTPDExtra
Implements: http_utils
0 Public, 0 Protected, 0 Private variable groups
HelloWorld
Implements: helloworld
0 Public, 0 Protected, 0 Private variable groups
HighOrderWaveTest
Implements: HighOrderWaveTest
0 Public, 0 Protected, 0 Private variable groups
HydroBase
Implements: HydroBase
Inherits: InitBase
14 Public, 0 Protected, 0 Private variable groups
Hydro_Analysis
Implements: Hydro_Analysis
Inherits: Grid HydroBase ADMBase
10 Public, 0 Protected, 6 Private variable groups
Hydro_InitExcision
Implements: Hydro_InitExcision
Inherits: HydroBase Grid SpaceMask
0 Public, 0 Protected, 0 Private variable groups
Hydro_RNSID
Implements: hydro_rnsid
Inherits: ADMBase HydroBase
0 Public, 0 Protected, 0 Private variable groups
IDAnalyticBH
Implements: idanalyticbh
Inherits: ADMBase StaticConformal Grid
0 Public, 0 Protected, 0 Private variable groups
IDAxiBrillBH
Implements: idaxibrillbh
Inherits: ADMBase grid StaticConformal
0 Public, 0 Protected, 0 Private variable groups
IDAxiOddBrillBH
Implements: axiodd
Inherits: ADMBase grid StaticConformal
0 Public, 0 Protected, 3 Private variable groups
IDBrillData
Implements: IDBrillData
Inherits: grid ADMBase StaticConformal ellbase
0 Public, 0 Protected, 3 Private variable groups
IDConstraintViolate
Implements: idconstraintviolate
Inherits: admbase grid
0 Public, 0 Protected, 0 Private variable groups
IDFileADM
Implements: IDFileADM
Inherits: ADMBase StaticConformal IO
0 Public, 0 Protected, 0 Private variable groups
IDLinearWaves
Implements: idlinearwaves
Inherits: ADMBase StaticConformal Grid
0 Public, 0 Protected, 0 Private variable groups
IDScalarWave
Implements: idscalarwave
Inherits: wavetoy grid
0 Public, 0 Protected, 0 Private variable groups
IDScalarWaveC
Implements: idscalarwave
Inherits: wavetoy grid
0 Public, 0 Protected, 0 Private variable groups
IDScalarWaveCXX
Implements: idscalarwave
Inherits: wavetoy grid
0 Public, 0 Protected, 0 Private variable groups
IDScalarWaveElliptic
Implements: IDScalarWaveElliptic
Inherits: Grid WaveToy EllBase IDScalarWave
0 Public, 0 Protected, 3 Private variable groups
IDWaveMoL
Implements: idwavemol
Inherits: wavemol grid
0 Public, 0 Protected, 0 Private variable groups
ID_converter_GiRaFFE
Implements: ID_converter_GiRaFFE
Inherits: ADMBase Boundary SpaceMask Tmunubase HydroBase grid GiRaFFE
0 Public, 0 Protected, 0 Private variable groups
ID_converter_ILGRMHD
Implements: ID_converter_ILGRMHD
Inherits: ADMBase Boundary SpaceMask Tmunubase HydroBase grid IllinoisGRMHD
0 Public, 0 Protected, 0 Private variable groups
IOASCII
Implements: IOASCII
0 Public, 0 Protected, 0 Private variable groups
IOBasic
Implements: IOBasic
Inherits: IO
0 Public, 0 Protected, 3 Private variable groups
IOHDF5
Implements: IOHDF5
0 Public, 0 Protected, 0 Private variable groups
IOHDF5Util
Implements: IOHDF5Util
Inherits: IO
0 Public, 0 Protected, 0 Private variable groups
IOJpeg
Implements: IOJpeg
Inherits: IO
0 Public, 0 Protected, 0 Private variable groups
IOUtil
Implements: IO
0 Public, 0 Protected, 0 Private variable groups
IllinoisGRMHD
Implements: IllinoisGRMHD
Inherits: ADMBase Boundary SpaceMask Tmunubase HydroBase grid
13 Public, 0 Protected, 11 Private variable groups
InitBase
Implements: InitBase
0 Public, 0 Protected, 0 Private variable groups
InterpToArray
Implements: InterpToArray
8 Public, 0 Protected, 0 Private variable groups
Interpolate2
Implements: Interpolate
Inherits: Coordinates grid
2 Public, 0 Protected, 2 Private variable groups
KerrSchild
Implements: KerrSchild
Inherits: admbase Boundary GenericFD Grid
7 Public, 0 Protected, 0 Private variable groups
LAPACK
Implements: LAPACK
0 Public, 0 Protected, 0 Private variable groups
LORENE
Implements: LORENE
0 Public, 0 Protected, 0 Private variable groups
LeanBSSNMoL
Implements: LeanBSSNMoL
Inherits: ADMBase TmunuBase Boundary CoordGauge
15 Public, 0 Protected, 0 Private variable groups
LlamaWaveToy
Implements: LlamaWaveToy
Inherits: grid Coordinates GlobalDerivative SummationByParts Interpolate
0 Public, 0 Protected, 23 Private variable groups
LocalInterp
Implements: LocalInterp
0 Public, 0 Protected, 0 Private variable groups
LocalInterp2
Implements: LocalInterp
0 Public, 0 Protected, 0 Private variable groups
LocalReduce
Implements: LocalReduce
0 Public, 0 Protected, 0 Private variable groups
LoopControl
Implements: LoopControl
Inherits: CycleClock
0 Public, 0 Protected, 0 Private variable groups
ML_ADMConstraints
Implements: ML_ADMConstraints
Inherits: ADMBase Boundary GenericFD Grid TmunuBase
3 Public, 0 Protected, 0 Private variable groups
ML_ADMQuantities
Implements: ML_ADMQuantities
Inherits: ADMBase Boundary GenericFD Grid ML_BSSN TmunuBase
3 Public, 0 Protected, 0 Private variable groups
ML_BSSN
Implements: ML_BSSN
Inherits: ADMBase Boundary GenericFD Grid TmunuBase
24 Public, 0 Protected, 0 Private variable groups
ML_BSSN_Helper
Implements: ML_BSSN_Helper
Inherits: ADMBase CoordGauge ML_BSSN
0 Public, 0 Protected, 0 Private variable groups
ML_BSSN_Test
Implements: ML_BSSN_Test
0 Public, 0 Protected, 0 Private variable groups
ML_CCZ4
Implements: ML_CCZ4
Inherits: ADMBase Boundary GenericFD Grid TmunuBase
26 Public, 0 Protected, 0 Private variable groups
ML_CCZ4_Helper
Implements: ML_CCZ4_Helper
Inherits: ADMBase CoordGauge ML_CCZ4
0 Public, 0 Protected, 0 Private variable groups
ML_CCZ4_Test
Implements: ML_BSSN_Test
0 Public, 0 Protected, 0 Private variable groups
ML_WaveToy
Implements: ML_WaveToy
Inherits: Boundary GenericFD Grid
6 Public, 0 Protected, 0 Private variable groups
ML_WaveToy_Test
Implements: ML_WaveToy_Test
0 Public, 0 Protected, 0 Private variable groups
MPI
Implements: MPI
0 Public, 0 Protected, 0 Private variable groups
MemSpeed
Implements: MemSpeed
0 Public, 0 Protected, 0 Private variable groups
Meudon_Bin_BH
Implements: ID_Bin_BH
Inherits: grid SummationByParts ADMBase
0 Public, 0 Protected, 0 Private variable groups
Meudon_Bin_NS
Implements: Meudon_Bin_NS
Inherits: grid SummationByParts ADMBase HydroBase
2 Public, 0 Protected, 0 Private variable groups
Meudon_Mag_NS
Implements: ID_Mag_NS
Inherits: grid ADMBase HydroBase
0 Public, 0 Protected, 0 Private variable groups
Minkowski
Implements: Minkowski
Inherits: admbase Boundary GenericFD Grid
7 Public, 0 Protected, 0 Private variable groups
MoL
Implements: MethodOfLines
0 Public, 0 Protected, 10 Private variable groups
ModifiedSchwarzschildBL
Implements: ModifiedSchwarzschildBL
Inherits: admbase Boundary GenericFD Grid
7 Public, 0 Protected, 0 Private variable groups
Multipole
Implements: multipole
Inherits: Grid
6 Public, 0 Protected, 0 Private variable groups
NPScalars
Implements: NPScalars
Inherits: ADMBase
0 Public, 0 Protected, 3 Private variable groups
NPScalars_Proca
Implements: NPScalars_Proca
Inherits: ADMBase ProcaBase
0 Public, 0 Protected, 9 Private variable groups
NaNCatcher
Implements: NaNCatcher
0 Public, 0 Protected, 0 Private variable groups
NaNChecker
Implements: NaNChecker
Inherits: Reduce
0 Public, 0 Protected, 4 Private variable groups
NewRad
Implements: NewRad
0 Public, 0 Protected, 0 Private variable groups
Nice
Implements: nice
0 Public, 0 Protected, 0 Private variable groups
NoExcision
Implements: NoExcision
Inherits: ADMBase StaticConformal grid SphericalSurface Boundary
0 Public, 0 Protected, 17 Private variable groups
NoMPI
Implements: NoMPI
0 Public, 0 Protected, 0 Private variable groups
Noise
Implements: Noise
Inherits: grid
0 Public, 0 Protected, 0 Private variable groups
Norms
Implements: Norms
0 Public, 0 Protected, 7 Private variable groups
NullConstr
Implements: NullConstr
Inherits: NullGrid NullVars NullInterp
10 Public, 0 Protected, 0 Private variable groups
NullDecomp
Implements: NullDecomp
Inherits: NullGrid
0 Public, 0 Protected, 3 Private variable groups
NullEvolve
Implements: NullEvolve
Inherits: NullInterp NullGrid NullVars Time
Friend of: NullSHRExtract
0 Public, 0 Protected, 8 Private variable groups
NullExact
Implements: NullExact
Inherits: NullVars NullGrid NullNews NullConstr NullInterp NullEvolve
Friend of: NullSHRExtract
0 Public, 0 Protected, 38 Private variable groups
NullGrid
Implements: NullGrid
11 Public, 0 Protected, 0 Private variable groups
NullInterp
Implements: NullInterp
Inherits: NullGrid
5 Public, 0 Protected, 2 Private variable groups
NullNews
Implements: NullNews
Inherits: NullGrid NullVars NullInterp
19 Public, 0 Protected, 8 Private variable groups
NullPsiInt
Implements: NullPsiInt
Inherits: NullVars NullGrid NullNews NullInterp NullEvolve
4 Public, 0 Protected, 5 Private variable groups
NullSHRExtract
Implements: NullSHRExtract
Inherits: NullInterp NullGrid NullVars
9 Public, 21 Protected, 28 Private variable groups
NullVars
Implements: NullVars
5 Public, 0 Protected, 0 Private variable groups
OpenSSL
Implements: OpenSSL
0 Public, 0 Protected, 0 Private variable groups
Outflow
Implements: outflow
Inherits: ADMBase HydroBase SphericalSurface
0 Public, 0 Protected, 6 Private variable groups
PAPI
Implements: PAPI
0 Public, 0 Protected, 0 Private variable groups
PUGH
Implements: Driver
0 Public, 0 Protected, 0 Private variable groups
PUGHInterp
Implements: Interp
0 Public, 0 Protected, 0 Private variable groups
PUGHReduce
Implements: Reduce
0 Public, 0 Protected, 0 Private variable groups
PUGHSlab
Implements: Hyperslab
0 Public, 0 Protected, 0 Private variable groups
Periodic
Implements: Periodic
0 Public, 0 Protected, 0 Private variable groups
PeriodicCarpet
Implements: PeriodicCarpet
Inherits: grid
0 Public, 0 Protected, 0 Private variable groups
Poisson
Implements: Poisson
Inherits: boundary grid
0 Public, 0 Protected, 3 Private variable groups
ProcaBase
Implements: ProcaBase
5 Public, 0 Protected, 0 Private variable groups
ProcaEvolve
Implements: ProcaEvolve
Inherits: ADMBase Tmunubase ProcaBase Boundary
8 Public, 0 Protected, 0 Private variable groups
Proca_simpleID
Implements: Proca_simpleID
Inherits: ADMBase grid ProcaBase
0 Public, 0 Protected, 0 Private variable groups
PunctureTracker
Implements: PunctureTracker
Inherits: ADMBase CarpetRegrid2 SphericalSurface
0 Public, 0 Protected, 4 Private variable groups
QuasiLocalMeasures
Implements: QuasiLocalMeasures
Inherits: ADMBase SphericalSurface TmunuBase
0 Public, 0 Protected, 24 Private variable groups
ReadInterpolate
Implements: ReadInterpolate
Inherits: grid
0 Public, 0 Protected, 6 Private variable groups
ReductionTest
Implements: ReductionTest
Inherits: GRHydro grid
0 Public, 0 Protected, 3 Private variable groups
ReductionTest2
Implements: ReductionTest2
0 Public, 0 Protected, 2 Private variable groups
ReductionTest3
Implements: ReductionTest3
Inherits: grid
0 Public, 0 Protected, 4 Private variable groups
ReflectionSymmetry
Implements: ReflectionSymmetry
0 Public, 0 Protected, 0 Private variable groups
RegridSyncTest
Implements: RegridSyncTest
0 Public, 0 Protected, 2 Private variable groups
RotatingDBHIVP
Implements: rotatingdbhivp
Inherits: ADMBase grid StaticConformal
0 Public, 0 Protected, 3 Private variable groups
RotatingSymmetry180
Implements: RotatingSymmetry180
0 Public, 0 Protected, 0 Private variable groups
RotatingSymmetry90
Implements: RotatingSymmetry90
0 Public, 0 Protected, 0 Private variable groups
SampleBoundary
Implements: LinExtrapBnd
0 Public, 0 Protected, 0 Private variable groups
SampleIO
Implements: SampleIO
Inherits: IO
0 Public, 0 Protected, 0 Private variable groups
Seed_Magnetic_Fields
Implements: seed_magnetic_fields
Inherits: grid ADMBase HydroBase
0 Public, 0 Protected, 0 Private variable groups
Seed_Magnetic_Fields_BNS
Implements: Seed_Magnetic_Fields_Privt
Inherits: grid ADMBase HydroBase
0 Public, 0 Protected, 0 Private variable groups
SetMask_SphericalSurface
Implements: SetMask_SphericalSurface
Inherits: HydroBase SphericalSurface
0 Public, 0 Protected, 0 Private variable groups
ShiftedGaugeWave
Implements: ShiftedGaugeWave
Inherits: admbase Boundary GenericFD Grid
7 Public, 0 Protected, 0 Private variable groups
ShiftedKerrSchild
Implements: ShiftedKerrSchild
Inherits: ADMBase Boundary grid
2 Public, 0 Protected, 0 Private variable groups
Slab
Implements: Slab
0 Public, 0 Protected, 0 Private variable groups
SlabTest
Implements: SlabTest
Inherits: Slab
0 Public, 0 Protected, 7 Private variable groups
Socket
Implements: Socket
0 Public, 0 Protected, 0 Private variable groups
SpaceMask
Implements: SpaceMask
Inherits: grid
3 Public, 0 Protected, 0 Private variable groups
SphericalHarmonicDecomp
Implements: SphericalHarmonicDecomp
0 Public, 0 Protected, 0 Private variable groups
SphericalHarmonicRecon
Implements: SphericalHarmonicRecon
0 Public, 0 Protected, 0 Private variable groups
SphericalHarmonicReconGen
Implements: SphericalHarmonicReconGen
0 Public, 0 Protected, 0 Private variable groups
SphericalSurface
Implements: SphericalSurface
Inherits: grid
10 Public, 0 Protected, 2 Private variable groups
StaticConformal
Implements: StaticConformal
Inherits: grid
5 Public, 0 Protected, 0 Private variable groups
SummationByParts
Implements: SummationByParts
3 Public, 0 Protected, 0 Private variable groups
SymBase
Implements: SymBase
0 Public, 0 Protected, 0 Private variable groups
SystemStatistics
Implements: SystemStatistics
0 Public, 0 Protected, 4 Private variable groups
SystemTopology
Implements: SystemTopology
0 Public, 0 Protected, 0 Private variable groups
TATelliptic
Implements: TATelliptic
0 Public, 0 Protected, 0 Private variable groups
TGRtensor
Implements: TGRtensor
0 Public, 0 Protected, 0 Private variable groups
TOVSolver
Implements: TOVSolver
Inherits: ADMBase HydroBase Constants StaticConformal
0 Public, 0 Protected, 0 Private variable groups
TensorTypes
Implements: TensorTypes
0 Public, 0 Protected, 0 Private variable groups
TerminationTrigger
Implements: TerminationTrigger
0 Public, 0 Protected, 3 Private variable groups
TestArrays
Implements: Arrays
0 Public, 0 Protected, 36 Private variable groups
TestCarpetGridInfo
Implements: TestCarpetGridInfo
0 Public, 0 Protected, 0 Private variable groups
TestComplex
Implements: testcomplex
0 Public, 0 Protected, 7 Private variable groups
TestCoordinates
Implements: testgrid
0 Public, 0 Protected, 3 Private variable groups
TestFortranCrayPointers
Implements: TestFortranCrayPointers
0 Public, 0 Protected, 4 Private variable groups
TestFortranDependencies1
Implements: TestFortranDependencies1
0 Public, 0 Protected, 0 Private variable groups
TestFortranDependencies2
Implements: TestFortranDependencies2
0 Public, 0 Protected, 0 Private variable groups
TestFpointerNULL
Implements: TestFpointerNULL
0 Public, 0 Protected, 3 Private variable groups
TestFreeF90
Implements: TestFreeF90
0 Public, 0 Protected, 0 Private variable groups
TestGlobalReduce
Implements: testglobalreduce
Inherits: grid
11 Public, 0 Protected, 0 Private variable groups
TestInclude1
Implements: include1
0 Public, 0 Protected, 0 Private variable groups
TestInclude2
Implements: include2
0 Public, 0 Protected, 0 Private variable groups
TestLocalInterp2
Implements: TestLocalInterp2
Inherits: Grid
0 Public, 0 Protected, 4 Private variable groups
TestLocalReduce
Implements: TestLocalReduce
3 Public, 0 Protected, 0 Private variable groups
TestLoop
Implements: TestLoop
Inherits: grid
0 Public, 0 Protected, 4 Private variable groups
TestLoopControl
Implements: TestLoopControl
Inherits: grid
0 Public, 0 Protected, 4 Private variable groups
TestMath
Implements: TestMath
0 Public, 0 Protected, 0 Private variable groups
TestMoL
Implements: TestMoL
Inherits: MethodOfLines
0 Public, 0 Protected, 17 Private variable groups
TestPar
Implements: TestPar
0 Public, 0 Protected, 0 Private variable groups
TestReadWrite
Implements: TestReadWriteImp
Inherits: grid
5 Public, 6 Protected, 3 Private variable groups
TestReduce
Implements: testreduce
0 Public, 0 Protected, 9 Private variable groups
TestSchedule
Implements: TestSchedule
0 Public, 0 Protected, 0 Private variable groups
TestStrings
Implements: teststrings
0 Public, 0 Protected, 0 Private variable groups
TestTable
Implements: TestTable
0 Public, 0 Protected, 0 Private variable groups
TestTimers
Implements: testtimers
0 Public, 0 Protected, 0 Private variable groups
TestTypes
Implements: TestTypes
0 Public, 0 Protected, 12 Private variable groups
Time
Implements: time
2 Public, 0 Protected, 2 Private variable groups
TimerInfo
Implements: timerinfo
0 Public, 0 Protected, 0 Private variable groups
TimerReport
Implements: timerreport
0 Public, 0 Protected, 0 Private variable groups
Timers
Implements: Timers
0 Public, 0 Protected, 0 Private variable groups
TmunuBase
Implements: TmunuBase
Inherits: ADMBase StaticConformal
5 Public, 0 Protected, 0 Private variable groups
Trigger
Implements: trigger
Inherits: IO
0 Public, 0 Protected, 2 Private variable groups
TwoPunctures
Implements: TwoPunctures
Inherits: ADMBase StaticConformal grid
3 Public, 0 Protected, 4 Private variable groups
TwoPunctures_KerrProca
Implements: TwoPunctures_KerrProca
Inherits: ADMBase StaticConformal grid ProcaBase
3 Public, 0 Protected, 4 Private variable groups
Vaidya2
Implements: Vaidya2
Inherits: admbase Boundary GenericFD Grid
7 Public, 0 Protected, 0 Private variable groups
Vectors
Implements: Vectors
0 Public, 0 Protected, 2 Private variable groups
VolumeIntegrals_GRMHD
Implements: VolumeIntegrals_GRMHD
Inherits: grid ADMBase CarpetRegrid2 HydroBase ADMBase
0 Public, 0 Protected, 6 Private variable groups
VolumeIntegrals_vacuum
Implements: VolumeIntegrals_vacuum
Inherits: grid ADMBase CarpetRegrid2
3 Public, 0 Protected, 4 Private variable groups
WatchDog
Implements: WatchDog
0 Public, 0 Protected, 0 Private variable groups
WaveBinarySource
Implements: binarysource
Inherits: wavetoy grid
0 Public, 0 Protected, 0 Private variable groups
WaveExtractL
Implements: WaveExtractL
Inherits: grid admbase staticconformal io sphericalsurface
0 Public, 0 Protected, 17 Private variable groups
WaveMoL
Implements: wavemol
6 Public, 0 Protected, 0 Private variable groups
WaveToy1DF77
Implements: wavetoy1d
Inherits: boundary
0 Public, 0 Protected, 5 Private variable groups
WaveToy2DF77
Implements: wavetoy2d
Inherits: boundary
0 Public, 0 Protected, 5 Private variable groups
WaveToyC
Implements: wavetoy
Inherits: grid
2 Public, 0 Protected, 0 Private variable groups
WaveToyCXX
Implements: wavetoy
Inherits: grid
2 Public, 0 Protected, 0 Private variable groups
WaveToyExtra
Implements: wavetoyextra
Inherits: wavetoy
0 Public, 0 Protected, 0 Private variable groups
WaveToyF77
Implements: wavetoy
Inherits: grid
2 Public, 0 Protected, 0 Private variable groups
WaveToyF90
Implements: wavetoy
Inherits: grid
2 Public, 0 Protected, 0 Private variable groups
WaveToyFreeF90
Implements: wavetoy
Inherits: grid
2 Public, 0 Protected, 0 Private variable groups
WeylScal4
Implements: WeylScal4
Inherits: admbase Boundary GenericFD Grid methodoflines
19 Public, 0 Protected, 0 Private variable groups
hwloc
Implements: hwloc
0 Public, 0 Protected, 0 Private variable groups
libjpeg
Implements: libjpeg
0 Public, 0 Protected, 0 Private variable groups
particle_tracerET
Implements: particle_tracerET
Inherits: grid HydroBase ADMBase
0 Public, 0 Protected, 4 Private variable groups
pthreads
Implements: PTHREADS
0 Public, 0 Protected, 0 Private variable groups
smallbPoynET
Implements: smallbPoynET
Inherits: grid HydroBase ADMBase
0 Public, 0 Protected, 2 Private variable groups
zlib
Implements: zlib
0 Public, 0 Protected, 0 Private variable groups
Parsing parameter files...
ADMAnalysis
Shares: ADMBASE
0 Global, 0 Restricted, 4 Private parameters
ADMBase
0 Global, 18 Restricted, 0 Private parameters
ADMCoupling
0 Global, 0 Restricted, 0 Private parameters
ADMDerivatives
0 Global, 0 Restricted, 6 Private parameters
ADMMacros
0 Global, 1 Restricted, 0 Private parameters
ADMMass
0 Global, 0 Restricted, 17 Private parameters
AEILocalInterp
0 Global, 0 Restricted, 1 Private parameters
AHFinder
Shares: ADMBASE ADMMACROS GRID IO SPACEMASK
0 Global, 2 Restricted, 87 Private parameters
AHFinderDirect
Shares: ADMBASE GRID IO SPACEMASK SPHERICALSURFACE
0 Global, 0 Restricted, 154 Private parameters
BLAS
0 Global, 0 Restricted, 0 Private parameters
Baikal
Shares: ADMBASE
0 Global, 5 Restricted, 0 Private parameters
BaikalVacuum
Shares: ADMBASE
0 Global, 5 Restricted, 0 Private parameters
Boundary
Shares: CACTUS
0 Global, 8 Restricted, 0 Private parameters
CT_Analytic
Shares: GENERICFD METHODOFLINES
0 Global, 67 Restricted, 1 Private parameters
CT_MultiLevel
Shares: ADMBASE
0 Global, 0 Restricted, 66 Private parameters
Cactus
0 Global, 7 Restricted, 13 Private parameters
CalcK
Shares: ADMBASE
0 Global, 0 Restricted, 6 Private parameters
Carpet
Shares: CACTUS CARPETLIB INITBASE IO
0 Global, 4 Restricted, 94 Private parameters
CarpetEvolutionMask
0 Global, 0 Restricted, 6 Private parameters
CarpetIOASCII
Shares: CACTUS IO
0 Global, 0 Restricted, 63 Private parameters
CarpetIOBasic
Shares: CACTUS IO
0 Global, 0 Restricted, 15 Private parameters
CarpetIOHDF5
Shares: CACTUS IO
0 Global, 0 Restricted, 77 Private parameters
CarpetIOScalar
Shares: CACTUS IO
0 Global, 0 Restricted, 9 Private parameters
CarpetIntegrateTest
0 Global, 0 Restricted, 2 Private parameters
CarpetInterp
0 Global, 0 Restricted, 5 Private parameters
CarpetInterp2
0 Global, 0 Restricted, 3 Private parameters
CarpetLib
Shares: IO
0 Global, 5 Restricted, 31 Private parameters
CarpetMask
Shares: SPHERICALSURFACE
0 Global, 0 Restricted, 8 Private parameters
CarpetProlongateTest
0 Global, 0 Restricted, 16 Private parameters
CarpetReduce
0 Global, 0 Restricted, 3 Private parameters
CarpetRegrid
0 Global, 5 Restricted, 65 Private parameters
CarpetRegrid2
0 Global, 0 Restricted, 135 Private parameters
CarpetRegridTest
0 Global, 0 Restricted, 3 Private parameters
CarpetSlab
0 Global, 0 Restricted, 0 Private parameters
CarpetTracker
Shares: SPHERICALSURFACE
0 Global, 0 Restricted, 3 Private parameters
CartGrid3D
Shares: DRIVER
0 Global, 23 Restricted, 10 Private parameters
Cartoon2D
0 Global, 0 Restricted, 12 Private parameters
Constants
0 Global, 0 Restricted, 0 Private parameters
Convert_to_HydroBase
Shares: ADMBASE HYDROBASE ILLINOISGRMHD
0 Global, 0 Restricted, 1 Private parameters
CoordBase
0 Global, 0 Restricted, 44 Private parameters
CoordGauge
Shares: ADMBASE
0 Global, 2 Restricted, 1 Private parameters
Coordinates
0 Global, 1 Restricted, 71 Private parameters
CoordinatesSymmetry
0 Global, 0 Restricted, 6 Private parameters
CycleClock
0 Global, 0 Restricted, 1 Private parameters
DemoInterp
0 Global, 0 Restricted, 3 Private parameters
Dissipation
Shares: SPACEMASK
0 Global, 18 Restricted, 0 Private parameters
DistortedBHIVP
Shares: ADMBASE STATICCONFORMAL
0 Global, 0 Restricted, 11 Private parameters
EHFinder
Shares: ADMBASE GRID METHODOFLINES SPACEMASK
0 Global, 3 Restricted, 56 Private parameters
EOS_Base
0 Global, 0 Restricted, 0 Private parameters
EOS_Hybrid
Shares: EOS_2D_POLYTROPE
0 Global, 3 Restricted, 0 Private parameters
EOS_IdealFluid
0 Global, 1 Restricted, 0 Private parameters
EOS_Omni
Shares: IO
0 Global, 28 Restricted, 0 Private parameters
EOS_Polytrope
0 Global, 4 Restricted, 0 Private parameters
EinsteinExact_Test
0 Global, 0 Restricted, 0 Private parameters
EllBase
0 Global, 1 Restricted, 0 Private parameters
EllSOR
Shares: ELLBASE
0 Global, 0 Restricted, 0 Private parameters
Exact
Shares: ADMBASE STATICCONFORMAL
0 Global, 93 Restricted, 19 Private parameters
Extract
Shares: ADMBASE GRID IO
0 Global, 0 Restricted, 30 Private parameters
FFTW3
0 Global, 0 Restricted, 0 Private parameters
FishboneMoncriefID
Shares: ADMBASE GRID HYDROBASE
0 Global, 7 Restricted, 2 Private parameters
FleshInfo
0 Global, 0 Restricted, 0 Private parameters
Formaline
Shares: IO
0 Global, 0 Restricted, 28 Private parameters
Fortran
0 Global, 0 Restricted, 1 Private parameters
GRHydro
Shares: ADMBASE EOS_OMNI HYDROBASE METHODOFLINES SPACEMASK
0 Global, 125 Restricted, 3 Private parameters
GRHydro_InitData
Shares: ADMBASE EOS_OMNI GRHYDRO HYDROBASE
0 Global, 0 Restricted, 85 Private parameters
GSL
0 Global, 0 Restricted, 0 Private parameters
GaugeWave
Shares: ADMBASE GENERICFD METHODOFLINES
0 Global, 29 Restricted, 1 Private parameters
GenericFD
0 Global, 13 Restricted, 0 Private parameters
GiRaFFE
Shares: ADMBASE
0 Global, 7 Restricted, 1 Private parameters
GiRaFFE_to_HydroBase
Shares: ADMBASE HYDROBASE
0 Global, 0 Restricted, 1 Private parameters
GiRaFFEfood
Shares: GIRAFFE SHIFTEDKERRSCHILD
0 Global, 9 Restricted, 0 Private parameters
GlobalDerivative
Shares: SUMMATIONBYPARTS
0 Global, 5 Restricted, 0 Private parameters
HDF5
0 Global, 0 Restricted, 0 Private parameters
HTTPD
Shares: CACTUS
0 Global, 0 Restricted, 22 Private parameters
HTTPDExtra
0 Global, 0 Restricted, 1 Private parameters
HelloWorld
0 Global, 0 Restricted, 0 Private parameters
HighOrderWaveTest
0 Global, 0 Restricted, 0 Private parameters
HydroBase
Shares: INITBASE IO
0 Global, 17 Restricted, 0 Private parameters
Hydro_Analysis
Shares: HYDROBASE
0 Global, 4 Restricted, 15 Private parameters
Hydro_InitExcision
Shares: GRID
0 Global, 11 Restricted, 0 Private parameters
Hydro_RNSID
Shares: ADMBASE HYDROBASE
0 Global, 0 Restricted, 17 Private parameters
IDAnalyticBH
Shares: ADMBASE STATICCONFORMAL
0 Global, 0 Restricted, 23 Private parameters
IDAxiBrillBH
Shares: ADMBASE
0 Global, 0 Restricted, 20 Private parameters
IDAxiOddBrillBH
Shares: ADMBASE STATICCONFORMAL
0 Global, 0 Restricted, 17 Private parameters
IDBrillData
Shares: ADMBASE STATICCONFORMAL
0 Global, 0 Restricted, 31 Private parameters
IDConstraintViolate
Shares: ADMBASE
0 Global, 0 Restricted, 3 Private parameters
IDFileADM
Shares: ADMBASE IO STATICCONFORMAL
0 Global, 0 Restricted, 0 Private parameters
IDLinearWaves
Shares: ADMBASE STATICCONFORMAL
0 Global, 0 Restricted, 11 Private parameters
IDScalarWave
Shares: GRID
0 Global, 1 Restricted, 6 Private parameters
IDScalarWaveC
Shares: GRID
0 Global, 1 Restricted, 6 Private parameters
IDScalarWaveCXX
Shares: GRID
0 Global, 1 Restricted, 6 Private parameters
IDScalarWaveElliptic
Shares: IDSCALARWAVE
0 Global, 0 Restricted, 5 Private parameters
IDWaveMoL
0 Global, 1 Restricted, 17 Private parameters
ID_converter_GiRaFFE
Shares: GIRAFFE
0 Global, 0 Restricted, 2 Private parameters
ID_converter_ILGRMHD
Shares: ILLINOISGRMHD
0 Global, 0 Restricted, 5 Private parameters
IOASCII
Shares: IO
0 Global, 0 Restricted, 35 Private parameters
IOBasic
Shares: IO
0 Global, 0 Restricted, 13 Private parameters
IOHDF5
Shares: IO
0 Global, 0 Restricted, 5 Private parameters
IOHDF5Util
Shares: IO
0 Global, 0 Restricted, 1 Private parameters
IOJpeg
Shares: IO
0 Global, 0 Restricted, 33 Private parameters
IOUtil
0 Global, 59 Restricted, 2 Private parameters
IllinoisGRMHD
Shares: ADMBASE
0 Global, 15 Restricted, 1 Private parameters
InitBase
0 Global, 1 Restricted, 0 Private parameters
InterpToArray
0 Global, 93 Restricted, 0 Private parameters
Interpolate2
0 Global, 0 Restricted, 11 Private parameters
KerrSchild
Shares: ADMBASE GENERICFD METHODOFLINES
0 Global, 29 Restricted, 1 Private parameters
LAPACK
0 Global, 0 Restricted, 0 Private parameters
LORENE
0 Global, 0 Restricted, 0 Private parameters
LeanBSSNMoL
Shares: ADMBASE METHODOFLINES
0 Global, 3 Restricted, 32 Private parameters
LlamaWaveToy
Shares: COORDINATES METHODOFLINES
0 Global, 0 Restricted, 35 Private parameters
LocalInterp
0 Global, 0 Restricted, 0 Private parameters
LocalInterp2
0 Global, 0 Restricted, 0 Private parameters
LocalReduce
0 Global, 0 Restricted, 0 Private parameters
LoopControl
Shares: IO
0 Global, 0 Restricted, 20 Private parameters
ML_ADMConstraints
Shares: GENERICFD METHODOFLINES
0 Global, 9 Restricted, 0 Private parameters
ML_ADMQuantities
Shares: GENERICFD METHODOFLINES
0 Global, 10 Restricted, 0 Private parameters
ML_BSSN
Shares: ADMBASE GENERICFD METHODOFLINES
0 Global, 71 Restricted, 137 Private parameters
ML_BSSN_Helper
Shares: ADMBASE BOUNDARY GENERICFD METHODOFLINES ML_BSSN
0 Global, 0 Restricted, 1 Private parameters
ML_BSSN_Test
0 Global, 0 Restricted, 0 Private parameters
ML_CCZ4
Shares: ADMBASE GENERICFD METHODOFLINES
0 Global, 74 Restricted, 145 Private parameters
ML_CCZ4_Helper
Shares: ADMBASE BOUNDARY GENERICFD METHODOFLINES ML_CCZ4
0 Global, 0 Restricted, 1 Private parameters
ML_CCZ4_Test
0 Global, 0 Restricted, 0 Private parameters
ML_WaveToy
Shares: GENERICFD METHODOFLINES
0 Global, 21 Restricted, 17 Private parameters
ML_WaveToy_Test
0 Global, 0 Restricted, 0 Private parameters
MPI
0 Global, 0 Restricted, 0 Private parameters
MemSpeed
0 Global, 0 Restricted, 2 Private parameters
Meudon_Bin_BH
Shares: ADMBASE
0 Global, 0 Restricted, 1 Private parameters
Meudon_Bin_NS
Shares: ADMBASE HYDROBASE
0 Global, 0 Restricted, 5 Private parameters
Meudon_Mag_NS
Shares: ADMBASE HYDROBASE
0 Global, 0 Restricted, 1 Private parameters
Minkowski
Shares: ADMBASE GENERICFD METHODOFLINES
0 Global, 27 Restricted, 1 Private parameters
MoL
Shares: CACTUS
0 Global, 9 Restricted, 26 Private parameters
ModifiedSchwarzschildBL
Shares: ADMBASE GENERICFD METHODOFLINES
0 Global, 29 Restricted, 1 Private parameters
Multipole
Shares: IO
0 Global, 26 Restricted, 0 Private parameters
NPScalars
0 Global, 0 Restricted, 2 Private parameters
NPScalars_Proca
Shares: PROCABASE
0 Global, 0 Restricted, 1 Private parameters
NaNCatcher
0 Global, 0 Restricted, 0 Private parameters
NaNChecker
0 Global, 0 Restricted, 11 Private parameters
NewRad
0 Global, 0 Restricted, 1 Private parameters
Nice
0 Global, 0 Restricted, 1 Private parameters
NoExcision
0 Global, 0 Restricted, 27 Private parameters
NoMPI
0 Global, 0 Restricted, 0 Private parameters
Noise
0 Global, 0 Restricted, 7 Private parameters
Norms
0 Global, 0 Restricted, 4 Private parameters
NullConstr
Shares: NULLEVOLVE NULLGRID
0 Global, 1 Restricted, 0 Private parameters
NullDecomp
Shares: IO NULLGRID
0 Global, 1 Restricted, 2 Private parameters
NullEvolve
Shares: CACTUS NULLGRID NULLINTERP TIME
0 Global, 15 Restricted, 31 Private parameters
NullExact
Shares: METHODOFLINES NULLEVOLVE NULLGRID NULLNEWS
0 Global, 4 Restricted, 14 Private parameters
NullGrid
0 Global, 8 Restricted, 0 Private parameters
NullInterp
Shares: NULLGRID
0 Global, 3 Restricted, 7 Private parameters
NullNews
Shares: CACTUS NULLGRID
0 Global, 1 Restricted, 21 Private parameters
NullPsiInt
Shares: METHODOFLINES NULLGRID
0 Global, 2 Restricted, 1 Private parameters
NullSHRExtract
Shares: CACTUS NULLEVOLVE NULLGRID
0 Global, 4 Restricted, 14 Private parameters
NullVars
Shares: NULLGRID
0 Global, 0 Restricted, 0 Private parameters
OpenSSL
0 Global, 0 Restricted, 0 Private parameters
Outflow
Shares: IO SPHERICALSURFACE
0 Global, 0 Restricted, 19 Private parameters
PAPI
0 Global, 0 Restricted, 11 Private parameters
PUGH
Shares: CACTUS
0 Global, 4 Restricted, 51 Private parameters
PUGHInterp
0 Global, 0 Restricted, 0 Private parameters
PUGHReduce
0 Global, 0 Restricted, 0 Private parameters
PUGHSlab
0 Global, 0 Restricted, 0 Private parameters
Periodic
0 Global, 0 Restricted, 8 Private parameters
PeriodicCarpet
0 Global, 0 Restricted, 5 Private parameters
Poisson
0 Global, 0 Restricted, 4 Private parameters
ProcaBase
Shares: IO
0 Global, 10 Restricted, 0 Private parameters
ProcaEvolve
Shares: METHODOFLINES PROCABASE
0 Global, 3 Restricted, 6 Private parameters
Proca_simpleID
Shares: ADMBASE
0 Global, 7 Restricted, 0 Private parameters
PunctureTracker
Shares: SPHERICALSURFACE
0 Global, 0 Restricted, 10 Private parameters
QuasiLocalMeasures
Shares: ADMBASE SPHERICALSURFACE
0 Global, 0 Restricted, 13 Private parameters
ReadInterpolate
Shares: IO
0 Global, 0 Restricted, 14 Private parameters
ReductionTest
Shares: GRID
0 Global, 0 Restricted, 0 Private parameters
ReductionTest2
Shares: GRID
0 Global, 0 Restricted, 0 Private parameters
ReductionTest3
Shares: GRID
0 Global, 0 Restricted, 0 Private parameters
ReflectionSymmetry
0 Global, 0 Restricted, 13 Private parameters
RegridSyncTest
0 Global, 0 Restricted, 0 Private parameters
RotatingDBHIVP
Shares: ADMBASE STATICCONFORMAL
0 Global, 0 Restricted, 13 Private parameters
RotatingSymmetry180
0 Global, 0 Restricted, 8 Private parameters
RotatingSymmetry90
0 Global, 0 Restricted, 4 Private parameters
SampleBoundary
0 Global, 0 Restricted, 0 Private parameters
SampleIO
Shares: IO
0 Global, 0 Restricted, 5 Private parameters
Seed_Magnetic_Fields
0 Global, 7 Restricted, 0 Private parameters
Seed_Magnetic_Fields_BNS
0 Global, 14 Restricted, 0 Private parameters
SetMask_SphericalSurface
Shares: SPHERICALSURFACE
0 Global, 0 Restricted, 5 Private parameters
ShiftedGaugeWave
Shares: ADMBASE GENERICFD METHODOFLINES
0 Global, 29 Restricted, 1 Private parameters
ShiftedKerrSchild
Shares: ADMBASE
0 Global, 3 Restricted, 0 Private parameters
Slab
0 Global, 0 Restricted, 2 Private parameters
SlabTest
0 Global, 0 Restricted, 0 Private parameters
Socket
0 Global, 0 Restricted, 0 Private parameters
SpaceMask
0 Global, 1 Restricted, 0 Private parameters
SphericalHarmonicDecomp
Shares: IO
0 Global, 0 Restricted, 18 Private parameters
SphericalHarmonicRecon
0 Global, 0 Restricted, 10 Private parameters
SphericalHarmonicReconGen
Shares: NULLSHREXTRACT
0 Global, 0 Restricted, 45 Private parameters
SphericalSurface
0 Global, 15 Restricted, 9 Private parameters
StaticConformal
Shares: ADMBASE
0 Global, 1 Restricted, 0 Private parameters
SummationByParts
0 Global, 23 Restricted, 0 Private parameters
SymBase
0 Global, 0 Restricted, 1 Private parameters
SystemStatistics
0 Global, 0 Restricted, 0 Private parameters
SystemTopology
0 Global, 0 Restricted, 2 Private parameters
TATelliptic
0 Global, 0 Restricted, 0 Private parameters
TGRtensor
0 Global, 0 Restricted, 0 Private parameters
TOVSolver
Shares: ADMBASE HYDROBASE STATICCONFORMAL
0 Global, 0 Restricted, 27 Private parameters
TensorTypes
0 Global, 0 Restricted, 0 Private parameters
TerminationTrigger
Shares: IO
0 Global, 0 Restricted, 10 Private parameters
TestArrays
0 Global, 0 Restricted, 20 Private parameters
TestCarpetGridInfo
0 Global, 0 Restricted, 2 Private parameters
TestComplex
0 Global, 0 Restricted, 3 Private parameters
TestCoordinates
0 Global, 2 Restricted, 0 Private parameters
TestFortranCrayPointers
0 Global, 0 Restricted, 0 Private parameters
TestFortranDependencies1
0 Global, 0 Restricted, 0 Private parameters
TestFortranDependencies2
0 Global, 0 Restricted, 0 Private parameters
TestFpointerNULL
0 Global, 0 Restricted, 0 Private parameters
TestFreeF90
0 Global, 0 Restricted, 0 Private parameters
TestGlobalReduce
0 Global, 0 Restricted, 11 Private parameters
TestInclude1
0 Global, 0 Restricted, 0 Private parameters
TestInclude2
0 Global, 0 Restricted, 0 Private parameters
TestLocalInterp2
0 Global, 0 Restricted, 3 Private parameters
TestLocalReduce
0 Global, 0 Restricted, 3 Private parameters
TestLoop
0 Global, 0 Restricted, 0 Private parameters
TestLoopControl
0 Global, 0 Restricted, 0 Private parameters
TestMath
0 Global, 0 Restricted, 0 Private parameters
TestMoL
0 Global, 0 Restricted, 4 Private parameters
TestPar
0 Global, 0 Restricted, 16 Private parameters
TestReadWrite
0 Global, 0 Restricted, 4 Private parameters
TestReduce
0 Global, 0 Restricted, 0 Private parameters
TestSchedule
0 Global, 0 Restricted, 0 Private parameters
TestStrings
0 Global, 0 Restricted, 0 Private parameters
TestTable
0 Global, 0 Restricted, 0 Private parameters
TestTimers
0 Global, 0 Restricted, 1 Private parameters
TestTypes
0 Global, 0 Restricted, 4 Private parameters
Time
Shares: CACTUS
0 Global, 2 Restricted, 5 Private parameters
TimerInfo
0 Global, 0 Restricted, 3 Private parameters
TimerReport
Shares: IO
0 Global, 0 Restricted, 11 Private parameters
Timers
Shares: IO
0 Global, 0 Restricted, 6 Private parameters
TmunuBase
0 Global, 2 Restricted, 3 Private parameters
Trigger
0 Global, 0 Restricted, 18 Private parameters
TwoPunctures
Shares: ADMBASE IO STATICCONFORMAL
0 Global, 33 Restricted, 0 Private parameters
TwoPunctures_KerrProca
Shares: ADMBASE IO PROCABASE STATICCONFORMAL
0 Global, 34 Restricted, 5 Private parameters
Vaidya2
Shares: ADMBASE GENERICFD METHODOFLINES
0 Global, 29 Restricted, 1 Private parameters
Vectors
0 Global, 0 Restricted, 2 Private parameters
VolumeIntegrals_GRMHD
Shares: GRID IO
0 Global, 0 Restricted, 18 Private parameters
VolumeIntegrals_vacuum
Shares: GRID IO
0 Global, 0 Restricted, 21 Private parameters
WatchDog
0 Global, 0 Restricted, 1 Private parameters
WaveBinarySource
0 Global, 0 Restricted, 5 Private parameters
WaveExtractL
Shares: ADMBASE GRID IO SPHERICALSURFACE
0 Global, 0 Restricted, 53 Private parameters
WaveMoL
Shares: METHODOFLINES
0 Global, 2 Restricted, 1 Private parameters
WaveToy1DF77
0 Global, 0 Restricted, 4 Private parameters
WaveToy2DF77
0 Global, 0 Restricted, 5 Private parameters
WaveToyC
0 Global, 1 Restricted, 0 Private parameters
WaveToyCXX
0 Global, 1 Restricted, 0 Private parameters
WaveToyExtra
Shares: WAVETOY
0 Global, 0 Restricted, 2 Private parameters
WaveToyF77
0 Global, 1 Restricted, 0 Private parameters
WaveToyF90
0 Global, 1 Restricted, 0 Private parameters
WaveToyFreeF90
0 Global, 1 Restricted, 0 Private parameters
WeylScal4
Shares: GENERICFD METHODOFLINES
0 Global, 30 Restricted, 3 Private parameters
hwloc
0 Global, 0 Restricted, 0 Private parameters
libjpeg
0 Global, 0 Restricted, 0 Private parameters
particle_tracerET
Shares: ADMBASE HYDROBASE IO
0 Global, 0 Restricted, 15 Private parameters
pthreads
0 Global, 0 Restricted, 0 Private parameters
smallbPoynET
Shares: ADMBASE HYDROBASE
0 Global, 0 Restricted, 2 Private parameters
zlib
0 Global, 0 Restricted, 0 Private parameters
Parsing schedule files...
ADMAnalysis
15 schedule blocks.
ADMBase
27 schedule blocks.
ADMCoupling
0 schedule blocks.
ADMDerivatives
7 schedule blocks.
ADMMacros
1 schedule blocks.
ADMMass
10 schedule blocks.
AEILocalInterp
1 schedule blocks.
AHFinder
7 schedule blocks.
AHFinderDirect
34 schedule blocks.
BLAS
0 schedule blocks.
Baikal
21 schedule blocks.
BaikalVacuum
18 schedule blocks.
Boundary
6 schedule blocks.
CT_Analytic
13 schedule blocks.
CT_MultiLevel
1 schedule blocks.
Cactus
24 schedule blocks.
CalcK
5 schedule blocks.
Carpet
9 schedule blocks.
CarpetEvolutionMask
7 schedule blocks.
CarpetIOASCII
2 schedule blocks.
CarpetIOBasic
2 schedule blocks.
CarpetIOHDF5
10 schedule blocks.
CarpetIOScalar
2 schedule blocks.
CarpetIntegrateTest
3 schedule blocks.
CarpetInterp
1 schedule blocks.
CarpetInterp2
0 schedule blocks.
CarpetLib
4 schedule blocks.
CarpetMask
4 schedule blocks.
CarpetProlongateTest
9 schedule blocks.
CarpetReduce
15 schedule blocks.
CarpetRegrid
1 schedule blocks.
CarpetRegrid2
2 schedule blocks.
CarpetRegridTest
3 schedule blocks.
CarpetSlab
0 schedule blocks.
CarpetTracker
1 schedule blocks.
CartGrid3D
11 schedule blocks.
Cartoon2D
6 schedule blocks.
Constants
0 schedule blocks.
Convert_to_HydroBase
2 schedule blocks.
CoordBase
1 schedule blocks.
CoordGauge
8 schedule blocks.
Coordinates
26 schedule blocks.
CoordinatesSymmetry
2 schedule blocks.
CycleClock
1 schedule blocks.
DemoInterp
6 schedule blocks.
Dissipation
6 schedule blocks.
DistortedBHIVP
2 schedule blocks.
EHFinder
86 schedule blocks.
EOS_Base
0 schedule blocks.
EOS_Hybrid
2 schedule blocks.
EOS_IdealFluid
1 schedule blocks.
EOS_Omni
6 schedule blocks.
EOS_Polytrope
1 schedule blocks.
EinsteinExact_Test
0 schedule blocks.
EllBase
1 schedule blocks.
EllSOR
1 schedule blocks.
Exact
16 schedule blocks.
Extract
2 schedule blocks.
FFTW3
0 schedule blocks.
FishboneMoncriefID
2 schedule blocks.
FleshInfo
4 schedule blocks.
Formaline
10 schedule blocks.
Fortran
1 schedule blocks.
GRHydro
145 schedule blocks.
GRHydro_InitData
35 schedule blocks.
GSL
0 schedule blocks.
GaugeWave
10 schedule blocks.
GenericFD
0 schedule blocks.
GiRaFFE
13 schedule blocks.
GiRaFFE_to_HydroBase
2 schedule blocks.
GiRaFFEfood
17 schedule blocks.
GlobalDerivative
2 schedule blocks.
HDF5
0 schedule blocks.
HTTPD
7 schedule blocks.
HTTPDExtra
1 schedule blocks.
HelloWorld
1 schedule blocks.
HighOrderWaveTest
0 schedule blocks.
HydroBase
22 schedule blocks.
Hydro_Analysis
17 schedule blocks.
Hydro_InitExcision
4 schedule blocks.
Hydro_RNSID
2 schedule blocks.
IDAnalyticBH
6 schedule blocks.
IDAxiBrillBH
2 schedule blocks.
IDAxiOddBrillBH
2 schedule blocks.
IDBrillData
3 schedule blocks.
IDConstraintViolate
2 schedule blocks.
IDFileADM
2 schedule blocks.
IDLinearWaves
8 schedule blocks.
IDScalarWave
3 schedule blocks.
IDScalarWaveC
2 schedule blocks.
IDScalarWaveCXX
2 schedule blocks.
IDScalarWaveElliptic
1 schedule blocks.
IDWaveMoL
2 schedule blocks.
ID_converter_GiRaFFE
5 schedule blocks.
ID_converter_ILGRMHD
5 schedule blocks.
IOASCII
3 schedule blocks.
IOBasic
2 schedule blocks.
IOHDF5
5 schedule blocks.
IOHDF5Util
2 schedule blocks.
IOJpeg
2 schedule blocks.
IOUtil
4 schedule blocks.
IllinoisGRMHD
13 schedule blocks.
InitBase
0 schedule blocks.
InterpToArray
1 schedule blocks.
Interpolate2
7 schedule blocks.
KerrSchild
10 schedule blocks.
LAPACK
0 schedule blocks.
LORENE
0 schedule blocks.
LeanBSSNMoL
23 schedule blocks.
LlamaWaveToy
14 schedule blocks.
LocalInterp
1 schedule blocks.
LocalInterp2
1 schedule blocks.
LocalReduce
1 schedule blocks.
LoopControl
4 schedule blocks.
ML_ADMConstraints
12 schedule blocks.
ML_ADMQuantities
12 schedule blocks.
ML_BSSN
33 schedule blocks.
ML_BSSN_Helper
11 schedule blocks.
ML_BSSN_Test
0 schedule blocks.
ML_CCZ4
33 schedule blocks.
ML_CCZ4_Helper
11 schedule blocks.
ML_CCZ4_Test
0 schedule blocks.
ML_WaveToy
13 schedule blocks.
ML_WaveToy_Test
0 schedule blocks.
MPI
0 schedule blocks.
MemSpeed
1 schedule blocks.
Meudon_Bin_BH
2 schedule blocks.
Meudon_Bin_NS
1 schedule blocks.
Meudon_Mag_NS
2 schedule blocks.
Minkowski
10 schedule blocks.
MoL
68 schedule blocks.
ModifiedSchwarzschildBL
10 schedule blocks.
Multipole
6 schedule blocks.
NPScalars
12 schedule blocks.
NPScalars_Proca
11 schedule blocks.
NaNCatcher
1 schedule blocks.
NaNChecker
10 schedule blocks.
NewRad
0 schedule blocks.
Nice
1 schedule blocks.
NoExcision
23 schedule blocks.
NoMPI
0 schedule blocks.
Noise
3 schedule blocks.
Norms
2 schedule blocks.
NullConstr
2 schedule blocks.
NullDecomp
1 schedule blocks.
NullEvolve
16 schedule blocks.
NullExact
14 schedule blocks.
NullGrid
4 schedule blocks.
NullInterp
3 schedule blocks.
NullNews
8 schedule blocks.
NullPsiInt
3 schedule blocks.
NullSHRExtract
25 schedule blocks.
NullVars
0 schedule blocks.
OpenSSL
0 schedule blocks.
Outflow
2 schedule blocks.
PAPI
5 schedule blocks.
PUGH
8 schedule blocks.
PUGHInterp
1 schedule blocks.
PUGHReduce
1 schedule blocks.
PUGHSlab
0 schedule blocks.
Periodic
2 schedule blocks.
PeriodicCarpet
3 schedule blocks.
Poisson
5 schedule blocks.
ProcaBase
1 schedule blocks.
ProcaEvolve
8 schedule blocks.
Proca_simpleID
1 schedule blocks.
PunctureTracker
3 schedule blocks.
QuasiLocalMeasures
3 schedule blocks.
ReadInterpolate
8 schedule blocks.
ReductionTest
5 schedule blocks.
ReductionTest2
4 schedule blocks.
ReductionTest3
5 schedule blocks.
ReflectionSymmetry
2 schedule blocks.
RegridSyncTest
5 schedule blocks.
RotatingDBHIVP
2 schedule blocks.
RotatingSymmetry180
4 schedule blocks.
RotatingSymmetry90
4 schedule blocks.
SampleBoundary
1 schedule blocks.
SampleIO
1 schedule blocks.
Seed_Magnetic_Fields
1 schedule blocks.
Seed_Magnetic_Fields_BNS
1 schedule blocks.
SetMask_SphericalSurface
3 schedule blocks.
ShiftedGaugeWave
10 schedule blocks.
ShiftedKerrSchild
5 schedule blocks.
Slab
3 schedule blocks.
SlabTest
1 schedule blocks.
Socket
0 schedule blocks.
SpaceMask
9 schedule blocks.
SphericalHarmonicDecomp
2 schedule blocks.
SphericalHarmonicRecon
4 schedule blocks.
SphericalHarmonicReconGen
7 schedule blocks.
SphericalSurface
8 schedule blocks.
StaticConformal
1 schedule blocks.
SummationByParts
4 schedule blocks.
SymBase
5 schedule blocks.
SystemStatistics
1 schedule blocks.
SystemTopology
1 schedule blocks.
TATelliptic
1 schedule blocks.
TGRtensor
0 schedule blocks.
TOVSolver
10 schedule blocks.
TensorTypes
0 schedule blocks.
TerminationTrigger
9 schedule blocks.
TestArrays
2 schedule blocks.
TestCarpetGridInfo
1 schedule blocks.
TestComplex
3 schedule blocks.
TestCoordinates
3 schedule blocks.
TestFortranCrayPointers
2 schedule blocks.
TestFortranDependencies1
0 schedule blocks.
TestFortranDependencies2
0 schedule blocks.
TestFpointerNULL
1 schedule blocks.
TestFreeF90
0 schedule blocks.
TestGlobalReduce
12 schedule blocks.
TestInclude1
1 schedule blocks.
TestInclude2
1 schedule blocks.
TestLocalInterp2
3 schedule blocks.
TestLocalReduce
3 schedule blocks.
TestLoop
3 schedule blocks.
TestLoopControl
3 schedule blocks.
TestMath
2 schedule blocks.
TestMoL
7 schedule blocks.
TestPar
2 schedule blocks.
TestReadWrite
13 schedule blocks.
TestReduce
5 schedule blocks.
TestSchedule
19 schedule blocks.
TestStrings
1 schedule blocks.
TestTable
1 schedule blocks.
TestTimers
3 schedule blocks.
TestTypes
2 schedule blocks.
Time
7 schedule blocks.
TimerInfo
1 schedule blocks.
TimerReport
3 schedule blocks.
Timers
2 schedule blocks.
TmunuBase
5 schedule blocks.
Trigger
3 schedule blocks.
TwoPunctures
5 schedule blocks.
TwoPunctures_KerrProca
5 schedule blocks.
Vaidya2
10 schedule blocks.
Vectors
2 schedule blocks.
VolumeIntegrals_GRMHD
10 schedule blocks.
VolumeIntegrals_vacuum
10 schedule blocks.
WatchDog
1 schedule blocks.
WaveBinarySource
1 schedule blocks.
WaveExtractL
17 schedule blocks.
WaveMoL
9 schedule blocks.
WaveToy1DF77
6 schedule blocks.
WaveToy2DF77
6 schedule blocks.
WaveToyC
11 schedule blocks.
WaveToyCXX
11 schedule blocks.
WaveToyExtra
3 schedule blocks.
WaveToyF77
11 schedule blocks.
WaveToyF90
11 schedule blocks.
WaveToyFreeF90
7 schedule blocks.
WeylScal4
48 schedule blocks.
hwloc
2 schedule blocks.
libjpeg
0 schedule blocks.
particle_tracerET
7 schedule blocks.
pthreads
0 schedule blocks.
smallbPoynET
1 schedule blocks.
zlib
0 schedule blocks.
Running any thorn-provided configuration scripts...
********************************************************************************
Running configuration script for thorn BLAS:
BLAS selected, but BLAS_DIR not set. Checking some places...
BLAS not found
Using bundled BLAS...
BLAS has already been built; doing nothing
Finished running configuration script for thorn BLAS.
********************************************************************************
Running configuration script for thorn FFTW3:
Finished running configuration script for thorn FFTW3.
********************************************************************************
Running configuration script for thorn FORTRAN:
Found a traditional Fortran cpp
Finished running configuration script for thorn FORTRAN.
********************************************************************************
Running configuration script for thorn GSL:
GSL selected, and /opt/apps/gsl/gsl-1.16 selected.
GSL found.
Finished running configuration script for thorn GSL.
********************************************************************************
Running configuration script for thorn LAPACK:
LAPACK selected, but LAPACK_DIR not set. Checking some places...
Found LAPACK in /usr/lib64/atlas
Finished running configuration script for thorn LAPACK.
********************************************************************************
Running configuration script for thorn LIBJPEG:
LIBJPEG selected, and /opt/apps/lib/libjpeg/1.2.1 selected.
LIBJPEG found.
Finished running configuration script for thorn LIBJPEG.
********************************************************************************
Running configuration script for thorn LORENE:
LORENE selected, but LORENE_DIR not set.
Using bundled LORENE...
Finished running configuration script for thorn LORENE.
********************************************************************************
Running configuration script for thorn OPENSSL:
Finished running configuration script for thorn OPENSSL.
********************************************************************************
Running configuration script for thorn PAPI:
PAPI selected, but PAPI_DIR not set. Checking some places...
PAPI not found
Using bundled PAPI...
Finished running configuration script for thorn PAPI.
********************************************************************************
Running configuration script for thorn PTHREADS:
Finished running configuration script for thorn PTHREADS.
********************************************************************************
Running configuration script for thorn VECTORS:
Finished running configuration script for thorn VECTORS.
********************************************************************************
Running configuration script for thorn ZLIB:
Finished running configuration script for thorn ZLIB.
********************************************************************************
Running configuration script for thorn HWLOC:
hwloc selected, but HWLOC_DIR not set. Checking some places...
pkg-config not found; attempting to use reasonable defaults
hwloc not found
Using bundled hwloc...
Finished running configuration script for thorn HWLOC.
********************************************************************************
Running configuration script for thorn MPI:
MPI was manually configured.
Finished running configuration script for thorn MPI.
********************************************************************************
Running configuration script for thorn HDF5:
Additional requested language support: Fortran
HDF5 selected, and /opt/apps/HDF5/1.8.10 selected.
HDF5 found.
Finished running configuration script for thorn HDF5.
Checking consistency...
Creating Thorn-Flesh bindings...
Creating implementation bindings...
Creating parameter bindings...
Creating variable bindings...
Creating schedule bindings...
Creating function bindings...
Generating arguments...
CST finished.
Checking status of thorn CoordBase
Checking status of thorn ADMCoupling
Checking status of thorn SummationByParts
Checking status of thorn ADMMacros
Checking status of thorn ADMMass
Checking status of thorn AEILocalInterp
Checking status of thorn zlib
Checking status of thorn BLAS
Checking status of thorn Baikal
Checking status of thorn BaikalVacuum
Checking status of thorn Boundary
Checking status of thorn GenericFD
Checking status of thorn CycleClock
Checking status of thorn Vectors
Checking status of thorn IOUtil
Checking status of thorn Fortran
Checking status of thorn CarpetRegridTest
Checking status of thorn CarpetTracker
Checking status of thorn Constants
Checking status of thorn Convert_to_HydroBase
Checking status of thorn CoordGauge
Checking status of thorn LAPACK
Checking status of thorn TensorTypes
Checking status of thorn CoordinatesSymmetry
Checking status of thorn DemoInterp
Checking status of thorn SphericalSurface
Checking status of thorn DistortedBHIVP
Checking status of thorn EOS_Base
Checking status of thorn EOS_IdealFluid
Checking status of thorn EinsteinExact_Test
Checking status of thorn EllBase
Checking status of thorn Exact
Checking status of thorn Extract
Checking status of thorn FFTW3
Checking status of thorn FishboneMoncriefID
Checking status of thorn FleshInfo
Checking status of thorn pthreads
Checking status of thorn GSL
Checking status of thorn GiRaFFE_to_HydroBase
Checking status of thorn Socket
Checking status of thorn HelloWorld
Checking status of thorn HighOrderWaveTest
Checking status of thorn HydroBase
Checking status of thorn Hydro_InitExcision
Checking status of thorn IDAnalyticBH
Checking status of thorn IDAxiBrillBH
Checking status of thorn IDAxiOddBrillBH
Checking status of thorn IDConstraintViolate
Checking status of thorn IDFileADM
Checking status of thorn IDLinearWaves
Checking status of thorn IDScalarWave
Checking status of thorn IDScalarWaveC
Checking status of thorn IDScalarWaveCXX
Checking status of thorn IDScalarWaveElliptic
Checking status of thorn IDWaveMoL
Checking status of thorn ID_converter_GiRaFFE
Checking status of thorn ID_converter_ILGRMHD
Checking status of thorn IOASCII
Checking status of thorn IOBasic
Checking status of thorn libjpeg
Checking status of thorn InitBase
Checking status of thorn InterpToArray
Checking status of thorn LORENE
Checking status of thorn LeanBSSNMoL
Checking status of thorn LocalInterp
Checking status of thorn LocalInterp2
Checking status of thorn LocalReduce
Checking status of thorn ML_BSSN_Test
Checking status of thorn ML_CCZ4_Test
Checking status of thorn ML_WaveToy_Test
Checking status of thorn MoL
Checking status of thorn NPScalars
Checking status of thorn NPScalars_Proca
Checking status of thorn NaNCatcher
Checking status of thorn NaNChecker
Checking status of thorn NewRad
Checking status of thorn Nice
Checking status of thorn Noise
Checking status of thorn Norms
Checking status of thorn NullDecomp
Checking status of thorn NullGrid
Checking status of thorn NullVars
Checking status of thorn OpenSSL
Checking status of thorn Outflow
Checking status of thorn PAPI
Checking status of thorn TATelliptic
Checking status of thorn ProcaBase
Checking status of thorn ProcaEvolve
Checking status of thorn Proca_simpleID
Checking status of thorn PunctureTracker
Checking status of thorn ReductionTest
Checking status of thorn ReductionTest2
Checking status of thorn ReductionTest3
Checking status of thorn ReflectionSymmetry
Checking status of thorn RegridSyncTest
Checking status of thorn RotatingDBHIVP
Checking status of thorn SampleBoundary
Checking status of thorn SampleIO
Checking status of thorn Seed_Magnetic_Fields
Checking status of thorn Seed_Magnetic_Fields_BNS
Checking status of thorn SetMask_SphericalSurface
Checking status of thorn SlabTest
Checking status of thorn StaticConformal
Checking status of thorn SymBase
Checking status of thorn SystemStatistics
Checking status of thorn TerminationTrigger
Checking status of thorn TestArrays
Checking status of thorn TestComplex
Checking status of thorn TestCoordinates
Checking status of thorn TestFortranCrayPointers
Checking status of thorn TestFortranDependencies2
Checking status of thorn TestFpointerNULL
Checking status of thorn TestFreeF90
Checking status of thorn TestGlobalReduce
Checking status of thorn TestInclude1
Checking status of thorn TestInclude2
Checking status of thorn TestLocalInterp2
Checking status of thorn TestLocalReduce
Checking status of thorn TestLoop
Checking status of thorn TestMath
Checking status of thorn TestMoL
Checking status of thorn TestPar
Checking status of thorn TestReadWrite
Checking status of thorn TestReduce
Checking status of thorn TestSchedule
Checking status of thorn TestStrings
Checking status of thorn TestTable
Checking status of thorn TestTimers
Checking status of thorn TestTypes
Checking status of thorn Time
Checking status of thorn TimerInfo
Checking status of thorn TmunuBase
Checking status of thorn Trigger
Checking status of thorn TwoPunctures
Checking status of thorn TwoPunctures_KerrProca
Checking status of thorn VolumeIntegrals_GRMHD
Checking status of thorn VolumeIntegrals_vacuum
Checking status of thorn WatchDog
Checking status of thorn WaveBinarySource
Checking status of thorn WaveToy1DF77
Checking status of thorn WaveToy2DF77
Checking status of thorn WaveToyExtra
Checking status of thorn particle_tracerET
Checking status of thorn smallbPoynET
Checking status of thorn CactusBindings
Checking status of thorn CartGrid3D
Checking status of thorn ADMDerivatives
Checking status of thorn hwloc
Checking status of thorn CarpetProlongateTest
Checking status of thorn TGRtensor
Checking status of thorn Dissipation
Checking status of thorn EOS_Polytrope
Checking status of thorn GlobalDerivative
Checking status of thorn IOJpeg
Checking status of thorn Meudon_Bin_BH
Checking status of thorn Meudon_Bin_NS
Checking status of thorn Meudon_Mag_NS
Checking status of thorn NullInterp
Checking status of thorn TestFortranDependencies1
Checking status of thorn MPI
Checking status of thorn LoopControl
Checking status of thorn EOS_Hybrid
Checking status of thorn ADMAnalysis
Checking status of thorn ADMBase
Checking status of thorn AHFinder
Checking status of thorn SpaceMask
Checking status of thorn EHFinder
Checking status of thorn CalcK
Checking status of thorn EllSOR
Checking status of thorn IDBrillData
Checking status of thorn ML_BSSN_Helper
Checking status of thorn ML_CCZ4_Helper
Checking status of thorn MemSpeed
Checking status of thorn Minkowski
Checking status of thorn ModifiedSchwarzschildBL
Checking status of thorn NoMPI
Checking status of thorn NullEvolve
Checking status of thorn NullNews
Checking status of thorn Slab
Checking status of thorn QuasiLocalMeasures
Checking status of thorn ShiftedGaugeWave
Checking status of thorn SystemTopology
Checking status of thorn TOVSolver
Checking status of thorn TestLoopControl
Checking status of thorn TimerReport
Checking status of thorn Vaidya2
Checking status of thorn WaveMoL
Checking status of thorn WaveToyC
Checking status of thorn WaveToyCXX
Checking status of thorn WaveToyF77
Checking status of thorn WaveToyF90
Checking status of thorn WaveToyFreeF90
Checking status of thorn WeylScal4
Checking status of thorn Cactus
Checking status of thorn CT_Analytic
Checking status of thorn HDF5
Checking status of thorn CarpetLib
Checking status of thorn CarpetMask
Checking status of thorn Cartoon2D
Checking status of thorn Formaline
Checking status of thorn GaugeWave
Checking status of thorn GiRaFFE
Checking status of thorn HTTPD
Checking status of thorn Hydro_Analysis
Checking status of thorn Hydro_RNSID
Checking status of thorn PUGH
Checking status of thorn KerrSchild
Checking status of thorn LlamaWaveToy
Checking status of thorn ML_ADMConstraints
Checking status of thorn ML_ADMQuantities
Checking status of thorn ML_BSSN
Checking status of thorn ML_CCZ4
Checking status of thorn ML_WaveToy
Checking status of thorn Multipole
Checking status of thorn NullConstr
Checking status of thorn NullExact
Checking status of thorn NullPsiInt
Checking status of thorn NullSHRExtract
Checking status of thorn Periodic
Checking status of thorn RotatingSymmetry180
Checking status of thorn RotatingSymmetry90
Checking status of thorn SphericalHarmonicDecomp
Checking status of thorn SphericalHarmonicRecon
Checking status of thorn SphericalHarmonicReconGen
Checking status of thorn AHFinderDirect
Checking status of thorn EOS_Omni
Checking status of thorn ShiftedKerrSchild
Checking status of thorn HTTPDExtra
Checking status of thorn IOHDF5Util
Checking status of thorn PUGHInterp
Checking status of thorn PUGHReduce
Checking status of thorn PUGHSlab
Checking status of thorn Timers
Checking status of thorn GiRaFFEfood
Checking status of thorn IOHDF5
Creating Formaline tarball for the configuration options
Checking status of thorn GRHydro_InitData
Checking status of thorn IllinoisGRMHD
Checking status of thorn Carpet
Checking status of thorn CT_MultiLevel
Checking status of thorn CarpetEvolutionMask
Checking status of thorn CarpetIOASCII
Checking status of thorn CarpetIOBasic
Checking status of thorn CarpetIOHDF5
Checking status of thorn CarpetIOScalar
Checking status of thorn CarpetIntegrateTest
Checking status of thorn CarpetInterp
Checking status of thorn CarpetInterp2
Checking status of thorn CarpetReduce
Checking status of thorn CarpetRegrid
Checking status of thorn CarpetRegrid2
Checking status of thorn CarpetSlab
Checking status of thorn Coordinates
Checking status of thorn GRHydro
Checking status of thorn NoExcision
Checking status of thorn PeriodicCarpet
Checking status of thorn Poisson
Checking status of thorn ReadInterpolate
Checking status of thorn TestCarpetGridInfo
Checking status of thorn WaveExtractL
Checking status of thorn Interpolate2
Formaline: Updating files in git repository...
Formaline: Committing source tree to git repository...
Formaline: Created git tag build-sim-kanadlogin1.hpc.iiserb-mallick-2022.11.04-17.39.23-5701
Formaline: Updated git branch config-sim-kanadlogin1.hpc.iiserb-home2-mallick-ET8-Cactus
Formaline: Pushing to master git repository...
Formaline: Pushing to local git repository /home2/mallick/ET8/Cactus/../CactusSourceJar.git...
Formaline: Done.
Formaline: (Formaline has finished updating the git repositories.
Formaline: If the build process seems to hang, some other command
Formaline: is still running, e.g. the final link stage.)
________________________________________________________________________
Creating cactus_sim in /home2/mallick/ET8/Cactus/exe from EinsteinAnalysis/ADMAnalysis EinsteinBase/ADMBase EinsteinBase/ADMCoupling Llama/ADMDerivatives EinsteinBase/ADMMacros EinsteinAnalysis/ADMMass Numerical/AEILocalInterp EinsteinAnalysis/AHFinder EinsteinAnalysis/AHFinderDirect ExternalLibraries/BLAS WVUThorns/Baikal WVUThorns/BaikalVacuum CactusBase/Boundary CTThorns/CT_Analytic CTThorns/CT_MultiLevel EinsteinAnalysis/CalcK Carpet/Carpet Carpet/CarpetEvolutionMask Carpet/CarpetIOASCII Carpet/CarpetIOBasic Carpet/CarpetIOHDF5 Carpet/CarpetIOScalar Carpet/CarpetIntegrateTest Carpet/CarpetInterp Carpet/CarpetInterp2 Carpet/CarpetLib Carpet/CarpetMask Carpet/CarpetProlongateTest Carpet/CarpetReduce Carpet/CarpetRegrid Carpet/CarpetRegrid2 Carpet/CarpetRegridTest Carpet/CarpetSlab Carpet/CarpetTracker CactusBase/CartGrid3D CactusNumerical/Cartoon2D EinsteinBase/Constants WVUThorns/Convert_to_HydroBase CactusBase/CoordBase EinsteinBase/CoordGauge Llama/Coordinates Llama/CoordinatesSymmetry Carpet/CycleClock CactusExamples/DemoInterp CactusNumerical/Dissipation EinsteinInitialData/DistortedBHIVP EinsteinAnalysis/EHFinder EinsteinBase/EOS_Base EinsteinEOS/EOS_Hybrid EinsteinEOS/EOS_IdealFluid EinsteinEOS/EOS_Omni EinsteinEOS/EOS_Polytrope EinsteinExact/EinsteinExact_Test CactusElliptic/EllBase CactusElliptic/EllSOR EinsteinInitialData/Exact EinsteinAnalysis/Extract ExternalLibraries/FFTW3 WVUThorns/FishboneMoncriefID CactusExamples/FleshInfo CactusUtils/Formaline CactusBase/Fortran EinsteinEvolve/GRHydro EinsteinEvolve/GRHydro_InitData ExternalLibraries/GSL EinsteinExact/GaugeWave KrancNumericalTools/GenericFD WVUThorns/GiRaFFE WVUThorns/GiRaFFE_to_HydroBase WVUThorns/GiRaFFEfood Llama/GlobalDerivative ExternalLibraries/HDF5 CactusConnect/HTTPD CactusConnect/HTTPDExtra CactusExamples/HelloWorld Carpet/HighOrderWaveTest EinsteinBase/HydroBase EinsteinAnalysis/Hydro_Analysis EinsteinInitialData/Hydro_InitExcision EinsteinInitialData/Hydro_RNSID EinsteinInitialData/IDAnalyticBH EinsteinInitialData/IDAxiBrillBH EinsteinInitialData/IDAxiOddBrillBH EinsteinInitialData/IDBrillData EinsteinInitialData/IDConstraintViolate EinsteinInitialData/IDFileADM EinsteinInitialData/IDLinearWaves CactusWave/IDScalarWave CactusWave/IDScalarWaveC CactusWave/IDScalarWaveCXX CactusWave/IDScalarWaveElliptic CactusExamples/IDWaveMoL WVUThorns/ID_converter_GiRaFFE WVUThorns/ID_converter_ILGRMHD CactusBase/IOASCII CactusBase/IOBasic CactusPUGHIO/IOHDF5 CactusPUGHIO/IOHDF5Util CactusIO/IOJpeg CactusBase/IOUtil WVUThorns/IllinoisGRMHD CactusBase/InitBase CactusNumerical/InterpToArray Llama/Interpolate2 EinsteinExact/KerrSchild ExternalLibraries/LAPACK ExternalLibraries/LORENE Lean/LeanBSSNMoL Llama/LlamaWaveToy CactusNumerical/LocalInterp CactusNumerical/LocalInterp2 CactusNumerical/LocalReduce Carpet/LoopControl McLachlan/ML_ADMConstraints McLachlan/ML_ADMQuantities McLachlan/ML_BSSN McLachlan/ML_BSSN_Helper McLachlan/ML_BSSN_Test McLachlan/ML_CCZ4 McLachlan/ML_CCZ4_Helper McLachlan/ML_CCZ4_Test McLachlan/ML_WaveToy McLachlan/ML_WaveToy_Test ExternalLibraries/MPI CactusUtils/MemSpeed EinsteinInitialData/Meudon_Bin_BH EinsteinInitialData/Meudon_Bin_NS EinsteinInitialData/Meudon_Mag_NS EinsteinExact/Minkowski CactusNumerical/MoL EinsteinExact/ModifiedSchwarzschildBL EinsteinAnalysis/Multipole Lean/NPScalars Proca/NPScalars_Proca CactusUtils/NaNCatcher CactusUtils/NaNChecker EinsteinEvolve/NewRad CactusUtils/Nice EinsteinInitialData/NoExcision CactusUtils/NoMPI CactusNumerical/Noise CactusNumerical/Norms PITTNullCode/NullConstr PITTNullCode/NullDecomp PITTNullCode/NullEvolve PITTNullCode/NullExact PITTNullCode/NullGrid PITTNullCode/NullInterp PITTNullCode/NullNews PITTNullCode/NullPsiInt PITTNullCode/NullSHRExtract PITTNullCode/NullVars ExternalLibraries/OpenSSL EinsteinAnalysis/Outflow ExternalLibraries/PAPI CactusPUGH/PUGH CactusPUGH/PUGHInterp CactusPUGH/PUGHReduce CactusPUGH/PUGHSlab CactusNumerical/Periodic Carpet/PeriodicCarpet CactusExamples/Poisson Proca/ProcaBase Proca/ProcaEvolve Proca/Proca_simpleID EinsteinAnalysis/PunctureTracker EinsteinAnalysis/QuasiLocalMeasures EinsteinInitialData/ReadInterpolate Carpet/ReductionTest Carpet/ReductionTest2 Carpet/ReductionTest3 CactusNumerical/ReflectionSymmetry Carpet/RegridSyncTest EinsteinInitialData/RotatingDBHIVP CactusNumerical/RotatingSymmetry180 CactusNumerical/RotatingSymmetry90 CactusExamples/SampleBoundary CactusExamples/SampleIO WVUThorns/Seed_Magnetic_Fields WVUThorns_Diagnostics/Seed_Magnetic_Fields_BNS EinsteinUtils/SetMask_SphericalSurface EinsteinExact/ShiftedGaugeWave WVUThorns/ShiftedKerrSchild CactusNumerical/Slab CactusNumerical/SlabTest CactusConnect/Socket CactusNumerical/SpaceMask PITTNullCode/SphericalHarmonicDecomp PITTNullCode/SphericalHarmonicRecon PITTNullCode/SphericalHarmonicReconGen CactusNumerical/SphericalSurface EinsteinBase/StaticConformal CactusNumerical/SummationByParts CactusBase/SymBase CactusUtils/SystemStatistics CactusUtils/SystemTopology CactusElliptic/TATelliptic EinsteinUtils/TGRtensor EinsteinInitialData/TOVSolver CactusNumerical/TensorTypes CactusUtils/TerminationTrigger CactusTest/TestArrays Carpet/TestCarpetGridInfo CactusTest/TestComplex CactusTest/TestCoordinates CactusTest/TestFortranCrayPointers CactusTest/TestFortranDependencies1 CactusTest/TestFortranDependencies2 CactusTest/TestFpointerNULL CactusTest/TestFreeF90 CactusTest/TestGlobalReduce CactusTest/TestInclude1 CactusTest/TestInclude2 CactusNumerical/TestLocalInterp2 CactusNumerical/TestLocalReduce CactusTest/TestLoop Carpet/TestLoopControl CactusTest/TestMath CactusTest/TestMoL CactusTest/TestPar CactusTest/TestReadWrite CactusTest/TestReduce CactusTest/TestSchedule CactusTest/TestStrings CactusTest/TestTable CactusTest/TestTimers CactusTest/TestTypes CactusBase/Time CactusExamples/TimerInfo CactusUtils/TimerReport Carpet/Timers EinsteinBase/TmunuBase CactusUtils/Trigger EinsteinInitialData/TwoPunctures Proca/TwoPunctures_KerrProca EinsteinExact/Vaidya2 CactusUtils/Vectors WVUThorns_Diagnostics/VolumeIntegrals_GRMHD WVUThorns_Diagnostics/VolumeIntegrals_vacuum CactusUtils/WatchDog CactusWave/WaveBinarySource Llama/WaveExtractL CactusExamples/WaveMoL CactusExamples/WaveToy1DF77 CactusExamples/WaveToy2DF77 CactusWave/WaveToyC CactusWave/WaveToyCXX CactusWave/WaveToyExtra CactusWave/WaveToyF77 CactusWave/WaveToyF90 CactusWave/WaveToyFreeF90 EinsteinAnalysis/WeylScal4 ExternalLibraries/hwloc ExternalLibraries/libjpeg WVUThorns_Diagnostics/particle_tracerET ExternalLibraries/pthreads WVUThorns_Diagnostics/smallbPoynET ExternalLibraries/zlib
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
Done creating cactus_sim.
All done !
Building utilities for sim
Building utilities for sim
Copying AH2xdmf from /home2/mallick/ET8/Cactus/arrangements/EinsteinAnalysis/AHFinderDirect/src/util/AH2xdmf.py to /home2/mallick/ET8/Cactus/exe/sim
Compiling /home2/mallick/ET8/Cactus/arrangements/Carpet/CarpetIOASCII/src/util/carpet2xgraph.c
Compiling /home2/mallick/ET8/Cactus/arrangements/Carpet/CarpetIOHDF5/src/util/hdf5toascii_slicer.cc
Compiling /home2/mallick/ET8/Cactus/arrangements/Carpet/CarpetIOHDF5/src/util/hdf5tobinary_slicer.cc
Compiling /home2/mallick/ET8/Cactus/arrangements/Carpet/CarpetIOHDF5/src/util/hdf5_slicer.cc
Compiling /home2/mallick/ET8/Cactus/arrangements/Carpet/CarpetIOHDF5/src/util/hdf5_recombiner.cc
Compiling /home2/mallick/ET8/Cactus/arrangements/EinsteinEvolve/GRHydro/src/util/Riemann1d.f90
Preprocessing /home2/mallick/ET8/Cactus/arrangements/EinsteinEvolve/GRHydro/src/util/Riemann1d-main.c
Copying gif2h5 from /opt/apps/HDF5/1.8.10/bin/gif2h5 to /home2/mallick/ET8/Cactus/exe/sim
Copying h52gif from /opt/apps/HDF5/1.8.10/bin/h52gif to /home2/mallick/ET8/Cactus/exe/sim
Copying h5copy from /opt/apps/HDF5/1.8.10/bin/h5copy to /home2/mallick/ET8/Cactus/exe/sim
Copying h5debug from /opt/apps/HDF5/1.8.10/bin/h5debug to /home2/mallick/ET8/Cactus/exe/sim
Copying h5diff from /opt/apps/HDF5/1.8.10/bin/h5diff to /home2/mallick/ET8/Cactus/exe/sim
Copying h5dump from /opt/apps/HDF5/1.8.10/bin/h5dump to /home2/mallick/ET8/Cactus/exe/sim
Copying h5import from /opt/apps/HDF5/1.8.10/bin/h5import to /home2/mallick/ET8/Cactus/exe/sim
Copying h5jam from /opt/apps/HDF5/1.8.10/bin/h5jam to /home2/mallick/ET8/Cactus/exe/sim
Copying h5ls from /opt/apps/HDF5/1.8.10/bin/h5ls to /home2/mallick/ET8/Cactus/exe/sim
Copying h5mkgrp from /opt/apps/HDF5/1.8.10/bin/h5mkgrp to /home2/mallick/ET8/Cactus/exe/sim
Copying h5perf_serial from /opt/apps/HDF5/1.8.10/bin/h5perf_serial to /home2/mallick/ET8/Cactus/exe/sim
Copying h5redeploy from /opt/apps/HDF5/1.8.10/bin/h5redeploy to /home2/mallick/ET8/Cactus/exe/sim
Copying h5repack from /opt/apps/HDF5/1.8.10/bin/h5repack to /home2/mallick/ET8/Cactus/exe/sim
Copying h5repart from /opt/apps/HDF5/1.8.10/bin/h5repart to /home2/mallick/ET8/Cactus/exe/sim
Copying h5stat from /opt/apps/HDF5/1.8.10/bin/h5stat to /home2/mallick/ET8/Cactus/exe/sim
Copying h5unjam from /opt/apps/HDF5/1.8.10/bin/h5unjam to /home2/mallick/ET8/Cactus/exe/sim
Compiling /home2/mallick/ET8/Cactus/arrangements/ExternalLibraries/HDF5/src/util/hdf5_merge.c
Compiling /home2/mallick/ET8/Cactus/arrangements/ExternalLibraries/HDF5/src/util/hdf5_extract.c
Compiling /home2/mallick/ET8/Cactus/arrangements/ExternalLibraries/HDF5/src/util/hdf5_double_to_single.c
Compiling /home2/mallick/ET8/Cactus/arrangements/EinsteinInitialData/Hydro_RNSID/src/RNS.c
Compiling /home2/mallick/ET8/Cactus/arrangements/EinsteinInitialData/Hydro_RNSID/src/equil.c
Compiling /home2/mallick/ET8/Cactus/arrangements/EinsteinInitialData/Hydro_RNSID/src/equil_util.c
Compiling /home2/mallick/ET8/Cactus/arrangements/EinsteinInitialData/Hydro_RNSID/src/hdf5_save.c
Compiling /home2/mallick/ET8/Cactus/arrangements/EinsteinInitialData/Hydro_RNSID/src/rnsid_util.c
Compiling /home2/mallick/ET8/Cactus/arrangements/EinsteinInitialData/Hydro_RNSID/src/RNS_readID.c
Compiling /home2/mallick/ET8/Cactus/arrangements/CactusPUGHIO/IOHDF5/src/util/hdf5_convert_from_carpetiohdf5.c
Copying mpirun from /opt/apps/openmpi-3.1.4-intel/bin/mpirun to /home2/mallick/ET8/Cactus/exe/sim
Copying ompi-clean from /opt/apps/openmpi-3.1.4-intel/bin/ompi-clean to /home2/mallick/ET8/Cactus/exe/sim
Copying ompi_info from /opt/apps/openmpi-3.1.4-intel/bin/ompi_info to /home2/mallick/ET8/Cactus/exe/sim
Copying ompi-ps from /opt/apps/openmpi-3.1.4-intel/bin/ompi-ps to /home2/mallick/ET8/Cactus/exe/sim
Copying ompi-server from /opt/apps/openmpi-3.1.4-intel/bin/ompi-server to /home2/mallick/ET8/Cactus/exe/sim
Copying ompi-top from /opt/apps/openmpi-3.1.4-intel/bin/ompi-top to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_avail from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_avail to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_clockres from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_clockres to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_command_line from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_command_line to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_component_avail from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_component_avail to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_cost from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_cost to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_decode from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_decode to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_error_codes from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_error_codes to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_event_chooser from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_event_chooser to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_mem_info from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_mem_info to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_multiplex_cost from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_multiplex_cost to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_native_avail from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_native_avail to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_version from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_version to /home2/mallick/ET8/Cactus/exe/sim
Copying papi_xml_event_info from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/PAPI/bin/papi_xml_event_info to /home2/mallick/ET8/Cactus/exe/sim
Compiling /home2/mallick/ET8/Cactus/arrangements/PITTNullCode/SphericalHarmonicRecon/src/util/ascii_output.c
Compiling /home2/mallick/ET8/Cactus/arrangements/PITTNullCode/SphericalHarmonicRecon/src/util/fftwfilter.c
Compiling /home2/mallick/ET8/Cactus/arrangements/PITTNullCode/SphericalHarmonicRecon/src/util/setmeta.c
Compiling /home2/mallick/ET8/Cactus/arrangements/PITTNullCode/SphericalHarmonicRecon/src/util/findlast.c
Compiling /home2/mallick/ET8/Cactus/arrangements/PITTNullCode/SphericalHarmonicRecon/src/util/printtime.c
Compiling /home2/mallick/ET8/Cactus/arrangements/PITTNullCode/SphericalHarmonicRecon/src/util/readmeta.c
Copying hwloc-bind from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/hwloc/bin/hwloc-bind to /home2/mallick/ET8/Cactus/exe/sim
Copying hwloc-calc from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/hwloc/bin/hwloc-calc to /home2/mallick/ET8/Cactus/exe/sim
Copying hwloc-distrib from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/hwloc/bin/hwloc-distrib to /home2/mallick/ET8/Cactus/exe/sim
Copying hwloc-info from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/hwloc/bin/hwloc-info to /home2/mallick/ET8/Cactus/exe/sim
Copying hwloc-ls from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/hwloc/bin/hwloc-ls to /home2/mallick/ET8/Cactus/exe/sim
Copying hwloc-ps from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/hwloc/bin/hwloc-ps to /home2/mallick/ET8/Cactus/exe/sim
Copying lstopo from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/hwloc/bin/lstopo to /home2/mallick/ET8/Cactus/exe/sim
Copying lstopo-no-graphics from /home2/mallick/ET8/Cactus/configs/sim/scratch/external/hwloc/bin/lstopo-no-graphics to /home2/mallick/ET8/Cactus/exe/sim
Creating carpet2xgraph in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/CarpetIOASCII/carpet2xgraph.o
Compiling /home2/mallick/ET8/Cactus/configs/sim/build/GRHydro/Riemann1d-main.c
Creating hdf5_merge in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/HDF5/hdf5_merge.o
Creating hdf5_extract in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/HDF5/hdf5_extract.o
Creating hdf5_double_to_single in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/HDF5/hdf5_double_to_single.o
Creating hdf5_convert_from_carpetiohdf5 in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/IOHDF5/hdf5_convert_from_carpetiohdf5.o
Creating printtime in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/SphericalHarmonicRecon/printtime.o
Creating readmeta in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/SphericalHarmonicRecon/readmeta.o
Creating Riemann1d in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/GRHydro/Riemann1d.o
Creating setmeta in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/SphericalHarmonicRecon/setmeta.o
Creating findlast in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/SphericalHarmonicRecon/findlast.o
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
Creating ascii_output in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/SphericalHarmonicRecon/ascii_output.o
//usrusr//binbin//ldld:: warningwarning:: libgfortran.so.3libgfortran.so.3,, neededneeded byby //usrusr//lib64lib64//atlasatlas//liblapack.soliblapack.so,, maymay conflictconflict withwith libgfortran.so.4libgfortran.so.4
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
Creating hdf5_recombiner in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/CarpetIOHDF5/hdf5_recombiner.o
Creating fftwfilter in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/SphericalHarmonicRecon/fftwfilter.o
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
Creating RNS in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/Hydro_RNSID/RNS.o
Creating RNS_readID in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/Hydro_RNSID/RNS_readID.o
Creating hdf5_slicer in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/CarpetIOHDF5/hdf5_slicer.o
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
Creating hdf5toascii_slicer in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/CarpetIOHDF5/hdf5toascii_slicer.o
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
Creating hdf5tobinary_slicer in /home2/mallick/ET8/Cactus/exe/sim from /home2/mallick/ET8/Cactus/configs/sim/build/CarpetIOHDF5/hdf5tobinary_slicer.o
/usr/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/atlas/liblapack.so, may conflict with libgfortran.so.4
Done.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kanad_et8.cfg
Type: application/octet-stream
Size: 4143 bytes
Desc: not available
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20221105/4e6d1c00/attachment-0008.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kanad_et8.ini
Type: application/octet-stream
Size: 2857 bytes
Desc: not available
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20221105/4e6d1c00/attachment-0009.obj
More information about the Users
mailing list