Commit a83ed0a9 authored by Charles G Waldman's avatar Charles G Waldman
Browse files

update doc (exa/docs!143)

parent 4d3f6fbe
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ To build MFIX-Exa with hypre, csg and/or ascent dependencies,
you first need to build and install these libraries and their dependencies.
Instructions on building the necessary dependencies are below
and should be successfully installed first. There are two primary
methods of building the code ``cmake`` and ``gmake`` which are provided 
methods of building MFIX-Exa: ``cmake`` and ``gmake`` which are provided
separately below.

cmake
@@ -498,5 +498,3 @@ CPU-only runs have not been tested on this machine.
   echo "job is starting on `hostname`"

   srun -N 3 -n 12 -G 12 ./mfix inputs.rt > screen.txt

+1 −2
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ To build MFIX-Exa with hypre, csg and/or ascent dependencies,
you first need to build and install these libraries and their dependencies.
Instructions on building the necessary dependencies are below
and should be successfully installed first. There are two primary
methods of building the code ``cmake`` and ``gmake`` which are provided 
methods of building MFIX-Exa: ``cmake`` and ``gmake`` which are provided
separately below.

cmake
@@ -559,4 +559,3 @@ Example run scripts:

         ##Run the program
         mpirun -np 4 -npersocket 1 ./mfix inputs > screen.txt
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ To build MFIX-Exa with hypre, csg and/or ascent dependencies,
you first need to build and install these libraries and their dependencies.
Instructions on building the necessary dependencies are below
and should be successfully installed first. There are two primary
methods of building the code `cmake` and `gmake` which are provided 
methods of building MFIX-Exa: `cmake` and `gmake` which are provided
separately below.

cmake
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ To build MFIX-Exa with hypre, csg and/or ascent dependencies,
you first need to build and install these libraries and their dependencies.
Instructions on building the necessary dependencies are below
and should be successfully installed first. There are two primary
methods of building the code `cmake` and `gmake` which are provided 
methods of building MFIX-Exa: `cmake` and `gmake` which are provided
separately below.

cmake
+1 −3
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ To build MFIX-Exa with hypre, csg and/or ascent dependencies,
you first need to build and install these libraries and their dependencies.
Instructions on building the necessary dependencies are below
and should be successfully installed first. There are two primary
methods of building the code ``cmake`` and ``gmake`` which are provided 
methods of building MFIX-Exa: ``cmake`` and ``gmake`` which are provided
separately below.

cmake
@@ -528,5 +528,3 @@ from the run line.
   export OMP_NUM_THREADS=${omp}

   jsrun --nrs 12 --tasks_per_rs 1 --cpu_per_rs 1 --gpu_per_rs 1 --launch_distribution packed --bind packed:1 ./mfix inputs > screen.txt

Loading