Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate gpu and cpu workflows #39

Closed
wants to merge 0 commits into from
Closed

separate gpu and cpu workflows #39

wants to merge 0 commits into from

Conversation

idigs
Copy link
Member

@idigs idigs commented May 21, 2024

No description provided.

@@ -17,6 +17,8 @@ target_link_libraries (xtest
fruit
)

message(STATUS "MPIEXEC_EXECUTABLE: ${MPIEXEC_EXECUTABLE}")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's delete this debug message.

build.sh Outdated
-DCMAKE_C_FLAGS_DEBUG="-g3" \
-DCMAKE_CXX_FLAGS_DEBUG="-g3" ../
-DCMAKE_Fortran_FLAGS="-DHDF5_DOUBLE_PRESICION" \
../
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want either separate build.sh files for gfortran and nvfortran or different FLAGS based on a input parameter?

@@ -1,5 +1,5 @@
name: spack
on: [ push, workflow_dispatch ]
# on: [ push, workflow_dispatch ]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this commented out?

on:
issue_comment:
types: [ created ]
#on: { issue_comment: { types: [ created ] } }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this commented out?

@@ -11,7 +11,7 @@ OUT_DIR="egyro_test"
mkdir -p $OUT_DIR

#assumes binary directory ../KORC/build/bin was added to path
./xkorc $INPUT_FILE $OUT_DIR/
mpirun -np 1 ./xkorc $INPUT_FILE $OUT_DIR/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be fixed by #37

@@ -15,7 +15,7 @@ if [ ! -f D3D_191366_1762ms_MARS.h5 ]; then
ln -s $1/D3D_191366_1762ms_MARS.h5 D3D_191366_1762ms_MARS.h5
fi

./xkorc $INPUT_FILE $OUT_DIR/
mpirun -np -1 ./xkorc $INPUT_FILE $OUT_DIR/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be fixed by #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants