Skip to content

Commit

Permalink
minor change to avoid timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Dec 29, 2023
1 parent 7222cba commit c2e8520
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.


import os
os.environ['RAPIDS_NO_INITIALIZE'] = 1
os.environ['CUDF_SPILL'] = 1
os.environ['RAPIDS_NO_INITIALIZE'] = "1"
os.environ['CUDF_SPILL'] = "1"
os.environ['LIBCUDF_CUFILE_POLICY'] = "KVIKIO"
os.environ['KVIKIO_NTHREADS'] = 64
os.environ['KVIKIO_NTHREADS'] = "64"

import argparse
import json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#SBATCH -p luna
#SBATCH -J datascience_rapids_cugraphgnn-papers:bulkSamplingPyG
#SBATCH -N 1
#SBATCH -t 00:22:00
#SBATCH -t 00:25:00

CONTAINER_IMAGE="/lustre/fsw/rapids/abarghi/dlfw_patched.squash"
SCRIPTS_DIR=$(pwd)
Expand Down

0 comments on commit c2e8520

Please sign in to comment.