This file contains hidden or 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
| int main(int argc, char* argv[]) | |
| { | |
| uint64_t size = 200000000; | |
| int myRank, nRanks, localRank = 0, deviceIdx = -1; | |
| double t1, t2; | |
| std::string out_filename; | |
| //initializing MPI | |
| MPICHECK(MPI_Init(&argc, &argv)); | |
| MPICHECK(MPI_Comm_rank(MPI_COMM_WORLD, &myRank)); |
This file contains hidden or 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
| [ucc-h2:281015] mca: base: component_find: searching NULL for plm components | |
| [ucc-h2:281015] mca: base: find_dyn_components: checking NULL for plm components | |
| [ucc-h2:281015] pmix:mca: base: components_register: registering framework plm components | |
| [ucc-h2:281015] pmix:mca: base: components_register: found loaded component slurm | |
| [ucc-h2:281015] pmix:mca: base: components_register: component slurm register function successful | |
| [ucc-h2:281015] pmix:mca: base: components_register: found loaded component ssh | |
| [ucc-h2:281015] pmix:mca: base: components_register: component ssh register function successful | |
| [ucc-h2:281015] mca: base: components_open: opening plm components | |
| [ucc-h2:281015] mca: base: components_open: found loaded component slurm | |
| [ucc-h2:281015] mca: base: components_open: component slurm open function successful |