-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d811d8c
commit ef70bb9
Showing
4 changed files
with
383 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
ERROR: Unable to locate a modulefile for 'OpenMPI/4.1.4' | ||
===== ENVIRONMENT ===== | ||
Architecture: x86_64 | ||
CPU op-mode(s): 32-bit, 64-bit | ||
Byte Order: Little Endian | ||
CPU(s): 40 | ||
On-line CPU(s) list: 0-39 | ||
Thread(s) per core: 2 | ||
Core(s) per socket: 10 | ||
Socket(s): 2 | ||
NUMA node(s): 2 | ||
Vendor ID: GenuineIntel | ||
CPU family: 6 | ||
Model: 63 | ||
Model name: Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz | ||
Stepping: 2 | ||
CPU MHz: 3300.000 | ||
CPU max MHz: 3300.0000 | ||
CPU min MHz: 1200.0000 | ||
BogoMIPS: 5199.85 | ||
Virtualization: VT-x | ||
L1d cache: 32K | ||
L1i cache: 32K | ||
L2 cache: 256K | ||
L3 cache: 25600K | ||
NUMA node0 CPU(s): 0-9,20-29 | ||
NUMA node1 CPU(s): 10-19,30-39 | ||
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti intel_ppin ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm xsaveopt cqm_llc cqm_occup_llc dtherm ida arat pln pts md_clear flush_l1d | ||
|
||
===== BUILD ===== | ||
make[1]: Entering directory '/dcs/20/u2006527/Desktop/project/hpccg-rs/0_cpp_versions/2_mpi' | ||
make[1]: warning: undefined variable 'OMP_FLAGS' | ||
make[1]: warning: undefined variable 'MPI_INC' | ||
make[1]: warning: undefined variable 'CPPFLAGS' | ||
make[1]: warning: undefined variable 'TARGET_ARCH' | ||
mpicxx -O3 -ftree-vectorize -ftree-vectorizer-verbose=2 -DUSING_MPI -c -o main.o main.cpp | ||
make[1]: mpicxx: Command not found | ||
make[1]: warning: undefined variable 'OMP_FLAGS' | ||
make[1]: warning: undefined variable 'MPI_INC' | ||
make[1]: warning: undefined variable 'CPPFLAGS' | ||
make[1]: warning: undefined variable 'TARGET_ARCH' | ||
make[1]: *** [<builtin>: main.o] Error 127 | ||
make[1]: Leaving directory '/dcs/20/u2006527/Desktop/project/hpccg-rs/0_cpp_versions/2_mpi' | ||
===== RUN cpp_rust_comp/cpp_mpi/ ===== | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
srun: error: emu-34: tasks 0-7: Exited with exit code 2 | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
slurmstepd: error: execve(): mpirun: No such file or directory | ||
srun: error: emu-35: tasks 8-15: Exited with exit code 2 | ||
|
||
real 0m0.338s | ||
user 0m0.010s | ||
sys 0m0.008s |
Oops, something went wrong.