Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
cmake-3.22 /
Modules /
FindMPI /
[ HOME SHELL ]
Name
Size
Permission
Action
fortranparam_mpi.f90.in
192
B
-rw-r--r--
libver_mpi.c
357
B
-rw-r--r--
libver_mpi.f90.in
300
B
-rw-r--r--
mpiver.f90.in
407
B
-rw-r--r--
test_mpi.c
920
B
-rw-r--r--
test_mpi.f90.in
178
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test_mpi.c
#include <mpi.h> #ifdef __cplusplus # include <cstdio> #else # include <stdio.h> #endif #if defined(MPI_VERSION) && defined(MPI_SUBVERSION) const static char mpiver_str[] = { 'I', 'N', 'F', 'O', ':', 'M', 'P', 'I', '-', 'V', 'E', 'R', '[', ('0' + MPI_VERSION), '.', ('0' + MPI_SUBVERSION), ']', '\0' }; #endif int main(int argc, char* argv[]) { #if defined(MPI_VERSION) && defined(MPI_SUBVERSION) # ifdef __cplusplus std::puts(mpiver_str); # else puts(mpiver_str); # endif #endif #ifdef TEST_MPI_MPICXX MPI::MPI_Init(&argc, &argv); MPI::MPI_Finalize(); #else MPI_Init(&argc, &argv); MPI_Finalize(); #endif return 0; }
Close